diff --git a/explorer/package-lock.json b/explorer/package-lock.json index f0a8daea6f..494e01ce48 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2720,9 +2720,9 @@ } }, "@solana/web3.js": { - "version": "0.78.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.78.0.tgz", - "integrity": "sha512-A3WQkwCO/cuWwtaPyJy+AX7iyImpmMwpu/S6JZ/YR8f4SHNk0QV7Tu0NcrcSSt/wp4rBp0e3I3Su46+hrjYNFw==", + "version": "0.78.1", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.78.1.tgz", + "integrity": "sha512-ZJ2W1Xuin2O4ljvFZ7+KLOi9BdQhnub4+eLvcd6t3xTvR2G9axOOG428Ep7VRpeqjP0yZRJaofPqpxllrvmE6g==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", diff --git a/explorer/package.json b/explorer/package.json index 621efea383..5a89a7bfcf 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -5,7 +5,7 @@ "dependencies": { "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.24.2", - "@solana/web3.js": "^0.78.0", + "@solana/web3.js": "^0.78.1", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.6",