From de34dbb48dbdd22856b31e5fe61dfa7053fc13a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:52:55 +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.12.0 to 4.12.1. - [Release notes](https://github.com/Azure/azure-functions-core-tools/releases) - [Changelog](https://github.com/Azure/azure-functions-core-tools/blob/4.12.1/release_notes.md) - [Commits](https://github.com/Azure/azure-functions-core-tools/compare/4.12.0...4.12.1) --- updated-dependencies: - dependency-name: azure-functions-core-tools dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f5d61254b0..b74b1a8263 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.12.0", - "resolved": "https://registry.npmjs.org/azure-functions-core-tools/-/azure-functions-core-tools-4.12.0.tgz", - "integrity": "sha512-YVrn0JoM6p+49g8Mk+Dh30c2Iwi/5TuXsl1ZdsqD8nNDoK1rsb26BUL/kLHn/D9b/RW6jB2sBHokqgJWKheDUA==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/azure-functions-core-tools/-/azure-functions-core-tools-4.12.1.tgz", + "integrity": "sha512-cU21cxqKOuuBJ+eCSEVe41HldITc4wJ8DunH83vuhTnCnLbaRp6PA9lxckQH3ErWoadSp+R5D0KZDIBvt0KZkQ==", "hasInstallScript": true, "hasShrinkwrap": true, "license": "MIT",