Skip to content

Commit 6e2826a

Browse files
authored
Merge pull request #387 from sparanoid/renovate/postcss-8.x
2 parents de59ab0 + 6c05405 commit 6e2826a

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
@@ -59,7 +59,7 @@
5959
"grunt-uncss-inline": "1.2.7",
6060
"grunt-xmlmin": "0.1.8",
6161
"jit-grunt": "0.10.0",
62-
"postcss": "8.4.21",
62+
"postcss": "8.4.23",
6363
"sass": "1.62.1",
6464
"terser": "5.16.2"
6565
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,10 +3131,10 @@ ms@^2.1.1:
31313131
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
31323132
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
31333133

3134-
nanoid@^3.3.4:
3135-
version "3.3.4"
3136-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
3137-
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
3134+
nanoid@^3.3.6:
3135+
version "3.3.6"
3136+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
3137+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
31383138

31393139
needle@^2.5.2:
31403140
version "2.6.0"
@@ -3585,12 +3585,12 @@ postcss-value-parser@^4.2.0:
35853585
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
35863586
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
35873587

3588-
3589-
version "8.4.21"
3590-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
3591-
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
3588+
3589+
version "8.4.23"
3590+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
3591+
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
35923592
dependencies:
3593-
nanoid "^3.3.4"
3593+
nanoid "^3.3.6"
35943594
picocolors "^1.0.0"
35953595
source-map-js "^1.0.2"
35963596

0 commit comments

Comments
 (0)