Skip to content

Commit

Permalink
fix: web/app.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 17, 2024
1 parent 8978956 commit 73d80d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/app.fluidity.money/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@sentry/tracing": "^7.106.1",
"@solana/wallet-adapter-base": "^0.9.18",
"@solana/wallet-adapter-react": "^0.15.23",
"@solana/wallet-adapter-wallets": "^0.19.5",
"@solana/wallet-adapter-wallets": "^0.19.24",
"@solana/web3.js": "^1.63.1",
"@types/node": "^18.11.2",
"@types/ws": "^8.5.3",
Expand All @@ -60,7 +60,7 @@
"cross-env": "^7.0.3",
"csv": "^6.2.7",
"date-fns": "^2.29.3",
"ethers": "5.7.2",
"ethers": "6.0.0",
"express": "^4.18.1",
"framer-motion": "^7.3.6",
"get-image-colors": "^4.0.1",
Expand Down Expand Up @@ -91,9 +91,9 @@
"toml": "^3.0.0",
"tweetnacl": "^1.0.3",
"vite-node": "^0.28.5",
"web3": "^1.8.1",
"web3": "^4.0.1",
"web3-utils": "^1.8.0",
"ws": "^5.2.2",
"ws": "^8.17.1",
"zod": "^3.19.1"
},
"devDependencies": {
Expand Down

0 comments on commit 73d80d3

Please sign in to comment.