From 4c6e0d1a8326a6c1e5bcb8276832d68007fee7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:32:55 +0000 Subject: [PATCH] chore(deps-dev): bump azure-functions-core-tools (#219) Bumps [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) from 4.0.6610 to 4.0.6821. - [Release notes](https://github.com/Azure/azure-functions-core-tools/releases) - [Commits](https://github.com/Azure/azure-functions-core-tools/compare/4.0.6610...4.0.6821) --- updated-dependencies: - dependency-name: azure-functions-core-tools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4645662..c2ebe94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@biomejs/biome": "1.9.4", - "azure-functions-core-tools": "4.0.6610", + "azure-functions-core-tools": "4.0.6821", "conventional-changelog": "6.0.0", "conventional-changelog-cli": "5.0.0", "conventional-changelog-conventionalcommits": "8.0.0", @@ -326,9 +326,9 @@ } }, "node_modules/azure-functions-core-tools": { - "version": "4.0.6610", - "resolved": "https://registry.npmjs.org/azure-functions-core-tools/-/azure-functions-core-tools-4.0.6610.tgz", - "integrity": "sha512-TpSu2YTlpdnuptFkVA+fD6/lfwJRDZTBmUK3T4ESZQXoj06A1R7cRpnhW+hF4z42ShRaSE61xney0Ja5+QVLcg==", + "version": "4.0.6821", + "resolved": "https://registry.npmjs.org/azure-functions-core-tools/-/azure-functions-core-tools-4.0.6821.tgz", + "integrity": "sha512-D+VcQKPk+aVk9WRO56zlkq9xmeO+kxixDIMEIH2tG9OSSSxmioNOdjkpEnZuUEUdv6PPFn9vybcLhGCXL4Xftg==", "dev": true, "hasInstallScript": true, "hasShrinkwrap": true, diff --git a/package.json b/package.json index b387c8d..975bb08 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@biomejs/biome": "1.9.4", - "azure-functions-core-tools": "4.0.6610", + "azure-functions-core-tools": "4.0.6821", "conventional-changelog": "6.0.0", "conventional-changelog-cli": "5.0.0", "conventional-changelog-conventionalcommits": "8.0.0",