From 6aa0fc00104a9b7ef13d199332baa57cabbf1620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 03:40:17 +0000 Subject: [PATCH] Bump typescript from 5.8.2 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.9.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3af707..abc0471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@swc/cli": "^0.6.0", "@swc/core": "^1.11.13", "tailwindcss": "^4.0.17", - "typescript": "^5.8.2" + "typescript": "^5.9.2" }, "peerDependencies": { "tailwindcss": ">=3.3.2" @@ -1978,9 +1978,9 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index d203f5a..c6bd187 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@swc/cli": "^0.6.0", "@swc/core": "^1.11.13", "tailwindcss": "^4.0.17", - "typescript": "^5.8.2" + "typescript": "^5.9.2" }, "peerDependencies": { "tailwindcss": ">=3.3.2"