Skip to content

Commit

Permalink
Next.js cache poisoning (#56)
Browse files Browse the repository at this point in the history
* Instaling next@latest

* Upgrading web3 to latest
  • Loading branch information
mickeymond authored Sep 21, 2024
1 parent 0f34ea7 commit 309dfa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@metamask/sdk-react-ui": "^0.28.4",
"next": "14.2.5",
"next": "^14.2.13",
"react": "^18",
"react-dom": "^18",
"web3": "^4.12.1"
"web3": "^4.13.0"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 309dfa3

Please sign in to comment.