Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit e95c44b

Browse files
chore(deps): update dependency postcss to v8.4.28
1 parent f067885 commit e95c44b

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-prettier": "4.2.1",
2626
"netlify-cli": "13.1.1",
2727
"nuxt-purgecss": "2.0.0",
28-
"postcss": "8.4.21",
28+
"postcss": "8.4.28",
2929
"postcss-easing-gradients": "3.0.1",
3030
"postcss-preset-env": "8.0.1",
3131
"prettier": "2.8.4",

yarn.lock

+19-5
Original file line numberDiff line numberDiff line change
@@ -10806,6 +10806,11 @@ nanoid@^3.1.23, nanoid@^3.3.4:
1080610806
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
1080710807
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
1080810808

10809+
nanoid@^3.3.6:
10810+
version "3.3.6"
10811+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
10812+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
10813+
1080910814
nanomatch@^1.2.1, nanomatch@^1.2.9:
1081010815
version "1.2.13"
1081110816
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -12754,12 +12759,12 @@ postcss-values-parser@^6.0.2:
1275412759
is-url-superb "^4.0.0"
1275512760
quote-unquote "^1.0.0"
1275612761

12757-
postcss@8.4.21, postcss@^8.1.10, postcss@^8.1.6, postcss@^8.2.1, postcss@^8.2.15, postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.14, postcss@^8.4.21, postcss@^8.4.4:
12758-
version "8.4.21"
12759-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
12760-
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
12762+
postcss@8.4.28:
12763+
version "8.4.28"
12764+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5"
12765+
integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==
1276112766
dependencies:
12762-
nanoid "^3.3.4"
12767+
nanoid "^3.3.6"
1276312768
picocolors "^1.0.0"
1276412769
source-map-js "^1.0.2"
1276512770

@@ -12781,6 +12786,15 @@ postcss@^7.0.2, postcss@^7.0.36, postcss@^7.0.5:
1278112786
picocolors "^0.2.1"
1278212787
source-map "^0.6.1"
1278312788

12789+
postcss@^8.1.10, postcss@^8.1.6, postcss@^8.2.1, postcss@^8.2.15, postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.14, postcss@^8.4.21, postcss@^8.4.4:
12790+
version "8.4.21"
12791+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
12792+
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
12793+
dependencies:
12794+
nanoid "^3.3.4"
12795+
picocolors "^1.0.0"
12796+
source-map-js "^1.0.2"
12797+
1278412798
posthtml-parser@^0.2.0, posthtml-parser@^0.2.1:
1278512799
version "0.2.1"
1278612800
resolved "https://registry.yarnpkg.com/posthtml-parser/-/posthtml-parser-0.2.1.tgz#35d530de386740c2ba24ff2eb2faf39ccdf271dd"

0 commit comments

Comments
 (0)