Skip to content

Commit fce8538

Browse files
codepunktsnyk-bot
andauthored
fix: package.json & package-lock.json to reduce vulnerabilities (#78)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 Co-authored-by: snyk-bot <[email protected]>
1 parent 9122886 commit fce8538

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
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"fast-json-patch": "^2.2.1",
1515
"humps": "^2.0.1",
16-
"lodash": "^4.17.20",
16+
"lodash": "^4.17.21",
1717
"mongoose": "^5.10.7"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)