From 0f012fa33632e643fc45b5113e9864244a85b8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:14:15 +0000 Subject: [PATCH] Bump @azure/functions from 4.0.0-alpha.9 to 4.8.2 in /api-inmemory Bumps [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) from 4.0.0-alpha.9 to 4.8.2. - [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases) - [Commits](https://github.com/Azure/azure-functions-nodejs-library/commits) --- updated-dependencies: - dependency-name: "@azure/functions" dependency-version: 4.8.2 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..a926a5bd 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.8.2" }, "devDependencies": { "azure-functions-core-tools": "4.0.5095",