From 86405b2ca1fac2ee7955d2fd113f5141d7e48eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 05:57:10 +0000 Subject: [PATCH] chore(deps): bump azure-functions-core-tools Bumps [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/Azure/azure-functions-core-tools/releases) - [Changelog](https://github.com/Azure/azure-functions-core-tools/blob/4.10.0/release_notes.md) - [Commits](https://github.com/Azure/azure-functions-core-tools/compare/4.9.0...4.10.0) --- updated-dependencies: - dependency-name: azure-functions-core-tools dependency-version: 4.10.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..fc847b5274 100644 --- a/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json +++ b/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json @@ -34,9 +34,9 @@ } }, "node_modules/azure-functions-core-tools": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/azure-functions-core-tools/-/azure-functions-core-tools-4.9.0.tgz", - "integrity": "sha512-uVMUO44DexV+inOj1NVj25SIVTd1XnWBlmkfyF/Q3P6nShPbsu1W7zYhxXAGLGIdVKJvYgEvPIDmVDFqj2Wl4A==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/azure-functions-core-tools/-/azure-functions-core-tools-4.10.0.tgz", + "integrity": "sha512-UoM4YANGz8spbQ2Kt4Q8YiDoKH8ofVIdHGR1V2mKXRhuPEvtz1aPC7fGdtm2/5TkVYha1lG8CvN0KXNSSlUrig==", "hasInstallScript": true, "hasShrinkwrap": true, "license": "MIT",