From 1a65270130747078e3c54b45d347c35d8bdfc71b Mon Sep 17 00:00:00 2001 From: Arnaud Duforat Date: Sun, 22 Mar 2020 16:32:36 +0100 Subject: [PATCH] Fix #316 updating loader-fs-cache min version Fix https://github.com/webpack-contrib/eslint-loader/issues/316 updating loader-fs-cache min version. The new version of loader-fs-cache has support for a new version of minimist which has not the prototype pollution vuln (CVE-2020-7598). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9776c9a..2f21803 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "fs-extra": "^8.1.0", - "loader-fs-cache": "^1.0.2", + "loader-fs-cache": "^1.0.3", "loader-utils": "^1.2.3", "object-hash": "^2.0.1", "schema-utils": "^2.6.1"