Skip to content

Commit

Permalink
Bump PostCSS to 8.3, resolving CVE-2021-23368
Browse files Browse the repository at this point in the history
Fixes PostCSS ReDoS vulnerability. See
https://www.npmjs.com/advisories/1693
  • Loading branch information
tommylau-exe committed Jun 5, 2021
1 parent 251b515 commit 3d2a52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"acorn": "^6.4.1",
"normalize-path": "^3.0.0",
"postcss": "^7.0.16",
"postcss": "^8.3.0",
"source-map": "^0.6.0",
"through2": "^3.0.1"
},
Expand Down

0 comments on commit 3d2a52b

Please sign in to comment.