From 97e5591a639a9040233cec84fc115f7ec9dfefb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 08:49:52 +0000 Subject: [PATCH] chore:(deps): bump @solana/spl-token-registry in /explorer (#15915) Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.2.2 to 0.2.30. - [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/0.2.2...v0.2.30) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 8 ++++---- explorer/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index afd9caeb36..409f8214be 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2599,11 +2599,11 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.2.tgz", - "integrity": "sha512-XpUm7FwXLQ5jOCbvJ4KIHcbVYPUwDmP8O07+CUusxhjxQfyUv5ajlQtymlcaV1zvzGuQENU5nIlCoy9PzKIWmA==", + "version": "0.2.30", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.30.tgz", + "integrity": "sha512-/9g8PRJi4oIYf5lmYtYyXlvgnRP+m2OaQCxLqOoksBMsoImFrf1/LSi28hSE/MwO+m3bbjBmxaFMNFoOAXmKpg==", "requires": { - "cross-fetch": "^3.0.6" + "cross-fetch": "3.0.6" } }, "@solana/web3.js": { diff --git a/explorer/package.json b/explorer/package.json index 73808e396f..806c3d86d3 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.2", + "@solana/spl-token-registry": "^0.2.30", "@solana/web3.js": "^0.94.2", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5",