From 2147bc9e63d2ee90c53a50a7e67160e0605a3613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:39:49 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /packages/web-api Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/web-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-api/package.json b/packages/web-api/package.json index fcfb3b8f8..07e9cc8af 100644 --- a/packages/web-api/package.json +++ b/packages/web-api/package.json @@ -85,7 +85,7 @@ "source-map-support": "^0.5.21", "ts-node": "^10", "tsd": "^0.31.1", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "tsd": { "directory": "test/types"