Skip to content

Commit 07370b5

Browse files
committed
Update dependency postcss to ^8.4.12
1 parent 4484583 commit 07370b5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"autoprefixer": "^10.4.2",
25-
"postcss": "^8.4.5",
25+
"postcss": "^8.4.12",
2626
"tailwindcss": "^3.0.15"
2727
}
2828
}

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5168,7 +5168,16 @@ [email protected]:
51685168
picocolors "^1.0.0"
51695169
source-map-js "^1.0.1"
51705170

5171-
postcss@^8.4.5, postcss@^8.4.6:
5171+
postcss@^8.4.12:
5172+
version "8.4.12"
5173+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
5174+
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
5175+
dependencies:
5176+
nanoid "^3.3.1"
5177+
picocolors "^1.0.0"
5178+
source-map-js "^1.0.2"
5179+
5180+
postcss@^8.4.6:
51725181
version "8.4.7"
51735182
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.7.tgz#f99862069ec4541de386bf57f5660a6c7a0875a8"
51745183
integrity sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==

0 commit comments

Comments
 (0)