diff --git a/bun.lock b/bun.lock index 802dcc7..0ccfd7b 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "webterm-frontend", "dependencies": { - "ghostty-web": "github:rcarmo/ghostty-web#a5d8c7bc816094119acd281c4a216143d61d5845", + "ghostty-web": "github:rcarmo/ghostty-web#fcc47d423a7fce1c02c702b6464d0b1ab89175f1", }, "devDependencies": { "typescript": "^5.7.0", @@ -13,7 +13,7 @@ }, }, "packages": { - "ghostty-web": ["ghostty-web@github:rcarmo/ghostty-web#a5d8c7b", {}, "rcarmo-ghostty-web-a5d8c7b"], + "ghostty-web": ["ghostty-web@github:rcarmo/ghostty-web#fcc47d4", {}, "rcarmo-ghostty-web-fcc47d4"], "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], } diff --git a/package.json b/package.json index 8255d12..570d339 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ }, "type": "module", "dependencies": { - "ghostty-web": "github:rcarmo/ghostty-web#a5d8c7bc816094119acd281c4a216143d61d5845" + "ghostty-web": "github:rcarmo/ghostty-web#fcc47d423a7fce1c02c702b6464d0b1ab89175f1" } }