From d07d765268af62ce6176c358bf32ace0e60e9c96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 12:25:54 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.9.3 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index bb55f08..3113b52 100644 --- a/bun.lock +++ b/bun.lock @@ -13,7 +13,7 @@ "@biomejs/biome": "2.2.0", "@types/bun": "1.2.20", "@types/node": "24.10.1", - "typescript": "5.9.2", + "typescript": "5.9.3", }, }, }, @@ -302,7 +302,7 @@ "through2": ["through2@4.0.2", "", { "dependencies": { "readable-stream": "3" } }, "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw=="], - "typescript": ["typescript@5.9.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A=="], + "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], "undici-types": ["undici-types@7.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="], diff --git a/package.json b/package.json index bec98b2..3245437 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "@biomejs/biome": "2.2.0", "@types/bun": "1.2.20", "@types/node": "24.10.1", - "typescript": "5.9.2" + "typescript": "5.9.3" } }