From 16950122f26aff920c54121f95e06ae47d8ab8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 08:11:35 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.80.2 to 0.81.0 in /explorer (#12976) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.80.2 to 0.81.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.80.2...v0.81.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 99102ab251..c8bd48b4af 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2720,9 +2720,9 @@ } }, "@solana/web3.js": { - "version": "0.80.2", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.80.2.tgz", - "integrity": "sha512-tvthhTJUXL3DilpNYBrT/20kyDU3WIuXltZJ349akvBiR7SHPMG3w66OddVF7N3f3E6lWu+Mo3gH/Dyyz2LIMA==", + "version": "0.81.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.81.0.tgz", + "integrity": "sha512-smDYZno2lGOY5Yx2vTp2w77dPnrpijKB6cuilL1pMh06NBX+AqSt3Paftk00aBHcDucOp+fjEEyuhHVeZQWLBA==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", @@ -9583,9 +9583,9 @@ }, "dependencies": { "@types/node": { - "version": "12.12.67", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.67.tgz", - "integrity": "sha512-R48tgL2izApf+9rYNH+3RBMbRpPeW3N8f0I9HMhggeq4UXwBDqumJ14SDs4ctTMhG11pIOduZ4z3QWGOiMc9Vg==" + "version": "12.12.68", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.68.tgz", + "integrity": "sha512-3RW2s24ewB7F9dAHvgb9FRvNHn6nO9IK6Eaknbz7HTOe2a5GVne5XbUh5+YA+kcCn67glyHhClUUdFP73LWrgQ==" }, "lodash": { "version": "4.17.20", @@ -14377,9 +14377,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz", + "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/explorer/package.json b/explorer/package.json index 1bfc0bac64..a0984570ca 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -5,7 +5,7 @@ "dependencies": { "@react-hook/debounce": "^3.0.0", "@sentry/react": "^5.26.0", - "@solana/web3.js": "^0.80.2", + "@solana/web3.js": "^0.81.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.8",