diff --git a/explorer/package-lock.json b/explorer/package-lock.json index aed4b7175f..59379c8227 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2720,9 +2720,9 @@ } }, "@solana/web3.js": { - "version": "0.75.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.75.0.tgz", - "integrity": "sha512-goWSloQQbd7MLBxi/ViUvNIKg/uVQNVw/TvjsilZNnFiHv6WtNdUOnZFQbF8Nc7UDxeh+5TUbGkjavf0qzEbbA==", + "version": "0.75.2", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.75.2.tgz", + "integrity": "sha512-2Cd39m5ffOMrokCCKC28YRGyonP6ZZMAR7oi/G0hngCsBKjBmz9PhdcaYmUc2hYVa6o5hPvbp/CUZ6ui23DJuQ==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", @@ -9584,9 +9584,9 @@ }, "dependencies": { "@types/node": { - "version": "12.12.56", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.56.tgz", - "integrity": "sha512-8OdIupOIZtmObR13fvGyTvpcuzKmMugkATeVcfNwCjGtHxhjEKmOvLqXwR8U9VOtNnZ4EXaSfNiLVsPinaCXkQ==" + "version": "12.12.58", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.58.tgz", + "integrity": "sha512-Be46CNIHWAagEfINOjmriSxuv7IVcqbGe+sDSg2SYCEz/0CRBy7LRASGfRbD8KZkqoePU73Wsx3UvOSFcq/9hA==" }, "lodash": { "version": "4.17.20", diff --git a/explorer/package.json b/explorer/package.json index 67591c720f..fd18c4f3c2 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -5,7 +5,7 @@ "dependencies": { "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.23.0", - "@solana/web3.js": "^0.75.0", + "@solana/web3.js": "^0.75.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.4",