Skip to content

Commit 35ce77d

Browse files
authored
Update postcss to version 8.4.49
1 parent 1a97846 commit 35ce77d

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"jest": "^28.1.0",
4444
"jest-environment-jsdom": "^28.1.0",
4545
"lint-staged": "^12.3.4",
46-
"postcss": "^8.4.8",
46+
"postcss": "^8.4.49",
4747
"prettier": "^2.5.1",
4848
"prettier-plugin-tailwindcss": "^0.1.10",
4949
"tailwindcss": "^3.3.2",

Diff for: yarn.lock

+22-12
Original file line numberDiff line numberDiff line change
@@ -4743,11 +4743,6 @@ mz@^2.7.0:
47434743
object-assign "^4.0.1"
47444744
thenify-all "^1.0.0"
47454745

4746-
nanoid@^3.3.1:
4747-
version "3.3.3"
4748-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
4749-
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
4750-
47514746
nanoid@^3.3.4:
47524747
version "3.3.4"
47534748
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
@@ -4758,6 +4753,11 @@ nanoid@^3.3.6:
47584753
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
47594754
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
47604755

4756+
nanoid@^3.3.7:
4757+
version "3.3.7"
4758+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
4759+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
4760+
47614761
natural-compare@^1.4.0:
47624762
version "1.4.0"
47634763
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -5135,6 +5135,11 @@ picocolors@^1.0.0:
51355135
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
51365136
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
51375137

5138+
picocolors@^1.1.1:
5139+
version "1.1.1"
5140+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
5141+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
5142+
51385143
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
51395144
version "2.3.1"
51405145
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -5229,14 +5234,14 @@ postcss@^8.4.23:
52295234
picocolors "^1.0.0"
52305235
source-map-js "^1.0.2"
52315236

5232-
postcss@^8.4.8:
5233-
version "8.4.12"
5234-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
5235-
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
5237+
postcss@^8.4.49:
5238+
version "8.4.49"
5239+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
5240+
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
52365241
dependencies:
5237-
nanoid "^3.3.1"
5238-
picocolors "^1.0.0"
5239-
source-map-js "^1.0.2"
5242+
nanoid "^3.3.7"
5243+
picocolors "^1.1.1"
5244+
source-map-js "^1.2.1"
52405245

52415246
prelude-ls@^1.2.1:
52425247
version "1.2.1"
@@ -5749,6 +5754,11 @@ source-map-js@^1.0.2:
57495754
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
57505755
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
57515756

5757+
source-map-js@^1.2.1:
5758+
version "1.2.1"
5759+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
5760+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
5761+
57525762
source-map-resolve@^0.6.0:
57535763
version "0.6.0"
57545764
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.6.0.tgz#3d9df87e236b53f16d01e58150fc7711138e5ed2"

0 commit comments

Comments
 (0)