From 80361dcf77e7cafef9effa19df99035c7facc877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:38:44 +0000 Subject: [PATCH] Bump typescript in /providers in the typescript group Bumps the typescript group in /providers with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.2.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] --- providers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/package.json b/providers/package.json index 6628f35..fe0443d 100644 --- a/providers/package.json +++ b/providers/package.json @@ -99,7 +99,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~5.8.3", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" }