build(deps): bump postcss from 8.3.7 to 8.3.8 in /website (#1479)

Bumps [postcss](https://github.com/postcss/postcss) from 8.3.7 to 8.3.8.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.3.7...8.3.8)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-27 09:22:49 +02:00 committed by GitHub
parent 7e2896298a
commit 975c4ddc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 19 deletions

View File

@ -12,7 +12,7 @@
"@docusaurus/preset-classic": "2.0.0-beta.6",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"postcss": "^8.3.7",
"postcss": "^8.3.8",
"rapidoc": "^9.1.2",
"react": "^17.0.2",
"react-before-after-slider-component": "^0.7.4",
@ -9101,12 +9101,9 @@
"optional": true
},
"node_modules/nanocolors": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.1.6.tgz",
"integrity": "sha512-2pvTw6vYRaBLGir2xR7MxaJtyWkrn+C53EpW8yPotG+pdAwBvt0Xwk4VJ6VHLY0aLthVZPvDfm9TdZvrvAm5UQ==",
"engines": {
"node": ">=8.0.0"
}
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.9.tgz",
"integrity": "sha512-aymgS4Xe0LMqHOHl7jSUEkFh/6O/pcF0j61dBtreQZ1nmbyYdYjSYSJzz0iPLbKPkMtSmdRgyBGywNZGjKOEfw=="
},
"node_modules/nanoid": {
"version": "3.1.25",
@ -9985,11 +9982,11 @@
}
},
"node_modules/postcss": {
"version": "8.3.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.7.tgz",
"integrity": "sha512-9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ==",
"version": "8.3.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.8.tgz",
"integrity": "sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==",
"dependencies": {
"nanocolors": "^0.1.5",
"nanocolors": "^0.2.2",
"nanoid": "^3.1.25",
"source-map-js": "^0.6.2"
},
@ -22172,9 +22169,9 @@
"optional": true
},
"nanocolors": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.1.6.tgz",
"integrity": "sha512-2pvTw6vYRaBLGir2xR7MxaJtyWkrn+C53EpW8yPotG+pdAwBvt0Xwk4VJ6VHLY0aLthVZPvDfm9TdZvrvAm5UQ=="
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.9.tgz",
"integrity": "sha512-aymgS4Xe0LMqHOHl7jSUEkFh/6O/pcF0j61dBtreQZ1nmbyYdYjSYSJzz0iPLbKPkMtSmdRgyBGywNZGjKOEfw=="
},
"nanoid": {
"version": "3.1.25",
@ -22812,11 +22809,11 @@
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
},
"postcss": {
"version": "8.3.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.7.tgz",
"integrity": "sha512-9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ==",
"version": "8.3.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.8.tgz",
"integrity": "sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==",
"requires": {
"nanocolors": "^0.1.5",
"nanocolors": "^0.2.2",
"nanoid": "^3.1.25",
"source-map-js": "^0.6.2"
}

View File

@ -16,7 +16,7 @@
"@docusaurus/preset-classic": "2.0.0-beta.6",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"postcss": "^8.3.7",
"postcss": "^8.3.8",
"rapidoc": "^9.1.2",
"react": "^17.0.2",
"react-before-after-slider-component": "^0.7.4",