Skip to content

Commit 638e5c0

Browse files
snyk-botcodepunkt
authored andcommitted
fix: package.json & package-lock.json to reduce vulnerabilities (#42)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202
1 parent 1afacf1 commit 638e5c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"fast-json-patch": "^2.0.4",
1010
"humps": "^2.0.1",
11-
"lodash": "^4.17.5",
11+
"lodash": "^4.17.12",
1212
"mongoose": "^5.6.2"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)