From 8670bd4589e139711321180a81cf1dc41702f8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 09:07:20 +0000 Subject: [PATCH] chore:(deps): bump @solana/spl-token-registry in /explorer (#15983) Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.2.33 to 0.2.34. - [Release notes](https://github.com/solana-labs/token-list/releases) - [Changelog](https://github.com/solana-labs/token-list/blob/main/CHANGELOG.md) - [Commits](https://github.com/solana-labs/token-list/compare/v0.2.33...v0.2.34) 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 18ea82517f..0d280e9d10 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2599,9 +2599,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.33", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.33.tgz", - "integrity": "sha512-tXry1GZ6O6DE7He1MXFJqqGDmHlMA3Wns70G7JZg+5u9o5SdGFy12py+8JXaHMTBLWEBijkN2U+lDcHxXzBlQg==", + "version": "0.2.34", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.34.tgz", + "integrity": "sha512-aM+HgAnYXkhyyymLy+q48bxXKA8v+tLdZf+FZIQMU2eVV6JGj9wNzvG8z13+aoEZPVuPW+rtH4obA7KfQM7EWg==", "requires": { "cross-fetch": "3.0.6" } diff --git a/explorer/package.json b/explorer/package.json index 88ff397b93..1699fdc5dd 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.25", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.2.2", - "@solana/spl-token-registry": "^0.2.33", + "@solana/spl-token-registry": "^0.2.34", "@solana/web3.js": "^0.94.2", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5",