Skip to content

Commit

Permalink
fix: web/fluidity.money/package.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-WS-7266574
  • Loading branch information
snyk-bot committed Jun 18, 2024
1 parent 8978956 commit 24bc98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/fluidity.money/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/gtag.js": "^0.0.12",
"@visx/visx": "^2.16.0",
"big.js": "^6.2.1",
"ethers": "^5.7.2",
"ethers": "^6.0.0",
"framer-motion": "^7.3.6",
"next": "^12.3.0",
"react": "^18.2.0",
Expand All @@ -24,7 +24,7 @@
"sharp": "^0.31.1",
"typescript": "^4.9.4",
"web-vitals": "^2.1.4",
"web3": "^1.8.1"
"web3": "^4.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down

0 comments on commit 24bc98e

Please sign in to comment.