From 07921ea5a62d56254b6669113824d31ba88f1e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:01:20 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.5 to 5.8.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.8.3. - [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/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61d86bd..663df04 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "stdout-stderr": "^0.1.13", "tmp": "^0.2.1", "tsd-jsdoc": "^2.4.0", - "typescript": "^4.9.5" + "typescript": "^5.8.3" }, "scripts": { "e2e": "jest --config e2e/jest.config.js",