Skip to content

Commit 9b073a8

Browse files
chore(deps): update dependency postcss to v8.5.3
1 parent f239344 commit 9b073a8

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

yarn.lock

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8469,10 +8469,10 @@ [email protected], multiformats@^9.4.2, multiformats@^9.9.0:
84698469
resolved "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz"
84708470
integrity sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==
84718471

8472-
nanoid@^3.3.7:
8473-
version "3.3.7"
8474-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
8475-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
8472+
nanoid@^3.3.7, nanoid@^3.3.8:
8473+
version "3.3.11"
8474+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
8475+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
84768476

84778477
napi-wasm@^1.1.0:
84788478
version "1.1.0"
@@ -8821,15 +8821,15 @@ pbkdf2@^3.0.3:
88218821
safe-buffer "^5.0.1"
88228822
sha.js "^2.4.8"
88238823

8824-
picocolors@^1.0.0, picocolors@^1.0.1:
8824+
picocolors@^1.0.0:
88258825
version "1.0.1"
88268826
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
88278827
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
88288828

8829-
picocolors@^1.0.1:
8830-
version "1.0.1"
8831-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
8832-
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
8829+
picocolors@^1.0.1, picocolors@^1.1.1:
8830+
version "1.1.1"
8831+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
8832+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
88338833

88348834
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
88358835
version "2.3.1"
@@ -8938,7 +8938,7 @@ postcss-value-parser@^4.2.0:
89388938
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
89398939
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
89408940

8941-
postcss@^8.4.18, postcss@^8.4.21:
8941+
postcss@^8.4.18:
89428942
version "8.4.39"
89438943
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
89448944
integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
@@ -8947,6 +8947,15 @@ postcss@^8.4.18, postcss@^8.4.21:
89478947
picocolors "^1.0.1"
89488948
source-map-js "^1.2.0"
89498949

8950+
postcss@^8.4.21:
8951+
version "8.5.3"
8952+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
8953+
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
8954+
dependencies:
8955+
nanoid "^3.3.8"
8956+
picocolors "^1.1.1"
8957+
source-map-js "^1.2.1"
8958+
89508959
preact@^10.16.0:
89518960
version "10.20.2"
89528961
resolved "https://registry.yarnpkg.com/preact/-/preact-10.20.2.tgz#0b343299a8c020562311cc25db93b3d832ec5e71"
@@ -9666,11 +9675,16 @@ sonic-boom@^2.2.1:
96669675
dependencies:
96679676
atomic-sleep "^1.0.0"
96689677

9669-
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.2.0:
9678+
"source-map-js@>=0.6.2 <2.0.0":
96709679
version "1.2.0"
96719680
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
96729681
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
96739682

9683+
source-map-js@^1.2.0, source-map-js@^1.2.1:
9684+
version "1.2.1"
9685+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
9686+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
9687+
96749688
source-map-support@~0.5.20:
96759689
version "0.5.21"
96769690
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"

0 commit comments

Comments
 (0)