Skip to content

Commit

Permalink
fix: update dependency postcss-normalize-charset to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 28, 2021
1 parent 71e613a commit fbc4a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Expand Up @@ -29,7 +29,7 @@
"postcss": "^8.2.1",
"postcss-import": "^14.0.0",
"postcss-loader": "^6.1.0",
"postcss-normalize-charset": "^4.0.1",
"postcss-normalize-charset": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"style-loader": "^2.0.0",
"webpack": "5.24.4"
Expand Down
11 changes: 2 additions & 9 deletions yarn.lock
Expand Up @@ -10398,14 +10398,7 @@ postcss-nesting@^7.0.0:
dependencies:
postcss "^7.0.2"

postcss-normalize-charset@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4"
integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==
dependencies:
postcss "^7.0.0"

postcss-normalize-charset@^5.0.1:
postcss-normalize-charset@^5.0.0, postcss-normalize-charset@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz#121559d1bebc55ac8d24af37f67bd4da9efd91d0"
integrity sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==
Expand Down Expand Up @@ -10640,7 +10633,7 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
indexes-of "^1.0.1"
uniq "^1.0.1"

postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
version "7.0.36"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
Expand Down

0 comments on commit fbc4a8c

Please sign in to comment.