Skip to content

Commit 30d3534

Browse files
chore(deps): update postcss to 8.4.48
1 parent 8a5ed83 commit 30d3534

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

yarn.lock

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,11 +1555,16 @@ ms@^2.1.1, ms@^2.1.3:
15551555
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
15561556
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
15571557

1558-
nanoid@^3.1.30, nanoid@^3.3.4:
1558+
nanoid@^3.1.30:
15591559
version "3.3.4"
15601560
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
15611561
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
15621562

1563+
nanoid@^3.3.7:
1564+
version "3.3.7"
1565+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
1566+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
1567+
15631568
natural-compare@^1.4.0:
15641569
version "1.4.0"
15651570
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -1780,6 +1785,11 @@ picocolors@^1.0.0:
17801785
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
17811786
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
17821787

1788+
picocolors@^1.1.1:
1789+
version "1.1.1"
1790+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
1791+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
1792+
17831793
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
17841794
version "2.3.1"
17851795
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -1860,13 +1870,13 @@ postcss@8.4.5:
18601870
source-map-js "^1.0.1"
18611871

18621872
postcss@^8.4.12, postcss@^8.4.14:
1863-
version "8.4.14"
1864-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
1865-
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
1873+
version "8.4.48"
1874+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.48.tgz#765f3f8abaa2a2b065cdddbc57ad4cb5a76e515f"
1875+
integrity sha512-GCRK8F6+Dl7xYniR5a4FYbpBzU8XnZVeowqsQFYdcXuSbChgiks7qybSkbvnaeqv0G0B+dd9/jJgH8kkLDQeEA==
18661876
dependencies:
1867-
nanoid "^3.3.4"
1868-
picocolors "^1.0.0"
1869-
source-map-js "^1.0.2"
1877+
nanoid "^3.3.7"
1878+
picocolors "^1.1.1"
1879+
source-map-js "^1.2.1"
18701880

18711881
prelude-ls@^1.2.1:
18721882
version "1.2.1"
@@ -2078,11 +2088,16 @@ sonic-boom@^3.0.0:
20782088
dependencies:
20792089
atomic-sleep "^1.0.0"
20802090

2081-
source-map-js@^1.0.1, source-map-js@^1.0.2:
2091+
source-map-js@^1.0.1:
20822092
version "1.0.2"
20832093
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
20842094
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
20852095

2096+
source-map-js@^1.2.1:
2097+
version "1.2.1"
2098+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
2099+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
2100+
20862101
split2@^4.0.0:
20872102
version "4.1.0"
20882103
resolved "https://registry.yarnpkg.com/split2/-/split2-4.1.0.tgz#101907a24370f85bb782f08adaabe4e281ecf809"

0 commit comments

Comments
 (0)