Skip to content

Commit e74e811

Browse files
Update dependency postcss to v8.5.3 (#191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f67442f commit e74e811

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"node": ">=18.0.0"
2222
},
2323
"peerDependencies": {
24-
"postcss": "8.4.31"
24+
"postcss": "8.5.3"
2525
},
2626
"devDependencies": {
2727
"clean-package": "2.2.0",
2828
"eslint": "9.20.1",
2929
"eslint-plugin-jest": "28.11.0",
3030
"jest": "29.7.0",
31-
"postcss": "8.4.31"
31+
"postcss": "8.5.3"
3232
},
3333
"jest": {
3434
"coverageThreshold": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ ms@^2.1.3:
21332133
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
21342134
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
21352135

2136-
nanoid@^3.3.6:
2136+
nanoid@^3.3.8:
21372137
version "3.3.8"
21382138
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
21392139
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
@@ -2288,14 +2288,14 @@ [email protected]:
22882288
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
22892289
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
22902290

2291-
postcss@8.4.31:
2292-
version "8.4.31"
2293-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
2294-
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
2291+
postcss@8.5.3:
2292+
version "8.5.3"
2293+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
2294+
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
22952295
dependencies:
2296-
nanoid "^3.3.6"
2297-
picocolors "^1.0.0"
2298-
source-map-js "^1.0.2"
2296+
nanoid "^3.3.8"
2297+
picocolors "^1.1.1"
2298+
source-map-js "^1.2.1"
22992299

23002300
prelude-ls@^1.2.1:
23012301
version "1.2.1"
@@ -2424,7 +2424,7 @@ slash@^3.0.0:
24242424
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
24252425
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
24262426

2427-
source-map-js@^1.0.2:
2427+
source-map-js@^1.2.1:
24282428
version "1.2.1"
24292429
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
24302430
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==

0 commit comments

Comments
 (0)