Skip to content

Commit a315152

Browse files
chore(deps): update dependency postcss to v8.5.6
1 parent 9d40b0e commit a315152

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

yarn.lock

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,12 @@ mz@^2.7.0:
27112711
object-assign "^4.0.1"
27122712
thenify-all "^1.0.0"
27132713

2714-
nanoid@^3.3.6, nanoid@^3.3.7:
2714+
nanoid@^3.3.11:
2715+
version "3.3.11"
2716+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
2717+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
2718+
2719+
nanoid@^3.3.6:
27152720
version "3.3.7"
27162721
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz"
27172722
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
@@ -2929,6 +2934,11 @@ picocolors@^1.0.0, picocolors@^1.0.1:
29292934
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz"
29302935
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
29312936

2937+
picocolors@^1.1.1:
2938+
version "1.1.1"
2939+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
2940+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
2941+
29322942
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
29332943
version "2.3.1"
29342944
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
@@ -3003,13 +3013,13 @@ [email protected]:
30033013
source-map-js "^1.0.2"
30043014

30053015
postcss@^8, postcss@^8.4.23:
3006-
version "8.4.38"
3007-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz"
3008-
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
3016+
version "8.5.6"
3017+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
3018+
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
30093019
dependencies:
3010-
nanoid "^3.3.7"
3011-
picocolors "^1.0.0"
3012-
source-map-js "^1.2.0"
3020+
nanoid "^3.3.11"
3021+
picocolors "^1.1.1"
3022+
source-map-js "^1.2.1"
30133023

30143024
prelude-ls@^1.2.1:
30153025
version "1.2.1"
@@ -3361,11 +3371,16 @@ signal-exit@^4.0.1:
33613371
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz"
33623372
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
33633373

3364-
source-map-js@^1.0.2, source-map-js@^1.2.0:
3374+
source-map-js@^1.0.2:
33653375
version "1.2.0"
33663376
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz"
33673377
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
33683378

3379+
source-map-js@^1.2.1:
3380+
version "1.2.1"
3381+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
3382+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
3383+
33693384
stop-iteration-iterator@^1.1.0:
33703385
version "1.1.0"
33713386
resolved "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz"

0 commit comments

Comments
 (0)