diff --git a/explorer/package-lock.json b/explorer/package-lock.json index f9fea0c582..143f8fb42a 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2720,9 +2720,9 @@ } }, "@solana/web3.js": { - "version": "0.80.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.80.1.tgz", - "integrity": "sha512-qAzavu5g8Dj1H3+UAt/JqFdnvz7YQUv+STtwDW80RkIkFvmzz2NJ2QiR1/dhaKq8GY3BdaN1BneIxe1zQhVJkw==", + "version": "0.80.2", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.80.2.tgz", + "integrity": "sha512-tvthhTJUXL3DilpNYBrT/20kyDU3WIuXltZJ349akvBiR7SHPMG3w66OddVF7N3f3E6lWu+Mo3gH/Dyyz2LIMA==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 9f8fe50391..048f613588 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -5,7 +5,7 @@ "dependencies": { "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.26.0", - "@solana/web3.js": "^0.80.1", + "@solana/web3.js": "^0.80.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.7",