Skip to content

Commit b3f878b

Browse files
Bump postcss from 8.4.14 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.14...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.4.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c77a4f4 commit b3f878b

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"autoprefixer": "^10.4.7",
99
"daisyui": "^2.46.0",
1010
"esbuild": "^0.14.41",
11-
"postcss": "^8.4.14",
11+
"postcss": "^8.4.31",
1212
"tailwindcss": "^3.3.1"
1313
},
1414
"scripts": {

yarn.lock

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,10 @@ mz@^2.7.0:
588588
object-assign "^4.0.1"
589589
thenify-all "^1.0.0"
590590

591-
nanoid@^3.3.4:
592-
version "3.3.4"
593-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
594-
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
591+
nanoid@^3.3.6:
592+
version "3.3.11"
593+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
594+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
595595

596596
node-releases@^2.0.3:
597597
version "2.0.5"
@@ -707,30 +707,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
707707
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
708708
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
709709

710-
postcss@^8.0.9:
711-
version "8.4.21"
712-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
713-
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
710+
postcss@^8.0.9, postcss@^8.4.18, postcss@^8.4.31:
711+
version "8.4.31"
712+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
713+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
714714
dependencies:
715-
nanoid "^3.3.4"
716-
picocolors "^1.0.0"
717-
source-map-js "^1.0.2"
718-
719-
postcss@^8.4.14:
720-
version "8.4.14"
721-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
722-
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
723-
dependencies:
724-
nanoid "^3.3.4"
725-
picocolors "^1.0.0"
726-
source-map-js "^1.0.2"
727-
728-
postcss@^8.4.18:
729-
version "8.4.20"
730-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.20.tgz#64c52f509644cecad8567e949f4081d98349dc56"
731-
integrity sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==
732-
dependencies:
733-
nanoid "^3.3.4"
715+
nanoid "^3.3.6"
734716
picocolors "^1.0.0"
735717
source-map-js "^1.0.2"
736718

0 commit comments

Comments
 (0)