chore(deps): bump @solana/web3.js from 0.61.0 to 0.61.4 in /explorer

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.61.0 to 0.61.4.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.61.0...v0.61.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-19 09:07:15 +00:00 committed by Justin Starry
parent 1c469e38d3
commit 12339a72fa
2 changed files with 7 additions and 12 deletions

View File

@ -2258,9 +2258,9 @@
"integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw==" "integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw=="
}, },
"@solana/web3.js": { "@solana/web3.js": {
"version": "0.61.0", "version": "0.61.4",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.61.0.tgz", "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.61.4.tgz",
"integrity": "sha512-9A2uGyEW3zhsMWsUn73RLJrn2S50Wr2tlTn/eeszbX03FEzaFg8T1+n0iK4bE5sx+pme5aKzx0M6X1peQr07Eg==", "integrity": "sha512-mVm8Y1wbu/mv3ZPqVRq0alAFCrhEJ4kYcGGl16XPRN3rA7mQwRvxm+aIAD3eMk/aMWsopFAc4iA9LUZIVIMC3w==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0", "bn.js": "^5.0.0",
@ -2279,11 +2279,6 @@
"ws": "^7.0.0" "ws": "^7.0.0"
}, },
"dependencies": { "dependencies": {
"bn.js": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.2.tgz",
"integrity": "sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA=="
},
"buffer": { "buffer": {
"version": "5.6.0", "version": "5.6.0",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz",
@ -15349,9 +15344,9 @@
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
}, },
"thenify": { "thenify": {
"version": "3.3.0", "version": "3.3.1",
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.0.tgz", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
"integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=", "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
"requires": { "requires": {
"any-promise": "^1.0.0" "any-promise": "^1.0.0"
} }

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@react-hook/debounce": "^3.0.0", "@react-hook/debounce": "^3.0.0",
"@solana/web3.js": "^0.61.0", "@solana/web3.js": "^0.61.4",
"@testing-library/jest-dom": "^5.10.1", "@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^9.3.2", "@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2", "@testing-library/user-event": "^7.1.2",