From 9606126543b745c3a255704fd45fb0fcc276cc81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 09:15:29 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 1.5.0 to 1.7.0 in /explorer (#16866) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.5.0...v1.7.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 12 ++++++------ explorer/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 4636afeb93..74449e54af 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2646,9 +2646,9 @@ } }, "@solana/web3.js": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.5.0.tgz", - "integrity": "sha512-o9Md2wDRKcI7uQksOp6yW6llhfCEm2QyblvM1qTjIbmaxuJn2ID2p0hIsJM7p+p88I/neFt+rodi58kVvk98Cg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.7.0.tgz", + "integrity": "sha512-rGMQOh6c32eWK2Rcznyzby9O4JjA3bdYO1z+5VwWAFnA5JpfFU0NQrmQffYBP9DfiiLgeKklcJm/VRNd84Wp7g==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", @@ -2666,9 +2666,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", - "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "version": "7.13.17", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", + "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/explorer/package.json b/explorer/package.json index 4a5ce9f8ff..b3fd294ab9 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.3.1", "@solana/spl-token-registry": "^0.2.62", - "@solana/web3.js": "^1.5.0", + "@solana/web3.js": "^1.7.0", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.5",