Update clean-css to fix ReDoS vulnerability

This also update html-minifier which depends on clean-css
This commit is contained in:
weyusi 2018-09-27 15:33:59 +09:30
parent 28969670e8
commit 9d07b59d99
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
},
"dependencies": {
"bluebird": "^3.3.5",
"clean-css": ">2.0.0",
"html-minifier": "^2.1.2",
"clean-css": "~4.1.11",
"html-minifier": "~3.5.0",
"minimatch": "^3.0.0",
"object-assign": "^4.1.0",
"stream-to-array": "^2.3.0",