Skip to content

Commit a2d5cf8

Browse files
Update dependency postcss to v8.4.49
1 parent ae5d232 commit a2d5cf8

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"jest": "29.7.0",
105105
"jest-environment-jsdom": "29.7.0",
106106
"jest-localstorage-mock": "2.4.26",
107-
"postcss": "8.4.47",
107+
"postcss": "8.4.49",
108108
"postcss-flexbugs-fixes": "5.0.2",
109109
"redux-mock-store": "1.5.5",
110110
"sass": "1.80.4",

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7756,6 +7756,11 @@ picocolors@^1.1.0:
77567756
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
77577757
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
77587758

7759+
picocolors@^1.1.1:
7760+
version "1.1.1"
7761+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
7762+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
7763+
77597764
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
77607765
version "2.3.1"
77617766
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -8052,13 +8057,13 @@ postcss-value-parser@^4.2.0:
80528057
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
80538058
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
80548059

8055-
[email protected].47, postcss@^8.4.47:
8056-
version "8.4.47"
8057-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
8058-
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
8060+
8061+
version "8.4.49"
8062+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
8063+
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
80598064
dependencies:
80608065
nanoid "^3.3.7"
8061-
picocolors "^1.1.0"
8066+
picocolors "^1.1.1"
80628067
source-map-js "^1.2.1"
80638068

80648069
postcss@^8.1.4, postcss@^8.4.21:
@@ -8088,6 +8093,15 @@ postcss@^8.4.43:
80888093
picocolors "^1.0.1"
80898094
source-map-js "^1.2.0"
80908095

8096+
postcss@^8.4.47:
8097+
version "8.4.47"
8098+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
8099+
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
8100+
dependencies:
8101+
nanoid "^3.3.7"
8102+
picocolors "^1.1.0"
8103+
source-map-js "^1.2.1"
8104+
80918105
prelude-ls@^1.2.1:
80928106
version "1.2.1"
80938107
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)