Skip to content

Commit a36cb36

Browse files
Update dependency postcss to ^8.4.25
1 parent 4484583 commit a36cb36

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.25",
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.6:
4566+
version "3.3.6"
4567+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
4568+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
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.25:
5177+
version "8.4.25"
5178+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.25.tgz#4a133f5e379eda7f61e906c3b1aaa9b81292726f"
5179+
integrity sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==
5180+
dependencies:
5181+
nanoid "^3.3.6"
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)