diff --git a/bun.lock b/bun.lock index 13a198d1..01c71183 100644 --- a/bun.lock +++ b/bun.lock @@ -13,7 +13,7 @@ "@types/cwise-compiler": "^1.1.6", "better-dx": "^0.2.7", "cwise-compiler": "^1.1.3", - "typescript": "^5.9.3", + "typescript": "^6.0.2", }, }, }, @@ -266,7 +266,7 @@ "ts-web-scraper": ["ts-web-scraper@0.1.1", "", { "bin": { "scraper": "dist/bin/cli.js" } }, "sha512-js+gSRe95yDD9U3+GmjvIKBYLAN9WoZKV84x7HcSI7dqdWEIoZSeSGR/Jbr8f5hCeV9FD70KdTPIS2LQwviQXQ=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], "undici-types": ["undici-types@7.18.2", "", {}, "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="], diff --git a/package.json b/package.json index 2e0384be..803ce5c2 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "devDependencies": { "@types/cwise-compiler": "^1.1.6", "cwise-compiler": "^1.1.3", - "typescript": "^5.9.3", + "typescript": "^6.0.2", "better-dx": "^0.2.7" }, "git-hooks": {