Skip to content

Commit 8740cfa

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 b8b3693 commit 8740cfa

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package-lock.json

Lines changed: 6 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
@@ -59,7 +59,7 @@
5959
"buffer": "^6.0.3",
6060
"form-data": "^4.0.5",
6161
"husky": "^9.1.7",
62-
"lodash": "^4.17.23",
62+
"lodash": "^4.18.1",
6363
"otplib": "^12.0.1",
6464
"qs": "^6.15.0",
6565
"stream-browserify": "^3.0.0"

0 commit comments

Comments
 (0)