Skip to content

Commit 9a40b08

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 4acf4a7 commit 9a40b08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 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
@@ -58,7 +58,7 @@
5858
"buffer": "^6.0.3",
5959
"form-data": "^4.0.5",
6060
"husky": "^9.1.7",
61-
"lodash": "^4.17.21",
61+
"lodash": "^4.17.23",
6262
"otplib": "^12.0.1",
6363
"qs": "6.14.1",
6464
"stream-browserify": "^3.0.0"

0 commit comments

Comments
 (0)