From f12f606e0104011fb2f098a7dbe7181d291ec59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 09:11:32 +0000 Subject: [PATCH] build(deps): bump @solana/web3.js in /token-lending/js Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.2.5 to 1.14.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.2.5...v1.14.0) Signed-off-by: dependabot[bot] --- token-lending/js/package-lock.json | 33 +++++++++++++++++++++++++++--- token-lending/js/package.json | 2 +- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 665e3abd..b5ee3aa9 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -228,12 +228,13 @@ } }, "@solana/web3.js": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.2.5.tgz", - "integrity": "sha512-dkKIDhmSM9qX5eJs4bNWPLMLzWcSCd36Imj4IIIfJHKwMfhjO6sWfYjHD4dzB502GoqpvZ/jHv4JBxZR5ERSiA==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.14.0.tgz", + "integrity": "sha512-CtGvJQbhUR6mNOGUYX3f0XJCgW2c5UM7pL8MZbv7Pc6vflh+hiKBd1vzi8HvBr9dKhyNDvq7jHgZ6zezz0y9Cw==", "requires": { "@babel/runtime": "^7.12.5", "bn.js": "^5.0.0", + "borsh": "^0.4.0", "bs58": "^4.0.1", "buffer": "6.0.1", "buffer-layout": "^1.2.0", @@ -711,6 +712,27 @@ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==" }, + "borsh": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/borsh/-/borsh-0.4.0.tgz", + "integrity": "sha512-aX6qtLya3K0AkT66CmYWCCDr77qsE9arV05OmdFpmat9qu8Pg9J5tBUPDztAW5fNh/d/MyVG/OYziP52Ndzx1g==", + "requires": { + "@types/bn.js": "^4.11.5", + "bn.js": "^5.0.0", + "bs58": "^4.0.0", + "text-encoding-utf-8": "^1.0.2" + }, + "dependencies": { + "@types/bn.js": { + "version": "4.11.6", + "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-4.11.6.tgz", + "integrity": "sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==", + "requires": { + "@types/node": "*" + } + } + } + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -2612,6 +2634,11 @@ } } }, + "text-encoding-utf-8": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/text-encoding-utf-8/-/text-encoding-utf-8-1.0.2.tgz", + "integrity": "sha512-8bw4MY9WjdsD2aMtO0OzOCY3pXGYNx2d2FfHRVUKkiCPDWjKuOlhLVASS+pD7VkLTVjW268LYJHwsnPFlBpbAg==" + }, "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index da920da5..6558ad0f 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@solana/spl-token": "0.1.3", - "@solana/web3.js": "^1.2.5", + "@solana/web3.js": "^1.14.0", "bn.js": "^5.2.0", "mkdirp": "^1.0.4" },