chore(deps): update dependency postcss to v8.4.13

This commit is contained in:
Renovate Bot
2022-05-01 03:37:38 +00:00
committed by renovate[bot]
parent fc6db724a4
commit 4a62801098
3 changed files with 35 additions and 12 deletions

View File

@@ -86,7 +86,7 @@
"nanoid": "3.3.3",
"normalize-url": "4.5.1",
"path-browserify": "1.0.1",
"postcss": "8.4.12",
"postcss": "8.4.13",
"prismjs": "1.28.0",
"process": "0.11.10",
"prop-types": "15.8.1",

43
package-lock.json generated
View File

@@ -966,7 +966,7 @@
"nanoid": "3.3.3",
"normalize-url": "4.5.1",
"path-browserify": "1.0.1",
"postcss": "8.4.12",
"postcss": "8.4.13",
"prismjs": "1.28.0",
"process": "0.11.10",
"prop-types": "15.8.1",
@@ -37659,6 +37659,7 @@
},
"node_modules/nanoid": {
"version": "3.3.1",
"dev": true,
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
@@ -40064,7 +40065,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.12",
"version": "8.4.13",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz",
"integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==",
"funding": [
{
"type": "opencollective",
@@ -40075,9 +40078,8 @@
"url": "https://tidelift.com/funding/github/npm/postcss"
}
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.1",
"nanoid": "^3.3.3",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
},
@@ -41082,6 +41084,17 @@
"version": "4.2.0",
"license": "MIT"
},
"node_modules/postcss/node_modules/nanoid": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/prebuild-install": {
"version": "7.0.0",
"license": "MIT",
@@ -53718,7 +53731,7 @@
"babel-loader": "8.2.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"cross-env": "7.0.3",
"postcss": "8.4.12",
"postcss": "8.4.13",
"postcss-import": "14.1.0",
"rimraf": "3.0.2",
"rollup": "2.70.2",
@@ -56391,7 +56404,7 @@
"nanoid": "3.3.3",
"normalize-url": "4.5.1",
"path-browserify": "1.0.1",
"postcss": "8.4.12",
"postcss": "8.4.13",
"prismjs": "1.28.0",
"process": "0.11.10",
"prop-types": "15.8.1",
@@ -56691,7 +56704,7 @@
"babel-loader": "8.2.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"cross-env": "7.0.3",
"postcss": "8.4.12",
"postcss": "8.4.13",
"postcss-import": "14.1.0",
"react": "16.14.0",
"react-dom": "16.14.0",
@@ -79228,7 +79241,8 @@
"optional": true
},
"nanoid": {
"version": "3.3.1"
"version": "3.3.1",
"dev": true
},
"nanomatch": {
"version": "1.2.13",
@@ -80798,11 +80812,20 @@
"version": "0.1.1"
},
"postcss": {
"version": "8.4.12",
"version": "8.4.13",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz",
"integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==",
"requires": {
"nanoid": "^3.3.1",
"nanoid": "^3.3.3",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
},
"dependencies": {
"nanoid": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w=="
}
}
},
"postcss-attribute-case-insensitive": {

View File

@@ -47,7 +47,7 @@
"babel-loader": "8.2.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"cross-env": "7.0.3",
"postcss": "8.4.12",
"postcss": "8.4.13",
"postcss-import": "14.1.0",
"rimraf": "3.0.2",
"rollup": "2.70.2",