Skip to content

Commit 70659a6

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-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619
1 parent d4ef9ca commit 70659a6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 7 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
@@ -31,7 +31,7 @@
3131
"axios": "1.12.0",
3232
"bottleneck": "^2.19.5",
3333
"inversify": "^6.0.2",
34-
"lodash": "^4.17.23",
34+
"lodash": "^4.18.1",
3535
"moment": "^2.29.4",
3636
"reflect-metadata": "^0.1.13"
3737
},

0 commit comments

Comments
 (0)