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 321516d commit f603e8e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 75 deletions.
99 changes: 25 additions & 74 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 @@ -36,7 +36,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "^7.2.1",
"react-query": "^3.39.3"
"react-query": "^4.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
Expand Down

0 comments on commit f603e8e

Please sign in to comment.