Skip to content

Commit f735cfb

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 e258661 commit f735cfb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
@@ -17,7 +17,7 @@
1717
"core-js": "^3.41.0",
1818
"i18next": "^22.4.9",
1919
"jquery": "^3.7.1",
20-
"lodash": "^4.17.21",
20+
"lodash": "^4.17.23",
2121
"moment": "^2.30.1",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)