From 2625dd733d2c930773322ba02a3cac9ee5968afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 09:52:07 +0000 Subject: [PATCH] chore:(deps): bump @solana/spl-token-registry in /explorer (#16945) Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.2.62 to 0.2.64. - [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.62...v0.2.64) 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 a97af2c7f..63e8193a8 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2628,9 +2628,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.62", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.62.tgz", - "integrity": "sha512-UiTNY1j65SxzTPOrlPJOiT1q9Z7LkSHzG3TOPD5uvqfZGex3an4CA5GIh2bCulMR885lxqw8B/MAXqeUZEpSxg==", + "version": "0.2.64", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.64.tgz", + "integrity": "sha512-A/N/g5D1w8DvNA3qqFogYx9+p8GWHuHOGeekj3QPIK7wdCpgnUdKDjcah5FPJHxoK1tbxUBr3wqX8FIYmqnkqQ==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index 755e552fc..06db2fd2b 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -7,7 +7,7 @@ "@project-serum/serum": "^0.13.34", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.3.1", - "@solana/spl-token-registry": "^0.2.62", + "@solana/spl-token-registry": "^0.2.64", "@solana/web3.js": "^1.7.0", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6",