diff --git a/apps/laboratory/package.json b/apps/laboratory/package.json index 868e037ed7..0e84586593 100644 --- a/apps/laboratory/package.json +++ b/apps/laboratory/package.json @@ -56,7 +56,7 @@ "@web3modal/wagmi": "workspace:*", "@web3modal/wallet": "workspace:*", "bs58": "6.0.0", - "ethers": "6.13.0", + "ethers": "6.13.2", "framer-motion": "10.17.9", "next": "14.2.3", "next-auth": "4.24.5", diff --git a/packages/ethers5/package.json b/packages/ethers5/package.json index 7431830dad..4eb7cc13eb 100644 --- a/packages/ethers5/package.json +++ b/packages/ethers5/package.json @@ -56,13 +56,13 @@ "valtio": "1.11.2" }, "devDependencies": { - "ethers": "5.7.2", + "ethers": "6.13.2", "react": "18.2.0", "react-dom": "18.2.0", "vue": "3.4.3" }, "peerDependencies": { - "ethers": ">=4.1.0 <6.0.0", + "ethers": ">=4.1.0 <7.0.0", "react": ">=17", "react-dom": ">=17", "vue": ">=3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ae35d9f668..f1b58bcfa3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -235,8 +235,8 @@ importers: specifier: 6.0.0 version: 6.0.0 ethers: - specifier: 6.13.0 - version: 6.13.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: 6.13.2 + version: 6.13.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) framer-motion: specifier: 10.17.9 version: 10.17.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -709,8 +709,8 @@ importers: version: 1.11.2(@types/react@18.2.62)(react@18.2.0) devDependencies: ethers: - specifier: 5.7.2 - version: 5.7.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: 6.13.2 + version: 6.13.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) react: specifier: 18.2.0 version: 18.2.0 @@ -7917,6 +7917,10 @@ packages: resolution: {integrity: sha512-+yyQQQWEntY5UVbCv++guA14RRVFm1rSnO1GoLFdrK7/XRWMoktNgyG9UjwxrQqGBfGyFKknNZ81YpUS2emCgg==} engines: {node: '>=14.0.0'} + ethers@6.13.2: + resolution: {integrity: sha512-9VkriTTed+/27BGuY1s0hf441kqwHJ1wtN2edksEtiRvXx+soxRX3iSXTfFqq2+YwrOqbDoTHjIhQnjJRlzKmg==} + engines: {node: '>=14.0.0'} + ethers@6.9.0: resolution: {integrity: sha512-pmfNyQzc2mseLe91FnT2vmNaTt8dDzhxZ/xItAV7uGsF4dI4ek2ufMu3rAkgQETL/TIs0GS5A+U05g9QyWnv3Q==} engines: {node: '>=14.0.0'} @@ -22574,6 +22578,19 @@ snapshots: - bufferutil - utf-8-validate + ethers@6.13.2(bufferutil@4.0.8)(utf-8-validate@5.0.10): + dependencies: + '@adraffy/ens-normalize': 1.10.1 + '@noble/curves': 1.2.0 + '@noble/hashes': 1.3.2 + '@types/node': 18.15.13 + aes-js: 4.0.0-beta.5 + tslib: 2.4.0 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - bufferutil + - utf-8-validate + ethers@6.9.0(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@adraffy/ens-normalize': 1.10.0