Skip to content

Commit 4cb067c

Browse files
committed
fix: web/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 1b3b49c commit 4cb067c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@reduxjs/toolkit": "^1.9.7",
1010
"cross-env": "^7.0.3",
1111
"history": "^5.3.0",
12-
"lodash": "^4.17.21",
12+
"lodash": "^4.17.23",
1313
"oidc-client": "^1.11.5",
1414
"oidc-react": "^3.2.2",
1515
"postcss-normalize": "^10.0.1",

0 commit comments

Comments
 (0)