diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 4fa01c791..8b3e2c6c1 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2617,9 +2617,9 @@ } }, "@solana/web3.js": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.3.tgz", - "integrity": "sha512-aDsFJhefIiKh9kb3xeWcX5rsAPdUqJtz61F9tplfp//mYVpzKZeWYZSUKB39PXo7c5ZrxVeBx7am4J7NB10Pcg==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.5.tgz", + "integrity": "sha512-dkKIDhmSM9qX5eJs4bNWPLMLzWcSCd36Imj4IIIfJHKwMfhjO6sWfYjHD4dzB502GoqpvZ/jHv4JBxZR5ERSiA==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 09407b0e3..1e3723662 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -7,7 +7,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.2.4", "@solana/spl-token-registry": "^0.2.48", - "@solana/web3.js": "^1.2.3", + "@solana/web3.js": "^1.2.5", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.1",