Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 796e3d1

Browse files
authoredMar 30, 2020
fix: #316 updating loader-fs-cache min version (#317)
* Fix #316 updating loader-fs-cache min version Fix #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). * fix: fix #316 update loader-fs-cache also in package-lock
1 parent e04f743 commit 796e3d1

File tree

2 files changed

+73
-72
lines changed

2 files changed

+73
-72
lines changed
 

‎package-lock.json

+72-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎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)
This repository has been archived.