From 441d599ad2bf7a2441123744bd3c1288d85b5297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 17:37:58 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.8.3 in /api-inmemory Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api-inmemory/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-inmemory/package.json b/api-inmemory/package.json index 718ef0bf..51698575 100644 --- a/api-inmemory/package.json +++ b/api-inmemory/package.json @@ -15,7 +15,7 @@ "devDependencies": { "azure-functions-core-tools": "4.0.5095", "@types/node": "^18.x", - "typescript": "^4.0.0" + "typescript": "^5.8.3" }, "main": "dist/src/functions/*.js" }