From c40a427b3a50ddac52554980da9dbc7fb0678ca0 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Mon, 10 Aug 2020 02:35:47 +0800 Subject: [PATCH] Update explorer web3 to v0.66.2 (#11492) --- explorer/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index f8217fd96b..bd691995b1 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2334,9 +2334,9 @@ "integrity": "sha512-zLtOIToct1EBTbwldkMJsXC2eCsmWOOP7z6UG0M/sCgnPExtIjvVMCpPESvPnMbQzDZytXVy0nvMbUuK2gZs2A==" }, "@solana/web3.js": { - "version": "0.66.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.66.1.tgz", - "integrity": "sha512-AorappmEktL8k0wgJ8nlxbdM3YG+LeeSBBUZUtk+JA2uiRh5pFexsvvViTuTHuzYQbdp66JJyCLc2YcMz8LwEw==", + "version": "0.66.2", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.66.2.tgz", + "integrity": "sha512-6k/CC1rqAosV6q0DZ5RHu945Zn4CI7qID3vHJakTU/tFLhZRSaG8fvVa09vu7d5eFRtjwoztngG3R+RDrVvhQA==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0",