diff --git a/explorer/package-lock.json b/explorer/package-lock.json index c3d47bdce..446ac4559 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -12,7 +12,7 @@ "@project-serum/serum": "^0.13.55", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.11.0", - "@solana/spl-token-registry": "^0.2.213", + "@solana/spl-token-registry": "^0.2.214", "@solana/web3.js": "^1.22.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", @@ -3247,9 +3247,9 @@ } }, "node_modules/@solana/spl-token-registry": { - "version": "0.2.213", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.213.tgz", - "integrity": "sha512-grHYase7hwkaAUMOShaQmaV2WD1yJUi6io0L3oVyKZO+uetqlT96oMBlBXjcpRUGXt4iPgYTeAh4EsUwjYtFhQ==", + "version": "0.2.214", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.214.tgz", + "integrity": "sha512-VSMbu1TBNPsH6kZMNffxMK6TcEReAIeG7H/PacIMVJwUwK+2PYwjmHaydDPDeJ/hq7amYnQ9Mtnrh6nWeVv5lQ==", "dependencies": { "cross-fetch": "3.0.6" }, @@ -27461,9 +27461,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.213", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.213.tgz", - "integrity": "sha512-grHYase7hwkaAUMOShaQmaV2WD1yJUi6io0L3oVyKZO+uetqlT96oMBlBXjcpRUGXt4iPgYTeAh4EsUwjYtFhQ==", + "version": "0.2.214", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.214.tgz", + "integrity": "sha512-VSMbu1TBNPsH6kZMNffxMK6TcEReAIeG7H/PacIMVJwUwK+2PYwjmHaydDPDeJ/hq7amYnQ9Mtnrh6nWeVv5lQ==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index 40c9644cf..dd780b1b1 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@project-serum/serum": "^0.13.55", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.11.0", - "@solana/spl-token-registry": "^0.2.213", + "@solana/spl-token-registry": "^0.2.214", "@solana/web3.js": "^1.22.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0",