Skip to content

Commit

Permalink
Fix webpack-contrib#316 updating loader-fs-cache min version
Browse files Browse the repository at this point in the history
Fix webpack-contrib#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).
  • Loading branch information
neokeld committed Mar 22, 2020
1 parent e04f743 commit 1a65270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 1a65270

Please sign in to comment.