Skip to content

Commit 1a65270

Browse files
authored
Fix webpack-contrib#316 updating loader-fs-cache min version
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).
1 parent e04f743 commit 1a65270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"fs-extra": "^8.1.0",
45-
"loader-fs-cache": "^1.0.2",
45+
"loader-fs-cache": "^1.0.3",
4646
"loader-utils": "^1.2.3",
4747
"object-hash": "^2.0.1",
4848
"schema-utils": "^2.6.1"

0 commit comments

Comments
 (0)