From a9f7075bb16c0284ffc228846dbb2f0110f53acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:53:41 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.1.6 to 5.8.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.1.6 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.1.6...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 160a4920ea..76a98866ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "rollup-plugin-terser": "^7.0.2", "sass": "^1.79.4", "typedoc": "0.24.8", - "typescript": "5.1.6" + "typescript": "5.8.3" }, "engines": { "node": ">=18" @@ -15764,10 +15764,11 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 533c1047dd..763b8500f8 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "rollup-plugin-terser": "^7.0.2", "sass": "^1.79.4", "typedoc": "0.24.8", - "typescript": "5.1.6" + "typescript": "5.8.3" }, "engines": { "node": ">=18"