From 094bb4b14a1df01bdeb2a0b2a75ebe93c5fb3fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 10:23:17 +0000 Subject: [PATCH] build(deps): bump @solana/web3.js in /token-swap/js (#2123) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-swap/js/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/token-swap/js/package-lock.json b/token-swap/js/package-lock.json index 6e3c7997..98cab1df 100644 --- a/token-swap/js/package-lock.json +++ b/token-swap/js/package-lock.json @@ -407,9 +407,9 @@ } }, "@solana/web3.js": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.21.0.tgz", - "integrity": "sha512-x1NXlF92tEjxuTxS0u4n9JV17UKk0Dn2L+qSWGvKOb4iWhzApDj6wicJsrGdSbGdxnZ7eciQ/SNn3zB4ydUllA==", + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.22.0.tgz", + "integrity": "sha512-7BQUiR1AIj2L8KJ8LYsI31iPRLytgF8T4hz7xLlvvBfalpUK7qD2om7frlNpXl8ROUpvruNf83QaectJdZJW1w==", "requires": { "@babel/runtime": "^7.12.5", "@solana/buffer-layout": "^3.0.0", @@ -550,9 +550,9 @@ } }, "@types/ws": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.6.tgz", - "integrity": "sha512-ijZ1vzRawI7QoWnTNL8KpHixd2b2XVb9I9HAqI3triPsh1EC0xH0Eg6w2O3TKbDCgiNNlJqfrof6j4T2I+l9vw==", + "version": "7.4.7", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz", + "integrity": "sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==", "requires": { "@types/node": "*" }