Skip to content

Commit c2dc2e6

Browse files
chore(deps): update dependency postcss to v8.4.35
1 parent 7151b31 commit c2dc2e6

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-react-hooks": "4.6.0",
6262
"husky": "8.0.3",
6363
"lint-staged": "13.2.3",
64-
"postcss": "8.4.27",
64+
"postcss": "8.4.35",
6565
"prettier": "3.0.0",
6666
"tailwindcss": "3.3.3",
6767
"typescript": "5.1.6"

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,6 +7541,11 @@ nanoid@^3.3.6:
75417541
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
75427542
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
75437543

7544+
nanoid@^3.3.7:
7545+
version "3.3.7"
7546+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
7547+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
7548+
75447549
natural-compare@^1.4.0:
75457550
version "1.4.0"
75467551
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -8592,12 +8597,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^
85928597
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
85938598
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
85948599

8595-
postcss@8.4.27:
8596-
version "8.4.27"
8597-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
8598-
integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==
8600+
postcss@8.4.35:
8601+
version "8.4.35"
8602+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.35.tgz#60997775689ce09011edf083a549cea44aabe2f7"
8603+
integrity sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==
85998604
dependencies:
8600-
nanoid "^3.3.6"
8605+
nanoid "^3.3.7"
86018606
picocolors "^1.0.0"
86028607
source-map-js "^1.0.2"
86038608

0 commit comments

Comments
 (0)