diff --git a/xbyte-web/bun.lock b/xbyte-web/bun.lock index 8a10836..5818a53 100644 --- a/xbyte-web/bun.lock +++ b/xbyte-web/bun.lock @@ -13,7 +13,7 @@ "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slider": "^1.3.6", "@radix-ui/react-slot": "^1.2.4", - "@solana-program/system": "^0.11.0", + "@solana-program/system": "^0.12.0", "@solana-program/token": "^0.10.0", "@solana/kit": "^6.0.1", "class-variance-authority": "^0.7.1", @@ -742,7 +742,7 @@ "@solana-program/compute-budget": ["@solana-program/compute-budget@0.11.0", "", { "peerDependencies": { "@solana/kit": "^5.0" } }, "sha512-7f1ePqB/eURkTwTOO9TNIdUXZcyrZoX3Uy2hNo7cXMfNhPFWp9AVgIyRNBc2jf15sdUa9gNpW+PfP2iV8AYAaw=="], - "@solana-program/system": ["@solana-program/system@0.11.0", "", { "peerDependencies": { "@solana/kit": "^6.0.0" } }, "sha512-SJeQVTkqGZzIXd7XHlCxnfpKpvPZghB1IFwddPPG04ydVXtDLRWp9wLoTR5Prkl9FIWRe/c5VgT4nxyzW1cAuQ=="], + "@solana-program/system": ["@solana-program/system@0.12.0", "", { "peerDependencies": { "@solana/kit": "^6.1.0" } }, "sha512-ZnAAWeGVMWNtJhw3GdifI2HnhZ0A0H0qs8tBkcFvxp/8wIavvO+GOM4Jd0N22u2+Lni2zcwvcrxrsxj6Mjphng=="], "@solana-program/token": ["@solana-program/token@0.10.0", "", { "peerDependencies": { "@solana/kit": "^6.0.0" } }, "sha512-6JhgF4tywgbzIBnbEFiSLpXe9ZimPzNheRQU7ksgD98Y4YCakcRI5VIAt2CUh/lTiLUOxGerW/oaK1QGF00FMw=="], diff --git a/xbyte-web/package.json b/xbyte-web/package.json index 9678869..8c7e9b0 100644 --- a/xbyte-web/package.json +++ b/xbyte-web/package.json @@ -25,7 +25,7 @@ "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slider": "^1.3.6", "@radix-ui/react-slot": "^1.2.4", - "@solana-program/system": "^0.11.0", + "@solana-program/system": "^0.12.0", "@solana-program/token": "^0.10.0", "@solana/kit": "^6.0.1", "class-variance-authority": "^0.7.1",