Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent 8967f6c commit 1b5ec61
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 113 deletions.
147 changes: 35 additions & 112 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 @@ -115,7 +115,7 @@
"lodash": "^4.17.21",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-query": "^4.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
},
Expand Down

0 comments on commit 1b5ec61

Please sign in to comment.