mirror of https://github.com/curbengh/hexo-yam
Update clean-css to fix ReDoS vulnerability
This also update html-minifier which depends on clean-css
This commit is contained in:
parent
28969670e8
commit
9d07b59d99
|
@ -8,8 +8,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bluebird": "^3.3.5",
|
"bluebird": "^3.3.5",
|
||||||
"clean-css": ">2.0.0",
|
"clean-css": "~4.1.11",
|
||||||
"html-minifier": "^2.1.2",
|
"html-minifier": "~3.5.0",
|
||||||
"minimatch": "^3.0.0",
|
"minimatch": "^3.0.0",
|
||||||
"object-assign": "^4.1.0",
|
"object-assign": "^4.1.0",
|
||||||
"stream-to-array": "^2.3.0",
|
"stream-to-array": "^2.3.0",
|
||||||
|
|
Loading…
Reference in New Issue