Skip to content

Commit fe58e42

Browse files
authored
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
1 parent d0bf176 commit fe58e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"dependencies": {
33-
"cssnano": "^4.1.10",
33+
"cssnano": "^5.0.8",
3434
"last-call-webpack-plugin": "^3.0.0"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)