Skip to content

Commit c79bbaa

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 b01fe9b commit c79bbaa

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 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
@@ -34,7 +34,7 @@
3434
"bottleneck": "^2.19.5",
3535
"handlebars": "^4.7.8",
3636
"inversify": "6.1.6",
37-
"lodash": "^4.17.21",
37+
"lodash": "^4.17.23",
3838
"moment": "^2.30.1",
3939
"notifications-node-client": "^8.2.1",
4040
"reflect-metadata": "^0.2.2"

0 commit comments

Comments
 (0)