Skip to content

Commit 6e53a01

Browse files
Update dependency postcss to ^8.4.16
1 parent 4484583 commit 6e53a01

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-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.16",
2626
"tailwindcss": "^3.0.15"
2727
}
2828
}

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4562,6 +4562,11 @@ nanoid@^3.1.30, nanoid@^3.3.1:
45624562
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
45634563
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
45644564

4565+
nanoid@^3.3.4:
4566+
version "3.3.4"
4567+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
4568+
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
4569+
45654570
natural-compare@^1.4.0:
45664571
version "1.4.0"
45674572
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -5168,7 +5173,16 @@ [email protected]:
51685173
picocolors "^1.0.0"
51695174
source-map-js "^1.0.1"
51705175

5171-
postcss@^8.4.5, postcss@^8.4.6:
5176+
postcss@^8.4.16:
5177+
version "8.4.16"
5178+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.16.tgz#33a1d675fac39941f5f445db0de4db2b6e01d43c"
5179+
integrity sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==
5180+
dependencies:
5181+
nanoid "^3.3.4"
5182+
picocolors "^1.0.0"
5183+
source-map-js "^1.0.2"
5184+
5185+
postcss@^8.4.6:
51725186
version "8.4.7"
51735187
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.7.tgz#f99862069ec4541de386bf57f5660a6c7a0875a8"
51745188
integrity sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==

0 commit comments

Comments
 (0)