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

Commit

Permalink
fix: #316 updating loader-fs-cache min version (#317)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
neokeld committed Mar 30, 2020
1 parent e04f743 commit 796e3d1
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 72 deletions.
143 changes: 72 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 796e3d1

Please sign in to comment.