diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 716163112fd351..a2ba6b4cdc3465 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": "^4.0.0", - "@solana/spl-token-registry": "^0.2.4022", + "@solana/spl-token-registry": "^0.2.4040", "@solana/web3.js": "^1.42.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", @@ -5098,9 +5098,9 @@ } }, "node_modules/@solana/spl-token-registry": { - "version": "0.2.4022", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.4022.tgz", - "integrity": "sha512-R6764JSm9LVyxEIQxsndIdEWi7C2sqLwc16l4swGfLrBTMzpIFuWk+w41MSMg/untFJdDLppRKI4a9nNbKtjBA==", + "version": "0.2.4040", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.4040.tgz", + "integrity": "sha512-S9Id/73sUpsrzBAM6yNYk9b6AH86PvheoASjIm03d8Ik9d+AryJ/AMz/1xChWU8dj0JQtwzXqgNPYMbJ2flFrA==", "dependencies": { "cross-fetch": "3.0.6" }, @@ -24529,9 +24529,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.4022", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.4022.tgz", - "integrity": "sha512-R6764JSm9LVyxEIQxsndIdEWi7C2sqLwc16l4swGfLrBTMzpIFuWk+w41MSMg/untFJdDLppRKI4a9nNbKtjBA==", + "version": "0.2.4040", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.4040.tgz", + "integrity": "sha512-S9Id/73sUpsrzBAM6yNYk9b6AH86PvheoASjIm03d8Ik9d+AryJ/AMz/1xChWU8dj0JQtwzXqgNPYMbJ2flFrA==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index 736bef878ad997..7d518c442342bd 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": "^4.0.0", - "@solana/spl-token-registry": "^0.2.4022", + "@solana/spl-token-registry": "^0.2.4040", "@solana/web3.js": "^1.42.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0",