build(deps): bump postcss from 8.4.8 to 8.4.11 in /website (#2498)

This commit is contained in:
dependabot[bot] 2022-03-16 09:29:05 +01:00 committed by GitHub
parent 14f76b2575
commit a8ef3096c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 12 deletions

View File

@ -12,7 +12,7 @@
"@docusaurus/preset-classic": "2.0.0-beta.17",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"postcss": "^8.4.8",
"postcss": "^8.4.11",
"rapidoc": "^9.2.0",
"react": "^17.0.2",
"react-before-after-slider-component": "^1.1.1",
@ -9019,9 +9019,19 @@
}
},
"node_modules/postcss": {
"version": "8.4.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
"integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"version": "8.4.11",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.11.tgz",
"integrity": "sha512-D+jFLnT0ilGfy4CVBGbC+XE68HkVpT8+CUkDrcSpgxmo4RKco2uaZ4kIoyVGEm+m8KN/+Vwgs8MtpNbQ3/ma9w==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
}
],
"dependencies": {
"nanoid": "^3.3.1",
"picocolors": "^1.0.0",
@ -9029,10 +9039,6 @@
},
"engines": {
"node": "^10 || ^12 || >=14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
}
},
"node_modules/postcss-calc": {
@ -19598,9 +19604,9 @@
}
},
"postcss": {
"version": "8.4.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
"integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"version": "8.4.11",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.11.tgz",
"integrity": "sha512-D+jFLnT0ilGfy4CVBGbC+XE68HkVpT8+CUkDrcSpgxmo4RKco2uaZ4kIoyVGEm+m8KN/+Vwgs8MtpNbQ3/ma9w==",
"requires": {
"nanoid": "^3.3.1",
"picocolors": "^1.0.0",

View File

@ -16,7 +16,7 @@
"@docusaurus/preset-classic": "2.0.0-beta.17",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"postcss": "^8.4.8",
"postcss": "^8.4.11",
"rapidoc": "^9.2.0",
"react": "^17.0.2",
"react-before-after-slider-component": "^1.1.1",