Merge pull request #2 from cyp0633/dependabot/npm_and_yarn/frontend/postcss-8.4.31

Bump postcss from 8.4.16 to 8.4.31 in /frontend
This commit is contained in:
Yupeng Chen 2023-10-07 21:41:10 +08:00 committed by GitHub
commit 9b7e588455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 16 deletions

View File

@ -13,7 +13,7 @@
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.8",
"naive-ui": "^2.32.2",
"postcss": "^8.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.8",
"vite": "^2.9.16"
}
@ -1279,9 +1279,15 @@
}
},
"node_modules/nanoid": {
"version": "3.3.4",
"resolved": "https://repo.huaweicloud.com/repository/npm/nanoid/-/nanoid-3.3.4.tgz",
"integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
"version": "3.3.6",
"resolved": "https://repo.huaweicloud.com/repository/npm/nanoid/-/nanoid-3.3.6.tgz",
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
@ -1364,9 +1370,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.16",
"resolved": "https://repo.huaweicloud.com/repository/npm/postcss/-/postcss-8.4.16.tgz",
"integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
"version": "8.4.31",
"resolved": "https://repo.huaweicloud.com/repository/npm/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"funding": [
{
"type": "opencollective",
@ -1375,11 +1381,15 @@
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.4",
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
},
@ -2663,9 +2673,9 @@
}
},
"nanoid": {
"version": "3.3.4",
"resolved": "https://repo.huaweicloud.com/repository/npm/nanoid/-/nanoid-3.3.4.tgz",
"integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw=="
"version": "3.3.6",
"resolved": "https://repo.huaweicloud.com/repository/npm/nanoid/-/nanoid-3.3.6.tgz",
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA=="
},
"node-releases": {
"version": "2.0.6",
@ -2715,11 +2725,11 @@
"dev": true
},
"postcss": {
"version": "8.4.16",
"resolved": "https://repo.huaweicloud.com/repository/npm/postcss/-/postcss-8.4.16.tgz",
"integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
"version": "8.4.31",
"resolved": "https://repo.huaweicloud.com/repository/npm/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"requires": {
"nanoid": "^3.3.4",
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
}

View File

@ -14,7 +14,7 @@
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.8",
"naive-ui": "^2.32.2",
"postcss": "^8.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.8",
"vite": "^2.9.16"
}