From dbc76ef7ed09757ed4e6538f33fe9bdd75cb8377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:49:39 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.5.4 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 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.5.4...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 caaf20223..9de9e065a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "ts-mocha": "^11.1.0", "ts-node": "=10.9.2", "tsconfig-paths": "^4.2.0", - "typescript": "=5.5.4", + "typescript": "=5.9.2", "webpack": "=5.99.9", "webpack-cli": "=6.0.1" }, @@ -24556,9 +24556,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "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 9b1bafbbf..4bfa6fa0d 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "sinon": "=20.0.0", "terser-webpack-plugin": "=5.3.14", "ts-node": "=10.9.2", - "typescript": "=5.5.4", + "typescript": "=5.9.2", "webpack": "=5.99.9", "webpack-cli": "=6.0.1", "@types/expect": "^1.20.4",