From cf175fdc98459743c8cdc69a6b7eb448ee2fd156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 08:26:50 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.75.2 to 0.76.0 in /explorer (#12327) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.75.2 to 0.76.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.75.2...v0.76.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 24 ++++++++++++------------ explorer/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 01ac4faf66..432565fe1c 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2720,9 +2720,9 @@ } }, "@solana/web3.js": { - "version": "0.75.2", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.75.2.tgz", - "integrity": "sha512-2Cd39m5ffOMrokCCKC28YRGyonP6ZZMAR7oi/G0hngCsBKjBmz9PhdcaYmUc2hYVa6o5hPvbp/CUZ6ui23DJuQ==", + "version": "0.76.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.76.0.tgz", + "integrity": "sha512-xAKbz7qDtOAHuGxAH6diDTlrE30Dm7gLXjUft0Q+SxDj9X1D2/d2BVmhLwkseMbWub34A9W10vnHVbsSIAeqQA==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", @@ -3464,9 +3464,9 @@ "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" }, "@types/qs": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.4.tgz", - "integrity": "sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ==" + "version": "6.9.5", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.5.tgz", + "integrity": "sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ==" }, "@types/range-parser": { "version": "1.2.3", @@ -9584,9 +9584,9 @@ }, "dependencies": { "@types/node": { - "version": "12.12.58", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.58.tgz", - "integrity": "sha512-Be46CNIHWAagEfINOjmriSxuv7IVcqbGe+sDSg2SYCEz/0CRBy7LRASGfRbD8KZkqoePU73Wsx3UvOSFcq/9hA==" + "version": "12.12.62", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.62.tgz", + "integrity": "sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg==" }, "lodash": { "version": "4.17.20", @@ -14369,9 +14369,9 @@ } }, "rpc-websockets": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.2.tgz", - "integrity": "sha512-kUpYcnbEU/BeAxGTlfySZ/tp9FU+TLSgONbViyx6hQsIh8876uxggJWzVOCe+CztBvuCOAOd0BXyPlKfcflykw==", + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.5.tgz", + "integrity": "sha512-pJALYAXm2ggPOiuPr9Wl7jMihX7Xmwehb7F5UY3k2goBrxQxGF4hWZoZrdxNdbYSw5B6Nowm6X9O1M6QVcjh1g==", "requires": { "@babel/runtime": "^7.11.2", "assert-args": "^1.2.1", diff --git a/explorer/package.json b/explorer/package.json index a529ee451b..05a4628ba3 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.2", + "@solana/web3.js": "^0.76.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.5",