From c979cc7da823fe33880028b85e99123ac2a14a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 22:36:38 +0800 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.76.0 to 0.77.0 in /explorer (#12448) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.76.0 to 0.77.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.76.0...v0.77.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 18 +++++++++--------- explorer/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index b953a08301..2e16162f7e 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2720,9 +2720,9 @@ } }, "@solana/web3.js": { - "version": "0.76.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.76.0.tgz", - "integrity": "sha512-xAKbz7qDtOAHuGxAH6diDTlrE30Dm7gLXjUft0Q+SxDj9X1D2/d2BVmhLwkseMbWub34A9W10vnHVbsSIAeqQA==", + "version": "0.77.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.77.0.tgz", + "integrity": "sha512-qfJTpzrUDfmI7h7gK2ApwqMVrkrU1qyF/AzyDkzhEfdbpZHZQeezDq1oRM2RuoKICuXmmIISHu0ddS7BBMqYjw==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", @@ -3272,9 +3272,9 @@ "integrity": "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==" }, "@types/express-serve-static-core": { - "version": "4.17.12", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.12.tgz", - "integrity": "sha512-EaEdY+Dty1jEU7U6J4CUWwxL+hyEGMkO5jan5gplfegUgCUsIUWqXxqw47uGjimeT4Qgkz/XUfwoau08+fgvKA==", + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz", + "integrity": "sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA==", "requires": { "@types/node": "*", "@types/qs": "*", @@ -14369,9 +14369,9 @@ } }, "rpc-websockets": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.5.tgz", - "integrity": "sha512-pJALYAXm2ggPOiuPr9Wl7jMihX7Xmwehb7F5UY3k2goBrxQxGF4hWZoZrdxNdbYSw5B6Nowm6X9O1M6QVcjh1g==", + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.6.tgz", + "integrity": "sha512-vDGdyJv858O5ZIc7glov8pQDdFztOqujA7iNyrfPxw87ajHT5s8WQU4MLNEG8pTR/xzqOn06dYH7kef2hijInw==", "requires": { "@babel/runtime": "^7.11.2", "assert-args": "^1.2.1", diff --git a/explorer/package.json b/explorer/package.json index f2d4076cfd..5a3eac2ff2 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.76.0", + "@solana/web3.js": "^0.77.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.6",