diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 373812290..5688d7f9b 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -14,7 +14,7 @@ "@project-serum/serum": "^0.13.58", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.12.0", - "@solana/spl-token-registry": "^0.2.231", + "@solana/spl-token-registry": "^0.2.235", "@solana/web3.js": "^1.24.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", @@ -3540,9 +3540,9 @@ } }, "node_modules/@solana/spl-token-registry": { - "version": "0.2.231", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.231.tgz", - "integrity": "sha512-Ow6oCn21mLfrXIFkC71JZ9P6Tfo1RKiaFhngEfvcOjzwXKaqN+uQrt0u06zZZys8Ref3wp6CLXUoQ2xXtKQ+6Q==", + "version": "0.2.235", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.235.tgz", + "integrity": "sha512-m7IvYoWtGGJPs2xF1KBcYyva8q7nbvsbfYntAgYc+iKtu/s6wkU5twVGXIcRBeNEWWVOqj1BoQgZOXNT60SBQQ==", "dependencies": { "cross-fetch": "3.0.6" }, @@ -28186,9 +28186,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.231", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.231.tgz", - "integrity": "sha512-Ow6oCn21mLfrXIFkC71JZ9P6Tfo1RKiaFhngEfvcOjzwXKaqN+uQrt0u06zZZys8Ref3wp6CLXUoQ2xXtKQ+6Q==", + "version": "0.2.235", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.235.tgz", + "integrity": "sha512-m7IvYoWtGGJPs2xF1KBcYyva8q7nbvsbfYntAgYc+iKtu/s6wkU5twVGXIcRBeNEWWVOqj1BoQgZOXNT60SBQQ==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index d549a29df..5bcd4bca5 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -9,7 +9,7 @@ "@project-serum/serum": "^0.13.58", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.12.0", - "@solana/spl-token-registry": "^0.2.231", + "@solana/spl-token-registry": "^0.2.235", "@solana/web3.js": "^1.24.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0",