From 7ea7710c3d89fcc3e3ccfe9067ae8c3eed7556d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 23:12:24 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.9.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 465ae00d..0675271a 100644 --- a/bun.lock +++ b/bun.lock @@ -50,7 +50,7 @@ "eslint-config-next": "15.4.5", "postcss": "8.5.6", "tailwindcss": "4.1.11", - "typescript": "5.8.3", + "typescript": "5.9.2", }, }, }, @@ -2097,7 +2097,7 @@ "typed-array-length": ["typed-array-length@1.0.7", "", { "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", "gopd": "^1.0.1", "is-typed-array": "^1.1.13", "possible-typed-array-names": "^1.0.0", "reflect.getprototypeof": "^1.0.6" } }, "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg=="], - "typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="], + "typescript": ["typescript@5.9.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A=="], "ufo": ["ufo@1.6.1", "", {}, "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA=="], diff --git a/package.json b/package.json index eee224f6..36923ba1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "babel-plugin-react-compiler": "19.1.0-rc.2", "postcss": "8.5.6", "tailwindcss": "4.1.11", - "typescript": "5.8.3", + "typescript": "5.9.2", "eslint": "9.32.0", "eslint-config-next": "15.4.5", "@eslint/eslintrc": "3.3.1",