Skip to content

Commit 9461887

Browse files
Bump postcss from 8.4.31 to 8.4.34 (#1285)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.34. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.31...8.4.34) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development 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>
1 parent 196ca79 commit 9461887

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"browser-sync": "^2.29.3",
2020
"compression-webpack-plugin": "^10.0.0",
2121
"laravel-mix": "^6.0.49",
22-
"postcss": "^8.4.31",
22+
"postcss": "^8.4.34",
2323
"sass": "^1.69.5",
2424
"sass-loader": "^13.2.2",
2525
"tailwindcss": "^3.3.5"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4280,10 +4280,10 @@ mz@^2.7.0:
42804280
object-assign "^4.0.1"
42814281
thenify-all "^1.0.0"
42824282

4283-
nanoid@^3.3.6:
4284-
version "3.3.6"
4285-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
4286-
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
4283+
nanoid@^3.3.7:
4284+
version "3.3.7"
4285+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
4286+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
42874287

42884288
negotiator@0.6.3:
42894289
version "0.6.3"
@@ -4951,12 +4951,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^
49514951
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
49524952
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
49534953

4954-
postcss@^8.2.15, postcss@^8.4.23, postcss@^8.4.31:
4955-
version "8.4.31"
4956-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
4957-
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
4954+
postcss@^8.2.15, postcss@^8.4.23, postcss@^8.4.34:
4955+
version "8.4.34"
4956+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.34.tgz#563276e86b4ff20dfa5eed0d394d4c53853b2051"
4957+
integrity sha512-4eLTO36woPSocqZ1zIrFD2K1v6wH7pY1uBh0JIM2KKfrVtGvPFiAku6aNOP0W1Wr9qwnaCsF0Z+CrVnryB2A8Q==
49584958
dependencies:
4959-
nanoid "^3.3.6"
4959+
nanoid "^3.3.7"
49604960
picocolors "^1.0.0"
49614961
source-map-js "^1.0.2"
49624962

0 commit comments

Comments
 (0)