From 6c72481ff0ae0e9a6f942de4b336de15538b4abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 06:53:38 -0700 Subject: [PATCH] chore:(deps): bump @solana/spl-token-registry in /explorer (#19657) Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.2.229 to 0.2.231. - [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.229...v0.2.231) --- 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 | 14 +++++++------- explorer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 4031d1410..b2adba1b1 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -14,7 +14,7 @@ "@project-serum/serum": "^0.13.58", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.12.0", - "@solana/spl-token-registry": "^0.2.229", + "@solana/spl-token-registry": "^0.2.231", "@solana/web3.js": "^1.24.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", @@ -3540,9 +3540,9 @@ } }, "node_modules/@solana/spl-token-registry": { - "version": "0.2.229", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.229.tgz", - "integrity": "sha512-Y+R9sJPsa6mTSTzTqAeHs6TtYRh/8hhOuVtQikxKNyUYLCagm8Ygni/PcpBl6KvVBlDv9qXzpbum096uAkXhMg==", + "version": "0.2.231", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.231.tgz", + "integrity": "sha512-Ow6oCn21mLfrXIFkC71JZ9P6Tfo1RKiaFhngEfvcOjzwXKaqN+uQrt0u06zZZys8Ref3wp6CLXUoQ2xXtKQ+6Q==", "dependencies": { "cross-fetch": "3.0.6" }, @@ -28186,9 +28186,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.229", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.229.tgz", - "integrity": "sha512-Y+R9sJPsa6mTSTzTqAeHs6TtYRh/8hhOuVtQikxKNyUYLCagm8Ygni/PcpBl6KvVBlDv9qXzpbum096uAkXhMg==", + "version": "0.2.231", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.231.tgz", + "integrity": "sha512-Ow6oCn21mLfrXIFkC71JZ9P6Tfo1RKiaFhngEfvcOjzwXKaqN+uQrt0u06zZZys8Ref3wp6CLXUoQ2xXtKQ+6Q==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index e9d3aab08..f25b62bd0 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -9,7 +9,7 @@ "@project-serum/serum": "^0.13.58", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.12.0", - "@solana/spl-token-registry": "^0.2.229", + "@solana/spl-token-registry": "^0.2.231", "@solana/web3.js": "^1.24.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0",