diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 8af61159d..31d8ae07c 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -13,7 +13,7 @@ "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.11.0", "@solana/spl-token-registry": "^0.2.214", - "@solana/web3.js": "^1.22.0", + "@solana/web3.js": "^1.24.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.2.1", @@ -3323,9 +3323,9 @@ } }, "node_modules/@solana/web3.js": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.22.0.tgz", - "integrity": "sha512-7BQUiR1AIj2L8KJ8LYsI31iPRLytgF8T4hz7xLlvvBfalpUK7qD2om7frlNpXl8ROUpvruNf83QaectJdZJW1w==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.24.0.tgz", + "integrity": "sha512-Br3r2YMoM6Ia7NlWVpe+w/cFlRMfW1yXCxy19rxjKZbxIb1i/iEGSOPGsEGCD6FgHJgyWGzD2tf4P1tWra5Fxg==", "dependencies": { "@babel/runtime": "^7.12.5", "@solana/buffer-layout": "^3.0.0", @@ -27479,9 +27479,9 @@ } }, "@solana/web3.js": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.22.0.tgz", - "integrity": "sha512-7BQUiR1AIj2L8KJ8LYsI31iPRLytgF8T4hz7xLlvvBfalpUK7qD2om7frlNpXl8ROUpvruNf83QaectJdZJW1w==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.24.0.tgz", + "integrity": "sha512-Br3r2YMoM6Ia7NlWVpe+w/cFlRMfW1yXCxy19rxjKZbxIb1i/iEGSOPGsEGCD6FgHJgyWGzD2tf4P1tWra5Fxg==", "requires": { "@babel/runtime": "^7.12.5", "@solana/buffer-layout": "^3.0.0", diff --git a/explorer/package.json b/explorer/package.json index 0b5fc9a3a..468e0957d 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -9,7 +9,7 @@ "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.11.0", "@solana/spl-token-registry": "^0.2.214", - "@solana/web3.js": "^1.22.0", + "@solana/web3.js": "^1.24.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.2.1",