From 5b6f360f51bf6f3ee9fa6ceedaf4c588867ceb06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 09:17:50 +0000 Subject: [PATCH] chore: bump @solana/spl-token from 0.0.11 to 0.0.13 in /web3.js (#13346) Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.0.11 to 0.0.13. - [Release notes](https://github.com/solana-labs/solana-program-library/releases) - [Commits](https://github.com/solana-labs/solana-program-library/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web3.js/package-lock.json | 16 +++++++++------- web3.js/package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 49b88362ff..fcda7f5cb7 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -5246,13 +5246,13 @@ } }, "@solana/spl-token": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.0.11.tgz", - "integrity": "sha512-Upp+x5B18UegyoDfDJFbkhtL5ynuJBe1AFCbhbSasp+fQP4xx9Lhq+w3rheZPPOnCYwgRfAodABwCO/j7ZFKPg==", + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/@solana/spl-token/-/spl-token-0.0.13.tgz", + "integrity": "sha512-WT8M9V/hxURR5jLbhr3zgwVsgcY6m8UhHtK045w7o+jx8FJ9MKARkj387WBFU7mKiFq0k8jw/8YL7XmnIUuH8Q==", "dev": true, "requires": { "@babel/runtime": "^7.10.5", - "@solana/web3.js": "^0.78.0", + "@solana/web3.js": "^0.86.1", "bn.js": "^5.0.0", "buffer-layout": "^1.2.0", "dotenv": "8.2.0", @@ -5268,9 +5268,9 @@ } }, "@solana/web3.js": { - "version": "0.78.4", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.78.4.tgz", - "integrity": "sha512-Zt6LN35K2sQaQfgWbNjp91qGa6dHccXTQEoojXEo0NqZ/CQqmzretgSI/3kxKUiuvLTY/1WltVM7CKRkwMNRFA==", + "version": "0.86.2", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.86.2.tgz", + "integrity": "sha512-e+NrS4kVdvZfLTvSGXr2jnPH3Gc7LkzO861cdbYgJBMAtTuE1kKsbONZXXcm3Gx2gNKf8+vlCA/hnK9GcaiyFA==", "dev": true, "requires": { "@babel/runtime": "^7.3.1", @@ -5281,10 +5281,12 @@ "crypto-hash": "^1.2.2", "esdoc-inject-style-plugin": "^1.0.0", "jayson": "^3.0.1", + "keccak": "^3.0.1", "mz": "^2.7.0", "node-fetch": "^2.2.0", "npm-run-all": "^4.1.5", "rpc-websockets": "^7.4.2", + "secp256k1": "^4.0.2", "superstruct": "^0.8.3", "tweetnacl": "^1.0.0", "ws": "^7.0.0" diff --git a/web3.js/package.json b/web3.js/package.json index e61a1b9411..2b99c058a0 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -100,7 +100,7 @@ "@babel/preset-flow": "^7.0.0", "@commitlint/config-conventional": "^11.0.0", "@commitlint/travis-cli": "^11.0.0", - "@solana/spl-token": "^0.0.11", + "@solana/spl-token": "^0.0.13", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.10.1", "acorn": "^8.0.1",