From 790bd51f8b94d3836b0e1c49b07e46522ec693ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 09:17:56 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 0.91.1 to 0.91.2 in /explorer (#15288) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.91.1 to 0.91.2. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.91.1...v0.91.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 29 +++-------------------------- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 77b6806fcb..ac91eca98a 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2906,9 +2906,9 @@ } }, "@solana/web3.js": { - "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==", + "version": "0.91.2", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.91.2.tgz", + "integrity": "sha512-z/RIFKN5ZTInCDlZMH1/wYMq0qv52PpRyRBsT3Jly6yVFMV4xG59ZQb9iToVZZ2OTbPecoAru+TYFXz0MYqkqg==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", @@ -2933,11 +2933,6 @@ "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.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.1.tgz", @@ -2947,24 +2942,6 @@ "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", diff --git a/explorer/package.json b/explorer/package.json index 82e7384d6a..b8150be07f 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.21", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.1.0", - "@solana/web3.js": "^0.91.1", + "@solana/web3.js": "^0.91.2", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.7.0",