Bump postcss from 8.4.13 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.13 to 8.4.31.
- [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.4.13...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-06 18:24:11 +00:00
committed by GitHub
parent 93dac99807
commit 1172568f9a
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View File

@@ -8687,16 +8687,22 @@
} }
}, },
"postcss": { "postcss": {
"version": "8.4.13", "version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"nanoid": "^3.3.3", "nanoid": "^3.3.6",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"source-map-js": "^1.0.2" "source-map-js": "^1.0.2"
}, },
"dependencies": { "dependencies": {
"nanoid": {
"version": "3.3.6",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
"dev": true
},
"source-map-js": { "source-map-js": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",

View File

@@ -30,7 +30,7 @@
"eslint-config-next": "12.0.7", "eslint-config-next": "12.0.7",
"jest": "27.4.4", "jest": "27.4.4",
"jest-watch-typeahead": "0.6.1", "jest-watch-typeahead": "0.6.1",
"postcss": "8.4.13", "postcss": "8.4.31",
"react-collapsible": "2.8.4", "react-collapsible": "2.8.4",
"tailwindcss": "3.0.24", "tailwindcss": "3.0.24",
"typescript": "4.5.3" "typescript": "4.5.3"