diff --git a/explorer/package-lock.json b/explorer/package-lock.json index ad0d8aa2b1..ce20841218 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -17,7 +17,7 @@ "@project-serum/serum": "^0.13.61", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.16.1", - "@solana/spl-token-registry": "^0.2.810", + "@solana/spl-token-registry": "^0.2.1143", "@solana/web3.js": "^1.31.0", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", @@ -4611,9 +4611,9 @@ } }, "node_modules/@solana/spl-token-registry": { - "version": "0.2.810", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.810.tgz", - "integrity": "sha512-zugv4JMVUOgDZFanFyvQmd292LaRUU5DycEf6HvG9WC3vDkSmMf4QrlpozjyndxP2pE8OXHm7PofNhj9Jc2Z5A==", + "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==", "dependencies": { "cross-fetch": "3.0.6" }, @@ -30391,9 +30391,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.810", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.810.tgz", - "integrity": "sha512-zugv4JMVUOgDZFanFyvQmd292LaRUU5DycEf6HvG9WC3vDkSmMf4QrlpozjyndxP2pE8OXHm7PofNhj9Jc2Z5A==", + "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==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index dd25efbaf6..494084aae9 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -12,7 +12,7 @@ "@project-serum/serum": "^0.13.61", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.16.1", - "@solana/spl-token-registry": "^0.2.810", + "@solana/spl-token-registry": "^0.2.1143", "@solana/web3.js": "^1.31.0", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2",