Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
chore(deps): bump @solana/web3.js from 0.14.17 to 0.14.18
Browse files Browse the repository at this point in the history
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.14.17 to 0.14.18.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](solana-labs/solana-web3.js@v0.14.17...v0.14.18)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support authored and mergify[bot] committed Apr 12, 2019
1 parent 8986f04 commit 68df024
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "http://github.com/solana-labs/blockexplorer/issues"
},
"dependencies": {
"@solana/web3.js": "^0.14.17",
"@solana/web3.js": "^0.14.18",
"babel-plugin-transform-runtime": "^6.23.0",
"base-58": "^0.0.1",
"cors": "^2.8.5",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -983,17 +983,17 @@
into-stream "^4.0.0"
lodash "^4.17.4"

"@solana/web3.js@^0.14.17":
version "0.14.17"
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.14.17.tgz#b417a52c45dd4048bb561ff9fe98eeb889a5949c"
integrity sha512-55fCjl0hqHtJ907s3eOa302n4THBhLRNjdOEhwpblCaX+2rsDma4mT1Sa1z1dGcQnm1+5nO2QtG+lF7u3miR3Q==
"@solana/web3.js@^0.14.18":
version "0.14.18"
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.14.18.tgz#0b7a7f6e821174e5735a951ba89d952b1b63e2eb"
integrity sha512-ndcbJvdNUDZJ/W8NFoUl71YVrVJk+Syu+Xu8Od5YXgo9h5PC4JSZoVnmIZOR4gkas75IEaBbyqP+Z5mM6yTOIg==
dependencies:
"@babel/runtime" "^7.3.1"
bn.js "^4.11.8"
bs58 "^4.0.1"
buffer-layout "^1.2.0"
esdoc-inject-style-plugin "^1.0.0"
jayson "^2.0.6"
jayson "^3.0.1"
mz "^2.7.0"
node-fetch "^2.2.0"
rpc-websockets "^4.3.3"
Expand Down Expand Up @@ -7044,10 +7044,10 @@ java-properties@^0.2.9:
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-0.2.10.tgz#2551560c25fa1ad94d998218178f233ad9b18f60"
integrity sha512-CpKJh9VRNhS+XqZtg1UMejETGEiqwCGDC/uwPEEQwc2nfdbSm73SIE29TplG2gLYuBOOTNDqxzG6A9NtEPLt0w==

jayson@^2.0.6:
version "2.1.2"
resolved "https://registry.yarnpkg.com/jayson/-/jayson-2.1.2.tgz#3612f578529b5cc84301f098f29cd1612119e53d"
integrity sha512-2GejcQnEV35KYTXoBvzALIDdO/1oyEIoJHBnaJFhJhcurv0x2JqUXQW6xlDUhcNOpN9t+d2w+JGA6vOphb+5mg==
jayson@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/jayson/-/jayson-3.0.1.tgz#ec79fd0c38144da7d444aafe32c5d3c3edae6f4b"
integrity sha512-shK2JIgY35jZ7KcwdzK3cuJNzyiU0AuskXvi4FYhB0Bgp8eq6mDTYuFaHgMY9AXJdTXsRYSbljMy6tNan/dAhw==
dependencies:
"@types/node" "^10.3.5"
JSONStream "^1.3.1"
Expand Down

0 comments on commit 68df024

Please sign in to comment.