Skip to content

Commit 86a0abd

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 74333fe commit 86a0abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"express": "^4.18.2",
2121
"express-interceptor": "^1.2.0",
2222
"http-terminator": "^3.2.0",
23-
"lodash": "^4.17.21",
23+
"lodash": "^4.17.23",
2424
"minimist": "^1.2.7",
2525
"on-finished": "^2.4.1",
2626
"read-pkg-up": "^7.0.1",

0 commit comments

Comments
 (0)