Skip to content

Commit cf3c24d

Browse files
committed
feature #1203 upgrade css-minimizer-webpack-plugin to fix vulnerability YAML (sloury)
This PR was merged into the main branch. Discussion ---------- upgrade css-minimizer-webpack-plugin to fix vulnerability YAML Bump Vulnerability from dependencies YAML, after 'yarn audit' ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ moderate │ Uncaught Exception in yaml │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ yaml │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=2.2.2 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ `@symfony`/webpack-encore │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ `@symfony`/webpack-encore > css-minimizer-webpack-plugin > │ │ │ cssnano > yaml │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://www.npmjs.com/advisories/1091814 │ └───────────────┴──────────────────────────────────────────────────────────────┘ Upgrade the package version of css-minimizer-webpack-plugin:^5.0.0 seem to fix this warning Commits ------- 9839879 upgrade css-minimizer-webpack-plugin to fix vulnerability YAML
2 parents 8f049ee + 9839879 commit cf3c24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"chalk": "^4.0.0",
3434
"clean-webpack-plugin": "^4.0.0",
3535
"css-loader": "^6.7.0",
36-
"css-minimizer-webpack-plugin": "^4.0.0",
36+
"css-minimizer-webpack-plugin": "^5.0.0",
3737
"fast-levenshtein": "^3.0.0",
3838
"mini-css-extract-plugin": "^2.6.0",
3939
"pkg-up": "^3.1.0",

0 commit comments

Comments
 (0)