From 2930102064b54eb4ddb58a370f65195a63fe0d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 08:16:32 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.63.1 to 0.64.0 in /explorer (#11304) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.63.1 to 0.64.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.63.1...v0.64.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 879e04d831..14e7ed753a 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2253,9 +2253,9 @@ "integrity": "sha512-zLtOIToct1EBTbwldkMJsXC2eCsmWOOP7z6UG0M/sCgnPExtIjvVMCpPESvPnMbQzDZytXVy0nvMbUuK2gZs2A==" }, "@solana/web3.js": { - "version": "0.63.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.63.1.tgz", - "integrity": "sha512-AJZDkM355HgV5GwcklgZ073t0S2GV1h8IZ/pIpuhs4nUShMyrGSeByBQoeCueG9SV360BZqygrLA7GmMdL9kaA==", + "version": "0.64.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.64.0.tgz", + "integrity": "sha512-DlNzAXgNdk7k4Pt6CfcaAutaiXJiog9hxswtzItf0q/0/Um8JvDI1YjnMONE3IKI/jyjmTaxhsQHWAQE42KofQ==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", @@ -2967,9 +2967,9 @@ "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" }, "@types/qs": { - "version": "6.9.3", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.3.tgz", - "integrity": "sha512-7s9EQWupR1fTc2pSMtXRQ9w9gLOcrJn+h7HOXw4evxyvVqMi4f+q7d2tnFe3ng3SNHjtK+0EzGMGFUQX4/AQRA==" + "version": "6.9.4", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.4.tgz", + "integrity": "sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ==" }, "@types/range-parser": { "version": "1.2.3", @@ -8764,9 +8764,9 @@ }, "dependencies": { "@types/node": { - "version": "12.12.51", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.51.tgz", - "integrity": "sha512-6ILqt8iNThALrxDv2Q4LyYFQxULQz96HKNIFd4s9QRQaiHINYeUpLqeU/2IU7YMtvipG1fQVAy//vY8/fX1Y9w==" + "version": "12.12.53", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.53.tgz", + "integrity": "sha512-51MYTDTyCziHb70wtGNFRwB4l+5JNvdqzFSkbDvpbftEgVUBEE+T5f7pROhWMp/fxp07oNIEQZd5bbfAH22ohQ==" } } }, @@ -13815,9 +13815,9 @@ } }, "rpc-websockets": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.2.3.tgz", - "integrity": "sha512-1nHdvzXHBI8T5lCGaHngmRdgq+h7ahEXBZ31tecFAknDb2g1D7Ip1LYIo9Q94TqT8gT441Ly/c3En3EHTaYHWQ==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.2.4.tgz", + "integrity": "sha512-6jqeJK/18hPTsmeiN+K9O4miZiAmrIncgxfPXHwuGWs9BClA2zC3fOnTThRWo4blkrjH59oKKi0KMxSK+wdtNw==", "requires": { "@babel/runtime": "^7.8.7", "assert-args": "^1.2.1", diff --git a/explorer/package.json b/explorer/package.json index f1b56a9695..270eed903d 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@react-hook/debounce": "^3.0.0", - "@solana/web3.js": "^0.63.1", + "@solana/web3.js": "^0.64.0", "@testing-library/jest-dom": "^5.11.2", "@testing-library/react": "^10.4.7", "@testing-library/user-event": "^12.0.17",