diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 84ea7e570..1a017f021 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -16,7 +16,7 @@ "@project-serum/serum": "^0.13.60", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.13.3", - "@solana/spl-token-registry": "^0.2.279", + "@solana/spl-token-registry": "^0.2.280", "@solana/web3.js": "^1.29.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", @@ -4060,9 +4060,9 @@ } }, "node_modules/@solana/spl-token-registry": { - "version": "0.2.279", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.279.tgz", - "integrity": "sha512-cYLfZa+TXnUv99SLzyKIKH5ykrg+gDAa03WirnXn/idkcHYFJ7XhPVb5vBShHDKzyVH6B1t0LW2+26l+5zgalg==", + "version": "0.2.280", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.280.tgz", + "integrity": "sha512-HpW4PnimBHmIuMtSIFFWBGbGuIauGatssP61ddhpLehWUhH0a9OSdJOSH0491xrz1Ur9NdW0Dx4yc9f29iFybg==", "dependencies": { "cross-fetch": "3.0.6" }, @@ -29417,9 +29417,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.279", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.279.tgz", - "integrity": "sha512-cYLfZa+TXnUv99SLzyKIKH5ykrg+gDAa03WirnXn/idkcHYFJ7XhPVb5vBShHDKzyVH6B1t0LW2+26l+5zgalg==", + "version": "0.2.280", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.280.tgz", + "integrity": "sha512-HpW4PnimBHmIuMtSIFFWBGbGuIauGatssP61ddhpLehWUhH0a9OSdJOSH0491xrz1Ur9NdW0Dx4yc9f29iFybg==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index a4f021a24..03623fd43 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -11,7 +11,7 @@ "@project-serum/serum": "^0.13.60", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.13.3", - "@solana/spl-token-registry": "^0.2.279", + "@solana/spl-token-registry": "^0.2.280", "@solana/web3.js": "^1.29.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2",