Skip to content

Commit 14cbccd

Browse files
snyk-botcodepunkt
andauthored
fix: package.json & package-lock.json to reduce vulnerabilities (#51)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTJSONPATCH-595663 Co-authored-by: Christoph Werner <[email protected]>
1 parent 3468d02 commit 14cbccd

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package-lock.json

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22-
"fast-json-patch": "^2.0.4",
22+
"fast-json-patch": "^2.2.1",
2323
"humps": "^2.0.1",
2424
"lodash": "^4.17.20",
2525
"mongoose": "^5.6.2"

0 commit comments

Comments
 (0)