From 652eb1de9c7a0e4003cc20aa3e2ab28685563dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 00:53:59 +0000 Subject: [PATCH] chore(deps): bump @azure/functions Bumps [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases) - [Commits](https://github.com/Azure/azure-functions-nodejs-library/compare/v4.12.0...v4.13.0) --- updated-dependencies: - dependency-name: "@azure/functions" dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../azure-functions/fixtures/azfunc4/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json b/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json index dd0651b9c0..2581323a11 100644 --- a/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json +++ b/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json @@ -12,9 +12,9 @@ } }, "node_modules/@azure/functions": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.12.0.tgz", - "integrity": "sha512-aHBSvEDHOUhLhkivPiotoYfE6WPZdutv9OnXEkSqYtyWjbf1k/DoQ/Z9swqIbyaBSvh2xOR8ARKj5CR/2jqEOw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.13.0.tgz", + "integrity": "sha512-051BXm6UFR74vgDaNF/19dTp9EAs2iK7WivQq8l9i2WqpTsffX6Eu+XGDvauIYnms0oP7tILlhmcldIBVhJaIA==", "license": "MIT", "dependencies": { "@azure/functions-extensions-base": "0.2.0",