Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#43)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASHES-2434283

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
FS-github-snyk and snyk-bot authored Sep 13, 2022
1 parent 7350a66 commit 332b29a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 69 deletions.
118 changes: 50 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/react-router-dom": "^5.1.3",
"bootstrap": "^4.4.1",
"font-awesome": "^4.7.0",
"react-bootstrap": "^1.0.0-beta.17",
"react-bootstrap": "^1.0.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"redux-thunk": "^2.3.0",
Expand Down

0 comments on commit 332b29a

Please sign in to comment.