diff --git a/explorer/package-lock.json b/explorer/package-lock.json index a97af2c7f2..63e8193a8e 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2628,9 +2628,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.62", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.62.tgz", - "integrity": "sha512-UiTNY1j65SxzTPOrlPJOiT1q9Z7LkSHzG3TOPD5uvqfZGex3an4CA5GIh2bCulMR885lxqw8B/MAXqeUZEpSxg==", + "version": "0.2.64", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.64.tgz", + "integrity": "sha512-A/N/g5D1w8DvNA3qqFogYx9+p8GWHuHOGeekj3QPIK7wdCpgnUdKDjcah5FPJHxoK1tbxUBr3wqX8FIYmqnkqQ==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index 755e552fc7..06db2fd2b4 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -7,7 +7,7 @@ "@project-serum/serum": "^0.13.34", "@react-hook/debounce": "^3.0.0", "@sentry/react": "^6.3.1", - "@solana/spl-token-registry": "^0.2.62", + "@solana/spl-token-registry": "^0.2.64", "@solana/web3.js": "^1.7.0", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6",