Skip to content

Commit 3d7830a

Browse files
committed
fix: jsx/package.json & jsx/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869619
1 parent a39faa8 commit 3d7830a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

jsx/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.

jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"bootstrap": "^5.3.7",
3939
"history": "^5.3.0",
40-
"lodash": "^4.17.21",
40+
"lodash": "^4.18.1",
4141
"prop-types": "^15.8.1",
4242
"react": "^19.1.1",
4343
"react-bootstrap": "^2.10.10",

0 commit comments

Comments
 (0)