Skip to content

Commit 883b2f6

Browse files
committed
Update dependency postcss to ^8.4.8
1 parent 4484583 commit 883b2f6

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.8",
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,7 @@ [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.6:
51725172
version "8.4.7"
51735173
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.7.tgz#f99862069ec4541de386bf57f5660a6c7a0875a8"
51745174
integrity sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==
@@ -5177,6 +5177,15 @@ postcss@^8.4.5, postcss@^8.4.6:
51775177
picocolors "^1.0.0"
51785178
source-map-js "^1.0.2"
51795179

5180+
postcss@^8.4.8:
5181+
version "8.4.8"
5182+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.8.tgz#dad963a76e82c081a0657d3a2f3602ce10c2e032"
5183+
integrity sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==
5184+
dependencies:
5185+
nanoid "^3.3.1"
5186+
picocolors "^1.0.0"
5187+
source-map-js "^1.0.2"
5188+
51805189
postgres-array@~2.0.0:
51815190
version "2.0.0"
51825191
resolved "https://registry.yarnpkg.com/postgres-array/-/postgres-array-2.0.0.tgz#48f8fce054fbc69671999329b8834b772652d82e"

0 commit comments

Comments
 (0)