Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix dependency vulnerability with nth-check
Fix dependency vulnerability with cssnano -> cssnano-preset-default -> postcss-svgo -> svgo -> css-select -> nth-check. GHSA-rp65-9cf3-cjxr
  • Loading branch information
MelonBall authored Oct 25, 2021
commit fe58e421d1291e64d0d7a328ab44576ca124e060
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"cssnano": "^4.1.10",
"cssnano": "^5.0.8",
"last-call-webpack-plugin": "^3.0.0"
},
"devDependencies": {
Expand Down