From ddce3dff716655687eba3843b27a91c03fa23dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 22:51:54 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.5.4 to 5.8.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 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/compare/v5.5.4...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b07a4d6b..0789ddda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "tsc-watch": "^6.2.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", - "typescript": "^5.5.4" + "typescript": "^5.8.3" } }, "node_modules/@ampproject/remapping": { @@ -17326,9 +17326,10 @@ } }, "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.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 079df565..327cecd0 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "tsc-watch": "^6.2.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", - "typescript": "^5.5.4" + "typescript": "^5.8.3" }, "dependencies": { "@types/body-parser": "^1.19.5",