From 78cca2d2ca76700a993d677cf80edde923018c1e Mon Sep 17 00:00:00 2001 From: Rafael Escala Date: Wed, 7 Mar 2018 23:11:45 -0500 Subject: [PATCH] Updated cacache@10.0.4 On the 10.0.4 version of cacache, ssri was upgraded, where was resolved the vulnerability https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/246 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf321828..c558abf3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "webpack-defaults": "webpack-defaults" }, "dependencies": { - "cacache": "^10.0.1", + "cacache": "^10.0.4", "find-cache-dir": "^1.0.0", "serialize-javascript": "^1.4.0", "schema-utils": "^0.4.2",