Skip to content

Commit 20a8507

Browse files
authored
Merge pull request #129 from InteractionDesignFoundation/renovate/npm-postcss-vulnerability
Update dependency postcss to v8.5.10 [SECURITY]
2 parents f028378 + 57b2aa4 commit 20a8507

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,11 @@ mz@^2.7.0:
20022002
object-assign "^4.0.1"
20032003
thenify-all "^1.0.0"
20042004

2005+
nanoid@^3.3.12:
2006+
version "3.3.12"
2007+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.12.tgz#ab3d912e217a6d0a514f00a72a16543a28982c05"
2008+
integrity sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==
2009+
20052010
nanoid@^3.3.7:
20062011
version "3.3.8"
20072012
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
@@ -2130,6 +2135,11 @@ picocolors@^1.1.0:
21302135
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
21312136
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
21322137

2138+
picocolors@^1.1.1:
2139+
version "1.1.1"
2140+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
2141+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
2142+
21332143
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
21342144
version "2.3.1"
21352145
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -2217,13 +2227,13 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
22172227
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
22182228

22192229
postcss@^8.4.23, postcss@^8.4.38, postcss@^8.4.39:
2220-
version "8.4.39"
2221-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
2222-
integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
2230+
version "8.5.15"
2231+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.15.tgz#d1eaf677a324e9ec02196da2d3fecf4a0b9a735c"
2232+
integrity sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==
22232233
dependencies:
2224-
nanoid "^3.3.7"
2225-
picocolors "^1.0.1"
2226-
source-map-js "^1.2.0"
2234+
nanoid "^3.3.12"
2235+
picocolors "^1.1.1"
2236+
source-map-js "^1.2.1"
22272237

22282238
postcss@^8.4.43:
22292239
version "8.4.47"

0 commit comments

Comments
 (0)