chore:(deps): bump @solana/spl-token-registry in /explorer (#15556)

Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.1.4 to 0.1.7.
- [Release notes](https://github.com/solana-labs/token-list/releases)
- [Commits](https://github.com/solana-labs/token-list/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-02-26 09:13:34 +00:00
committed by GitHub
parent bb06817e16
commit 27582a489d
2 changed files with 4 additions and 4 deletions

View File

@ -2599,9 +2599,9 @@
} }
}, },
"@solana/spl-token-registry": { "@solana/spl-token-registry": {
"version": "0.1.4", "version": "0.1.7",
"resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.1.4.tgz", "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.1.7.tgz",
"integrity": "sha512-gJ7dW8G3sYy/kgrYykjt5+01Tpl3jGxOg+5cmLAcgrFIt9zbD22gXdINxznObIaviahiFCfpLPiTfqHmW9fvEA==", "integrity": "sha512-c6t7K2QReh88CywgKyeVM4IB6Y0hYeE5tsjfNZZ83OoFn11qEN72urCWmnk2auprcqXwELCeTVs1Cd6earWsUQ==",
"requires": { "requires": {
"cross-fetch": "^3.0.6" "cross-fetch": "^3.0.6"
} }

View File

@ -6,7 +6,7 @@
"@project-serum/serum": "^0.13.23", "@project-serum/serum": "^0.13.23",
"@react-hook/debounce": "^3.0.0", "@react-hook/debounce": "^3.0.0",
"@sentry/react": "^6.2.0", "@sentry/react": "^6.2.0",
"@solana/spl-token-registry": "^0.1.4", "@solana/spl-token-registry": "^0.1.7",
"@solana/web3.js": "^0.92.2", "@solana/web3.js": "^0.92.2",
"@testing-library/jest-dom": "^5.11.9", "@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5", "@testing-library/react": "^11.2.5",