From 13bb34a28d322d835b9d5ea1c9aa4c2cba67e12f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 08:09:23 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.81.0 to 0.83.0 in /explorer (#13103) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.81.0 to 0.83.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.81.0...v0.83.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 61 +++++++++++++++++++++++++++++++------- explorer/package.json | 2 +- 2 files changed, 52 insertions(+), 11 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 2f00d8b28b..ef0bc778b5 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2720,9 +2720,9 @@ } }, "@solana/web3.js": { - "version": "0.81.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.81.0.tgz", - "integrity": "sha512-smDYZno2lGOY5Yx2vTp2w77dPnrpijKB6cuilL1pMh06NBX+AqSt3Paftk00aBHcDucOp+fjEEyuhHVeZQWLBA==", + "version": "0.83.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.83.0.tgz", + "integrity": "sha512-19k/L3i11JIntT2YDEVpv8Y2K+tkjXbmGnhm4SjHS4sdA0ecZsB4Mi3n3qINoPFQ0vlRQcwIh5oLZ3JiaCWwpw==", "requires": { "@babel/runtime": "^7.3.1", "bn.js": "^5.0.0", @@ -2732,10 +2732,12 @@ "crypto-hash": "^1.2.2", "esdoc-inject-style-plugin": "^1.0.0", "jayson": "^3.0.1", + "keccak": "^3.0.1", "mz": "^2.7.0", "node-fetch": "^2.2.0", "npm-run-all": "^4.1.5", "rpc-websockets": "^7.4.2", + "secp256k1": "^4.0.2", "superstruct": "^0.8.3", "tweetnacl": "^1.0.0", "ws": "^7.0.0" @@ -5303,6 +5305,14 @@ "optional": true, "requires": { "node-gyp-build": "~3.7.0" + }, + "dependencies": { + "node-gyp-build": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.7.0.tgz", + "integrity": "sha512-L/Eg02Epx6Si2NXmedx+Okg+4UHqmaf3TNcxd50SF9NQGcJaON3AtU++kax69XV7YWz4tUspqZSAsVofhFKG2w==", + "optional": true + } } }, "builtin-status-codes": { @@ -9478,9 +9488,9 @@ }, "dependencies": { "@types/node": { - "version": "12.12.68", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.68.tgz", - "integrity": "sha512-3RW2s24ewB7F9dAHvgb9FRvNHn6nO9IK6Eaknbz7HTOe2a5GVne5XbUh5+YA+kcCn67glyHhClUUdFP73LWrgQ==" + "version": "12.19.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.1.tgz", + "integrity": "sha512-/xaVmBBjOGh55WCqumLAHXU9VhjGtmyTGqJzFBXRWZzByOXI5JAJNx9xPVGEsNizrNwcec92fQMj458MWfjN1A==" }, "lodash": { "version": "4.17.20", @@ -10192,6 +10202,15 @@ "object.assign": "^4.1.0" } }, + "keccak": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/keccak/-/keccak-3.0.1.tgz", + "integrity": "sha512-epq90L9jlFWCW7+pQa6JOnKn2Xgl2mtI664seYR6MHskvI9agt7AnDqmAlp9TqU4/caMYbA08Hi5DMZAl5zdkA==", + "requires": { + "node-addon-api": "^2.0.0", + "node-gyp-build": "^4.2.0" + } + }, "keypather": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/keypather/-/keypather-1.10.2.tgz", @@ -11018,6 +11037,11 @@ "tslib": "^1.10.0" } }, + "node-addon-api": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz", + "integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==" + }, "node-fetch": { "version": "2.6.1", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", @@ -11055,10 +11079,9 @@ } }, "node-gyp-build": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.7.0.tgz", - "integrity": "sha512-L/Eg02Epx6Si2NXmedx+Okg+4UHqmaf3TNcxd50SF9NQGcJaON3AtU++kax69XV7YWz4tUspqZSAsVofhFKG2w==", - "optional": true + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz", + "integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==" }, "node-int64": { "version": "0.4.0", @@ -14468,6 +14491,16 @@ } } }, + "secp256k1": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.2.tgz", + "integrity": "sha512-UDar4sKvWAksIlfX3xIaQReADn+WFnHvbVujpcbr+9Sf/69odMwy2MUsz5CKLQgX9nsIyrjuxL2imVyoNHa3fg==", + "requires": { + "elliptic": "^6.5.2", + "node-addon-api": "^2.0.0", + "node-gyp-build": "^4.2.0" + } + }, "select-hose": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", @@ -16112,6 +16145,14 @@ "optional": true, "requires": { "node-gyp-build": "~3.7.0" + }, + "dependencies": { + "node-gyp-build": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.7.0.tgz", + "integrity": "sha512-L/Eg02Epx6Si2NXmedx+Okg+4UHqmaf3TNcxd50SF9NQGcJaON3AtU++kax69XV7YWz4tUspqZSAsVofhFKG2w==", + "optional": true + } } }, "util": { diff --git a/explorer/package.json b/explorer/package.json index 3b0f84db6f..d8bb66d378 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.81.0", + "@solana/web3.js": "^0.83.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10",