diff --git a/explorer/package-lock.json b/explorer/package-lock.json index e4db9d61d6..3ad8db4c46 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2599,9 +2599,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.38", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.38.tgz", - "integrity": "sha512-L4rDPR2C39RO83nsvReWswjIqsH8KqFyYn0xGS7GXh/0uVYbSjeoHgxf71BTcAA/pGdIG+kyKYPuQOzAv4lvvA==", + "version": "0.2.47", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.47.tgz", + "integrity": "sha512-V0rFr/KEUa/ca8Emm1bQp7UOH2rqYZXbZkUAvMd39DnDlWSu/zlIiUGbnFQab8cFKUIkSXEW3dT2Tus/bJK8rw==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index c30101465c..ffefff181e 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@project-serum/serum": "^0.13.31", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.2.2", - "@solana/spl-token-registry": "^0.2.38", + "@solana/spl-token-registry": "^0.2.47", "@solana/web3.js": "^1.2.3", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5",