From 2e54138efc636c5301c917254703d7351d3a164a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 10:06:14 +0000 Subject: [PATCH] chore:(deps): bump @solana/spl-token-registry in /explorer (#15588) Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.1.7 to 0.1.9. - [Release notes](https://github.com/solana-labs/token-list/releases) - [Commits](https://github.com/solana-labs/token-list/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index e2ff248b00..f74b7e4358 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2599,9 +2599,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.1.7.tgz", - "integrity": "sha512-c6t7K2QReh88CywgKyeVM4IB6Y0hYeE5tsjfNZZ83OoFn11qEN72urCWmnk2auprcqXwELCeTVs1Cd6earWsUQ==", + "version": "0.1.9", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.1.9.tgz", + "integrity": "sha512-cXjNg3MQVC+LWoFOMYSNRZrnJLCjOXEioIJPBX2V8Ft9v4f4THV/lim6JLddKGXZC2wr5NTOaI2zLYRbtpXW0w==", "requires": { "cross-fetch": "^3.0.6" } diff --git a/explorer/package.json b/explorer/package.json index c63a7745d9..8b0ff32a59 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.23", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.2.0", - "@solana/spl-token-registry": "^0.1.7", + "@solana/spl-token-registry": "^0.1.9", "@solana/web3.js": "^0.93.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5",