Skip to content

Commit 3fd2fc3

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 68293e8 commit 3fd2fc3

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 8 additions & 7 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
@@ -50,7 +50,7 @@
5050
"helmet": "3.23.3",
5151
"json2csv": "^5.0.7",
5252
"jsonwebtoken": "8.5.1",
53-
"lodash": "^4.17.21",
53+
"lodash": "^4.17.23",
5454
"mocha": "^9.2.2",
5555
"morgan": "1.10.0",
5656
"nodemailer": "^6.7.3",

0 commit comments

Comments
 (0)