From 423cff203be504cca5c48bf59b63dd4e37b3cbb4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 18:31:51 +0000 Subject: [PATCH] chore(deps): bump @solana/web3.js from 0.21.1 to 0.22.0 Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.21.1 to 0.22.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.21.1...v0.22.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6984e144..995037e5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@nivo/bar": "^0.59.2", "@nivo/line": "^0.59.3", - "@solana/web3.js": "^0.21.1", + "@solana/web3.js": "^0.22.0", "babel-plugin-transform-runtime": "^6.23.0", "base-58": "^0.0.1", "classnames": "^2.2.6", diff --git a/yarn.lock b/yarn.lock index 031ca780..c2166e06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1833,10 +1833,10 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== -"@solana/web3.js@^0.21.1": - version "0.21.1" - resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.21.1.tgz#69634ac95de93ad0ec5b785e2001983ac20b680b" - integrity sha512-2GyKRpXse9H+v/ODRSGP+hEVrYOvTVkloXZ7sFKrINbC/OXw4+X+rC9+325WsxCSgrKCIsqSSKQM9SWm5LCJUQ== +"@solana/web3.js@^0.22.0": + version "0.22.0" + resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.22.0.tgz#61918501cf3f8645b5e4e4da4b5e0bb330407792" + integrity sha512-Khc0Fdr0bZ2w+NTRtb0DzKx3hNA7GD0lyBErvQlZH8ZnQBVr7DQQsHa6gCy2OwFwMqDIo0gvGEieKSnqe7SIcg== dependencies: "@babel/runtime" "^7.3.1" bn.js "^5.0.0"