From c5d9032ea560c94f623265197010cd8e05dd2f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:15:10 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.9.2 in /api-inmemory Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.9.2. - [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/v4.9.5...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 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..b3143e7b 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.9.2" }, "main": "dist/src/functions/*.js" }