Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#51)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTJSONPATCH-595663

Co-authored-by: Christoph Werner <codepunkt@users.noreply.github.com>
  • Loading branch information
snyk-bot and codepunkt authored Aug 25, 2020
1 parent 3468d02 commit 14cbccd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"license": "MIT",
"dependencies": {
"fast-json-patch": "^2.0.4",
"fast-json-patch": "^2.2.1",
"humps": "^2.0.1",
"lodash": "^4.17.20",
"mongoose": "^5.6.2"
Expand Down

0 comments on commit 14cbccd

Please sign in to comment.