diff --git a/explorer/package-lock.json b/explorer/package-lock.json index c079572689..f706c7b60d 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -13,7 +13,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.5.1", "@solana/spl-token-registry": "^0.2.121", - "@solana/web3.js": "^1.16.1", + "@solana/web3.js": "^1.17.0", "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.1.9", @@ -3219,9 +3219,9 @@ } }, "node_modules/@solana/web3.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.16.1.tgz", - "integrity": "sha512-Dh6usnN9AkXzHGbN7II/gLJoG0OslzCy6pzcZiesJY9fh5Z6D532opClptNiIoz0ZGU7RRt41wgbzUo/zyohvg==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.17.0.tgz", + "integrity": "sha512-PBOHY260CudciLwBgwt1U8upwCS1Jq0BbS6EVyX0tz6Tj14Dp4i87dQNyntentNiGQQ+yWBIk4vJEm+PMCSd/A==", "dependencies": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", @@ -27237,9 +27237,9 @@ } }, "@solana/web3.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.16.1.tgz", - "integrity": "sha512-Dh6usnN9AkXzHGbN7II/gLJoG0OslzCy6pzcZiesJY9fh5Z6D532opClptNiIoz0ZGU7RRt41wgbzUo/zyohvg==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.17.0.tgz", + "integrity": "sha512-PBOHY260CudciLwBgwt1U8upwCS1Jq0BbS6EVyX0tz6Tj14Dp4i87dQNyntentNiGQQ+yWBIk4vJEm+PMCSd/A==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 659f3eaf06..dcc94033fa 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -9,7 +9,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.5.1", "@solana/spl-token-registry": "^0.2.121", - "@solana/web3.js": "^1.16.1", + "@solana/web3.js": "^1.17.0", "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.1.9",