From ef94e122e07f52bb2952f8b2713debdf56abfb44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:31:56 +0100 Subject: [PATCH] chore(deps): update dependency typescript to v4.9.5 (1.x) (#12192) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tooling/cli/templates/plugin/with-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/cli/templates/plugin/with-api/package.json b/tooling/cli/templates/plugin/with-api/package.json index 7ffde625232b..b88e3779740d 100644 --- a/tooling/cli/templates/plugin/with-api/package.json +++ b/tooling/cli/templates/plugin/with-api/package.json @@ -16,7 +16,7 @@ "@rollup/plugin-typescript": "8.5.0", "rollup": "2.79.2", "rollup-plugin-terser": "7.0.2", - "typescript": "4.7.3" + "typescript": "4.9.5" }, "dependencies": { "@tauri-apps/api": "^1.0.0",