Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit d86bf72

Browse files
committed
fix(deps): update dependency postcss to v8.4.19
1 parent 0825150 commit d86bf72

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

packages/tcm-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"lodash.merge": "4.6.2",
7171
"ora": "6.1.2",
7272
"pascal-case": "3.1.2",
73-
"postcss": "8.4.18",
73+
"postcss": "8.4.19",
7474
"prettier": "2.7.1",
7575
"progress-estimator": "0.3.0",
7676
"regenerator-runtime": "0.13.10",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16145,10 +16145,10 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^
1614516145
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
1614616146
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
1614716147

16148-
[email protected].18, postcss@^8, postcss@^8.2.15, postcss@^8.4.14:
16149-
version "8.4.18"
16150-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
16151-
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
16148+
16149+
version "8.4.19"
16150+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.19.tgz#61178e2add236b17351897c8bcc0b4c8ecab56fc"
16151+
integrity sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==
1615216152
dependencies:
1615316153
nanoid "^3.3.4"
1615416154
picocolors "^1.0.0"
@@ -16162,6 +16162,15 @@ postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0
1616216162
picocolors "^0.2.1"
1616316163
source-map "^0.6.1"
1616416164

16165+
postcss@^8, postcss@^8.2.15, postcss@^8.4.14:
16166+
version "8.4.18"
16167+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
16168+
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
16169+
dependencies:
16170+
nanoid "^3.3.4"
16171+
picocolors "^1.0.0"
16172+
source-map-js "^1.0.2"
16173+
1616516174
prelude-ls@^1.2.1:
1616616175
version "1.2.1"
1616716176
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)