From ee3586c183cb42073adea49120d8e0c02222fc33 Mon Sep 17 00:00:00 2001 From: yoshi-taka Date: Fri, 24 Oct 2025 23:55:46 +0900 Subject: [PATCH] chore: bump TypeScript to 5.9.3 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 7aae2b5..cacc20c 100644 --- a/bun.lock +++ b/bun.lock @@ -18,7 +18,7 @@ "supertest": "^6.3.3", "ts-jest": "^29.1.1", "tsup": "^7.2.0", - "typescript": "^5.3.2", + "typescript": "^5.9.3", }, "peerDependencies": { "hono": "^4", @@ -1276,7 +1276,7 @@ "typedarray-to-buffer": ["typedarray-to-buffer@3.1.5", "", { "dependencies": { "is-typedarray": "^1.0.0" } }, "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q=="], - "typescript": ["typescript@5.7.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw=="], + "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], "undici-types": ["undici-types@6.19.8", "", {}, "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="], diff --git a/package.json b/package.json index b61a3cb..4df281c 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "supertest": "^6.3.3", "ts-jest": "^29.1.1", "tsup": "^7.2.0", - "typescript": "^5.3.2" + "typescript": "^5.9.3" }, "peerDependencies": { "hono": "^4"