From e1888d7c791633c556a9179d0900864cc11e5813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 11:17:39 +0000 Subject: [PATCH] Bump typescript from 5.8.2 to 5.8.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 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.8.2...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index de269bbdfdf..bd5f126068c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,8 +46,8 @@ "body-parser": "^1.19.0", "chai": "^4.2.0", "deep-equal": "^2.0.3", - "eslint-plugin-chai-friendly": "^1.1.0", "eslint": "^9.31.0", + "eslint-plugin-chai-friendly": "^1.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsdoc": "^50.6.6", "execa": "^1.0.0", @@ -99,7 +99,7 @@ "sinon": "^20.0.0", "source-map-loader": "^5.0.0", "through2": "^4.0.2", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "typescript-eslint": "^8.26.1", "url": "^0.11.0", "url-parse": "^1.0.5", @@ -17966,7 +17966,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.8.2", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index a5c47f1b535..b247e4cba6f 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "sinon": "^20.0.0", "source-map-loader": "^5.0.0", "through2": "^4.0.2", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "typescript-eslint": "^8.26.1", "url": "^0.11.0", "url-parse": "^1.0.5",