From 815d20c3a0d2b52c5ef2555d74814120d3601363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 14:33:25 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.90.1 to 0.91.1 in /explorer (#15240) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.90.1 to 0.91.1. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.90.1...v0.91.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 64 ++++++++++++++++++++++++++++---------- explorer/package.json | 2 +- 2 files changed, 49 insertions(+), 17 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 9aaf290ac7..4c2ffcd5ac 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2906,38 +2906,65 @@ } }, "@solana/web3.js": { - "version": "0.90.1", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.90.1.tgz", - "integrity": "sha512-TQtV4vBFuOZ2lxxt0XYKJ/3WuZOhbwjLZ9M8YFxvC/Wgho6DwWVeJKmQ1RGmdaDmusiYfmE8jGI/32624g5c6w==", + "version": "0.91.1", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.91.1.tgz", + "integrity": "sha512-VGn8Pnli/2iINx9/y+kiR5l7XRsM4zbCQgFOSB7GfBBTrlxoeAGrzcBgwBFbFZE48R2hGo/5F0bo7jd1MOFWUQ==", "requires": { - "@babel/runtime": "^7.3.1", + "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", "bs58": "^4.0.1", - "buffer": "^6.0.1", + "buffer": "6.0.1", "buffer-layout": "^1.2.0", "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", + "jayson": "^3.4.4", + "js-sha3": "^0.8.0", + "node-fetch": "^2.6.1", "rpc-websockets": "^7.4.2", "secp256k1": "^4.0.2", "superstruct": "^0.8.3", - "tweetnacl": "^1.0.0", - "ws": "^7.0.0" + "tweetnacl": "^1.0.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@types/node": { + "version": "12.19.16", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.16.tgz", + "integrity": "sha512-7xHmXm/QJ7cbK2laF+YYD7gb5MggHIIQwqyjin3bpEGiSuvScMQ5JZZXPvRipi1MwckTQbJZROMns/JxdnIL1Q==" + }, "buffer": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.1.tgz", + "integrity": "sha512-rVAXBwEcEoYtxnHSO5iWyhzV/O1WMtkUYWlfdLS7FjU4PnSJJHEfHXi/uHPI5EwltmOA794gN3bm3/pzuctWjQ==", "requires": { "base64-js": "^1.3.1", "ieee754": "^1.2.1" } }, + "jayson": { + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/jayson/-/jayson-3.4.4.tgz", + "integrity": "sha512-fgQflh+Qnhdv9fjxTnpTsa2WUG/dgyeKQzIh5MJ77Qv2sqFyyAZn7mTUYgPjJMFjsKfb4HNsSBh6ktJeeQiAGQ==", + "requires": { + "@types/connect": "^3.4.33", + "@types/express-serve-static-core": "^4.17.9", + "@types/lodash": "^4.14.159", + "@types/node": "^12.12.54", + "JSONStream": "^1.3.5", + "commander": "^2.20.3", + "es6-promisify": "^5.0.0", + "eyes": "^0.1.8", + "json-stringify-safe": "^5.0.1", + "lodash": "^4.17.20", + "uuid": "^3.4.0" + } + }, "superstruct": { "version": "0.8.4", "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.8.4.tgz", @@ -12814,6 +12841,11 @@ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==" }, + "js-sha3": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", + "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" + }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", diff --git a/explorer/package.json b/explorer/package.json index 161e3f6d38..b79027128f 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.19", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.0.1", - "@solana/web3.js": "^0.90.1", + "@solana/web3.js": "^0.91.1", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.6.2",