diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 28da1d4e4..a94f245e6 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -12,7 +12,7 @@ "@project-serum/serum": "^0.13.57", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.12.0", - "@solana/spl-token-registry": "^0.2.228", + "@solana/spl-token-registry": "^0.2.229", "@solana/web3.js": "^1.24.1", "@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.228", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.228.tgz", - "integrity": "sha512-FDdc2qfvXHzws9lHkhDE7ix053oM0fBgXNSs158SYuRX9uEWk6WUhYKeWFuRGJbWVMO1klj0Q7bGZrGudbKe+Q==", + "version": "0.2.229", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.229.tgz", + "integrity": "sha512-Y+R9sJPsa6mTSTzTqAeHs6TtYRh/8hhOuVtQikxKNyUYLCagm8Ygni/PcpBl6KvVBlDv9qXzpbum096uAkXhMg==", "dependencies": { "cross-fetch": "3.0.6" }, @@ -27640,9 +27640,9 @@ } }, "@solana/spl-token-registry": { - "version": "0.2.228", - "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.228.tgz", - "integrity": "sha512-FDdc2qfvXHzws9lHkhDE7ix053oM0fBgXNSs158SYuRX9uEWk6WUhYKeWFuRGJbWVMO1klj0Q7bGZrGudbKe+Q==", + "version": "0.2.229", + "resolved": "https://registry.npmjs.org/@solana/spl-token-registry/-/spl-token-registry-0.2.229.tgz", + "integrity": "sha512-Y+R9sJPsa6mTSTzTqAeHs6TtYRh/8hhOuVtQikxKNyUYLCagm8Ygni/PcpBl6KvVBlDv9qXzpbum096uAkXhMg==", "requires": { "cross-fetch": "3.0.6" }, diff --git a/explorer/package.json b/explorer/package.json index 57fe07591..300900f18 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -8,7 +8,7 @@ "@project-serum/serum": "^0.13.57", "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.12.0", - "@solana/spl-token-registry": "^0.2.228", + "@solana/spl-token-registry": "^0.2.229", "@solana/web3.js": "^1.24.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0",