Skip to content

Commit fb616c0

Browse files
Update dependency postcss to v8.5.10 [SECURITY]
1 parent 2de7931 commit fb616c0

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"jest": "29.7.0",
7373
"jest-environment-jsdom": "29.7.0",
7474
"nx": "20.7.1",
75-
"postcss": "8.4.38",
75+
"postcss": "8.5.10",
7676
"prettier": "^2.6.2",
7777
"prisma": "6.5.0",
7878
"tailwindcss": "3.4.3",

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11681,7 +11681,12 @@ mz@^2.7.0:
1168111681
object-assign "^4.0.1"
1168211682
thenify-all "^1.0.0"
1168311683

11684-
nanoid@^3.3.6, nanoid@^3.3.7, nanoid@^3.3.8:
11684+
nanoid@^3.3.11:
11685+
version "3.3.12"
11686+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.12.tgz#ab3d912e217a6d0a514f00a72a16543a28982c05"
11687+
integrity sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==
11688+
11689+
nanoid@^3.3.6, nanoid@^3.3.8:
1168511690
version "3.3.11"
1168611691
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
1168711692
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
@@ -12747,14 +12752,14 @@ postcss@8.4.31:
1274712752
picocolors "^1.0.0"
1274812753
source-map-js "^1.0.2"
1274912754

12750-
postcss@8.4.38:
12751-
version "8.4.38"
12752-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
12753-
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
12755+
postcss@8.5.10:
12756+
version "8.5.10"
12757+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356"
12758+
integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==
1275412759
dependencies:
12755-
nanoid "^3.3.7"
12756-
picocolors "^1.0.0"
12757-
source-map-js "^1.2.0"
12760+
nanoid "^3.3.11"
12761+
picocolors "^1.1.1"
12762+
source-map-js "^1.2.1"
1275812763

1275912764
postcss@^8.4.23, postcss@^8.4.24, postcss@^8.4.33, postcss@^8.4.38:
1276012765
version "8.5.3"
@@ -13958,7 +13963,7 @@ sorted-array-functions@^1.3.0:
1395813963
resolved "https://registry.yarnpkg.com/sorted-array-functions/-/sorted-array-functions-1.3.0.tgz#8605695563294dffb2c9796d602bd8459f7a0dd5"
1395913964
integrity sha512-2sqgzeFlid6N4Z2fUQ1cvFmTOLRi/sEDzSQ0OKYchqgoPmQBVyM3959qYx3fpS6Esef80KjmpgPeEr028dP3OA==
1396013965

13961-
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.2.0, source-map-js@^1.2.1:
13966+
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.2.1:
1396213967
version "1.2.1"
1396313968
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
1396413969
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==

0 commit comments

Comments
 (0)