Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 0902225

Browse files
fix(deps): update dependency postcss to v8.4.44
1 parent 8166e5b commit 0902225

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

yarn.lock

+21-11
Original file line numberDiff line numberDiff line change
@@ -1855,10 +1855,10 @@ mz@^2.7.0:
18551855
object-assign "^4.0.1"
18561856
thenify-all "^1.0.0"
18571857

1858-
nanoid@^3.3.6:
1859-
version "3.3.6"
1860-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
1861-
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
1858+
nanoid@^3.3.7:
1859+
version "3.3.7"
1860+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
1861+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
18621862

18631863
neo-async@^2.6.0:
18641864
version "2.6.2"
@@ -2049,6 +2049,11 @@ picocolors@^1.0.0:
20492049
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
20502050
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
20512051

2052+
picocolors@^1.0.1:
2053+
version "1.0.1"
2054+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
2055+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
2056+
20522057
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
20532058
version "2.3.1"
20542059
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -2356,13 +2361,13 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
23562361
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
23572362

23582363
postcss@^8.4.21, postcss@^8.4.23:
2359-
version "8.4.31"
2360-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
2361-
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
2364+
version "8.4.44"
2365+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.44.tgz#d56834ef6508610ba224bb22b2457b2169ed0480"
2366+
integrity sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==
23622367
dependencies:
2363-
nanoid "^3.3.6"
2364-
picocolors "^1.0.0"
2365-
source-map-js "^1.0.2"
2368+
nanoid "^3.3.7"
2369+
picocolors "^1.0.1"
2370+
source-map-js "^1.2.0"
23662371

23672372
posthtml-parser@^0.11.0:
23682373
version "0.11.0"
@@ -2719,11 +2724,16 @@ slugify@^1.6.6:
27192724
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.6.tgz#2d4ac0eacb47add6af9e04d3be79319cbcc7924b"
27202725
integrity sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==
27212726

2722-
source-map-js@^1.0.1, source-map-js@^1.0.2:
2727+
source-map-js@^1.0.1:
27232728
version "1.0.2"
27242729
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
27252730
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
27262731

2732+
source-map-js@^1.2.0:
2733+
version "1.2.0"
2734+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
2735+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
2736+
27272737
source-map@^0.6.1, source-map@~0.6.0:
27282738
version "0.6.1"
27292739
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"

0 commit comments

Comments
 (0)