From aab1451c19fc7ca374a0b15796422cadf5e6b7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:37:31 +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.3.0 to 4.5.0. - [Release notes](https://github.com/Azure/azure-functions-core-tools/releases) - [Changelog](https://github.com/Azure/azure-functions-core-tools/blob/main/release_notes.md) - [Commits](https://github.com/Azure/azure-functions-core-tools/compare/4.3.0...4.5.0) --- updated-dependencies: - dependency-name: azure-functions-core-tools dependency-version: 4.5.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 fa9ff8e1cf..22ecf56a8e 100644 --- a/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json +++ b/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json @@ -44,9 +44,9 @@ } }, "node_modules/azure-functions-core-tools": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/azure-functions-core-tools/-/azure-functions-core-tools-4.3.0.tgz", - "integrity": "sha512-BDxN9lkDy3hNQXnrdX79P94r8DibaTMyhXi4+HL//lOY7ePxgPM7CiPzAcbdGzNR7m5fxmX9dWzmtXsjJJuZtA==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/azure-functions-core-tools/-/azure-functions-core-tools-4.5.0.tgz", + "integrity": "sha512-nkA2oo3O1onWQGTVk5TZXY7zn9kXD2/kSSeAcDxnvhGUaFTp7L2OjqKlW4mjHKjKhQTkl1sD6WvO60moLCl2mA==", "hasInstallScript": true, "hasShrinkwrap": true, "license": "MIT",