From 708bbcb001df01a186b74d6db2ef0a2ea7632f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 09:59:43 -0700 Subject: [PATCH] chore:(deps): bump @solana/spl-token-registry in /explorer (#17707) Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.2.118 to 0.2.120. - [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.118...v0.2.120) --- updated-dependencies: - dependency-name: "@solana/spl-token-registry" dependency-type: direct:production update-type: version-update:semver-patch ... 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 d565ad49f9..659b65d13e 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2804,9 +2804,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.118", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.118.tgz", - "integrity": "sha512-orG5q6CXxxpa3sICQ9UCoRcXl8UW0FZvu5jdFaOjO+v93kjLf9SbSLdfx8LN8YVv88djSR5rN/A0OlYKXPNZxw==", + "version": "0.2.120", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.120.tgz", + "integrity": "sha512-sa0ICSo7dpZHtndNIUtyTqzbcihzERnp2ieKVN5f1lQumblznSdjzlc0cGFI0HcSgWSDR9UPGY+cMrl71yC0yw==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index ef21bac532..a6a9ff569b 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@project-serum/serum": "^0.13.38", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.5.1", - "@solana/spl-token-registry": "^0.2.118", + "@solana/spl-token-registry": "^0.2.120", "@solana/web3.js": "^1.16.1", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.7",