Skip to content

Commit dfb0419

Browse files
chore(deps): update dependency postcss to v8.4.31 [security]
1 parent 361d306 commit dfb0419

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"jest": "29.5.0",
9090
"jest-environment-jsdom": "29.5.0",
9191
"lint-staged": "13.2.0",
92-
"postcss": "8.4.21",
92+
"postcss": "8.4.31",
9393
"prettier": "2.8.5",
9494
"ts-jest": "29.0.5",
9595
"typescript": "4.9.5"

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6428,6 +6428,11 @@ nanoid@^3.3.4:
64286428
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
64296429
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
64306430

6431+
nanoid@^3.3.6:
6432+
version "3.3.6"
6433+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
6434+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
6435+
64316436
natural-compare-lite@^1.4.0:
64326437
version "1.4.0"
64336438
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
@@ -6890,12 +6895,12 @@ [email protected]:
68906895
picocolors "^1.0.0"
68916896
source-map-js "^1.0.2"
68926897

6893-
6894-
version "8.4.21"
6895-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
6896-
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
6898+
6899+
version "8.4.31"
6900+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
6901+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
68976902
dependencies:
6898-
nanoid "^3.3.4"
6903+
nanoid "^3.3.6"
68996904
picocolors "^1.0.0"
69006905
source-map-js "^1.0.2"
69016906

0 commit comments

Comments
 (0)