Skip to content

Commit ceb09df

Browse files
committed
Update dependency postcss to v8.4.26
1 parent bdacbd5 commit ceb09df

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lit-style": "1.1.4",
3636
"markdown-it": "13.0.1",
3737
"micro": "9.4.1",
38-
"postcss": "8.4.25",
38+
"postcss": "8.4.26",
3939
"postcss-preset-env": "9.0.0",
4040
"ramda": "0.29.0",
4141
"rxjs": "7.8.1",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5497,10 +5497,10 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
54975497
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
54985498
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
54995499

5500-
postcss@8.4.25, postcss@^8.4.25:
5501-
version "8.4.25"
5502-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.25.tgz#4a133f5e379eda7f61e906c3b1aaa9b81292726f"
5503-
integrity sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==
5500+
postcss@8.4.26:
5501+
version "8.4.26"
5502+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.26.tgz#1bc62ab19f8e1e5463d98cf74af39702a00a9e94"
5503+
integrity sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==
55045504
dependencies:
55055505
nanoid "^3.3.6"
55065506
picocolors "^1.0.0"
@@ -5514,6 +5514,15 @@ postcss@^7.0.21:
55145514
picocolors "^0.2.1"
55155515
source-map "^0.6.1"
55165516

5517+
postcss@^8.4.25:
5518+
version "8.4.25"
5519+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.25.tgz#4a133f5e379eda7f61e906c3b1aaa9b81292726f"
5520+
integrity sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==
5521+
dependencies:
5522+
nanoid "^3.3.6"
5523+
picocolors "^1.0.0"
5524+
source-map-js "^1.0.2"
5525+
55175526
prelude-ls@^1.2.1:
55185527
version "1.2.1"
55195528
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)