From fe72a1de221760ecd25b773404007c270f4da26e Mon Sep 17 00:00:00 2001 From: steveluscher Date: Sun, 1 May 2022 15:27:25 -0700 Subject: [PATCH] fix: update to version of spl-token-registry that doesn't fatal when response is empty --- 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 5ffb8ce73c..8d52ba538d 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -19,7 +19,7 @@ "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.19.7", "@solana/buffer-layout": "^3.0.0", - "@solana/spl-token-registry": "^0.2.1143", + "@solana/spl-token-registry": "^0.2.3736", "@solana/web3.js": "^1.41.0", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^13.1.1", @@ -5027,9 +5027,9 @@ } }, "node_modules/@solana/spl-token-registry": { - "version": "0.2.1143", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.1143.tgz", - "integrity": "sha512-q9f/SKvo1KhK+DSbvn2b0RRhI3N3zrwjQ1n00OsEu7XkqS0f7PyaBPrABBidX2GfkH36lxbunW4c6boVmVNStQ==", + "version": "0.2.3736", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.3736.tgz", + "integrity": "sha512-ekW/oZ+3EVdhvHwP0Baf/0XIEyusTOLY7+AGwWSo7HMrGtq2myluFa0Y3UP5VLIeBWA38B5zVkASdakUc6nk4A==", "dependencies": { "cross-fetch": "3.0.6" }, @@ -31178,9 +31178,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.1143", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.1143.tgz", - "integrity": "sha512-q9f/SKvo1KhK+DSbvn2b0RRhI3N3zrwjQ1n00OsEu7XkqS0f7PyaBPrABBidX2GfkH36lxbunW4c6boVmVNStQ==", + "version": "0.2.3736", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.3736.tgz", + "integrity": "sha512-ekW/oZ+3EVdhvHwP0Baf/0XIEyusTOLY7+AGwWSo7HMrGtq2myluFa0Y3UP5VLIeBWA38B5zVkASdakUc6nk4A==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index d42667a346..426d27d124 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -14,7 +14,7 @@ "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.19.7", "@solana/buffer-layout": "^3.0.0", - "@solana/spl-token-registry": "^0.2.1143", + "@solana/spl-token-registry": "^0.2.3736", "@solana/web3.js": "^1.41.0", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^13.1.1",