From ef406cb7d05265a8b4cb3766f168562e7f387aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:13:00 +0000 Subject: [PATCH] Bump @azure/functions from 4.0.0-alpha.9 to 4.9.0 in /api-inmemory Bumps [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) from 4.0.0-alpha.9 to 4.9.0. - [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases) - [Commits](https://github.com/Azure/azure-functions-nodejs-library/compare/v4.0.0-alpha.9...v4.9.0) --- updated-dependencies: - dependency-name: "@azure/functions" dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..90691b42 100644 --- a/api-inmemory/package.json +++ b/api-inmemory/package.json @@ -10,7 +10,7 @@ "test": "echo \"No tests yet...\"" }, "dependencies": { - "@azure/functions": "4.0.0-alpha.9" + "@azure/functions": "4.9.0" }, "devDependencies": { "azure-functions-core-tools": "4.0.5095",