From 50caf26a16456f0afd7ef80b0ea2f6464d98ca48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:54:11 +0000 Subject: [PATCH] Bump typescript from 5.8.3 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 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.3...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 1471cf9b10..46cd3f3230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@docusaurus/types": "^3.8.1", "husky": "^9.1.7", "pretty-quick": "^4.2.2", - "typescript": "~5.8.3" + "typescript": "~5.9.2" } }, "node_modules/@algolia/autocomplete-core": { @@ -21412,9 +21412,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 000a46a368..215898a50f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@docusaurus/types": "^3.8.1", "husky": "^9.1.7", "pretty-quick": "^4.2.2", - "typescript": "~5.8.3" + "typescript": "~5.9.2" }, "resolutions": { "js-yaml": "4.0.0^"