Skip to content

Commit df8b40c

Browse files
chore(deps): update dependency postcss to v8.4.32
1 parent a0e1c6e commit df8b40c

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.32",
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
@@ -7508,6 +7508,11 @@ nanoid@^3.3.6:
75087508
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
75097509
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
75107510

7511+
nanoid@^3.3.7:
7512+
version "3.3.7"
7513+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
7514+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
7515+
75117516
natural-compare-lite@^1.4.0:
75127517
version "1.4.0"
75137518
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
@@ -8564,12 +8569,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^
85648569
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
85658570
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
85668571

8567-
postcss@8.4.27:
8568-
version "8.4.27"
8569-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
8570-
integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==
8572+
postcss@8.4.32:
8573+
version "8.4.32"
8574+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
8575+
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
85718576
dependencies:
8572-
nanoid "^3.3.6"
8577+
nanoid "^3.3.7"
85738578
picocolors "^1.0.0"
85748579
source-map-js "^1.0.2"
85758580

0 commit comments

Comments
 (0)