Skip to content

Commit ae17aa3

Browse files
chore(dependencies): update dependency postcss to v8.4.31 [security] (#955)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b432a88 commit ae17aa3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"concurrently": "6.5.1",
2323
"cypress": "^12.8.0",
2424
"jest": "^28.1.3",
25-
"postcss": "8.4.21",
25+
"postcss": "8.4.31",
2626
"prettier": "^2.8.4",
2727
"rollup": "^2.79.1",
2828
"rollup-plugin-generate-html-template": "1.7.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3836,10 +3836,10 @@ [email protected], ms@^2.1.1:
38363836
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
38373837
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
38383838

3839-
nanoid@^3.3.4:
3840-
version "3.3.4"
3841-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
3842-
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
3839+
nanoid@^3.3.6:
3840+
version "3.3.6"
3841+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
3842+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
38433843

38443844
natural-compare@^1.4.0:
38453845
version "1.4.0"
@@ -4370,12 +4370,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^
43704370
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
43714371
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
43724372

4373-
[email protected].21, postcss@^8.0.9:
4374-
version "8.4.21"
4375-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
4376-
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
4373+
[email protected].31, postcss@^8.0.9:
4374+
version "8.4.31"
4375+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
4376+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
43774377
dependencies:
4378-
nanoid "^3.3.4"
4378+
nanoid "^3.3.6"
43794379
picocolors "^1.0.0"
43804380
source-map-js "^1.0.2"
43814381

0 commit comments

Comments
 (0)