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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-12 09:17:56 +00:00 committed by GitHub
parent 4e99aa5fa6
commit 790bd51f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 27 deletions

View File

@ -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",

View File

@ -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",