From 16c119a98be55af8b41f9795612556dba268c094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 04:42:37 +0000 Subject: [PATCH] Bump undici and @azure/functions Removes [undici](https://github.com/nodejs/undici). It's no longer used after updating ancestor dependency [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library). These dependencies need to be updated together. Removes `undici` Updates `@azure/functions` from 4.6.1 to 4.16.2 - [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases) - [Commits](https://github.com/Azure/azure-functions-nodejs-library/compare/v4.6.1...v4.16.2) --- updated-dependencies: - dependency-name: undici dependency-version: dependency-type: indirect - dependency-name: "@azure/functions" dependency-version: 4.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../hr-service/package-lock.json | 43 ++++++------------- .../hr-service/package.json | 2 +- 2 files changed, 13 insertions(+), 32 deletions(-) diff --git a/src/make/copilot-studio/path-m-lab-mcs5-connectors/hr-service/package-lock.json b/src/make/copilot-studio/path-m-lab-mcs5-connectors/hr-service/package-lock.json index 2652dce47..5a21f4015 100644 --- a/src/make/copilot-studio/path-m-lab-mcs5-connectors/hr-service/package-lock.json +++ b/src/make/copilot-studio/path-m-lab-mcs5-connectors/hr-service/package-lock.json @@ -8,7 +8,7 @@ "name": "hr-service", "version": "1.0.0", "dependencies": { - "@azure/functions": "^4.0.0", + "@azure/functions": "^4.16.2", "jwt-validate": "^0.5.0" }, "devDependencies": { @@ -19,26 +19,25 @@ } }, "node_modules/@azure/functions": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.6.1.tgz", - "integrity": "sha512-Py2Az29yk+A21vHES/rL6iU3ptKB+vVz3sGTjm0jSPFjG4kPbhFLi5vFI7YkCPMGeoD4WMIjHqTAeXvnFrBUBA==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.16.2.tgz", + "integrity": "sha512-6uq0Z7e3njy8fHpgCVIJWDtbkZz+BYXc6L8fQjisf8+hPdnauM5yZ70j9YC8xas6zvL1dFA+EfLuZcNYyuWLTg==", "license": "MIT", "dependencies": { - "cookie": "^0.7.0", - "long": "^4.0.0", - "undici": "^5.13.0" + "@azure/functions-extensions-base": "0.3.0", + "cookie": "^0.7.0" }, "engines": { - "node": ">=18.0" + "node": ">=20.0" } }, - "node_modules/@fastify/busboy": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", - "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", + "node_modules/@azure/functions-extensions-base": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@azure/functions-extensions-base/-/functions-extensions-base-0.3.0.tgz", + "integrity": "sha512-Cux0hLu5ZXlC/Kb+yvJVhRLIdkfFwui2HeT5oGZL00r/GCUUkhGTzRfZUjRN4Bq729mPv3okPucz2z7SMQLStA==", "license": "MIT", "engines": { - "node": ">=14" + "node": ">=18.0" } }, "node_modules/@isaacs/cliui": { @@ -744,12 +743,6 @@ "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", "license": "MIT" }, - "node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==", - "license": "Apache-2.0" - }, "node_modules/lru-cache": { "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", @@ -1158,18 +1151,6 @@ "node": ">=4.2.0" } }, - "node_modules/undici": { - "version": "5.28.5", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz", - "integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==", - "license": "MIT", - "dependencies": { - "@fastify/busboy": "^2.0.0" - }, - "engines": { - "node": ">=14.0" - } - }, "node_modules/undici-types": { "version": "6.19.8", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", diff --git a/src/make/copilot-studio/path-m-lab-mcs5-connectors/hr-service/package.json b/src/make/copilot-studio/path-m-lab-mcs5-connectors/hr-service/package.json index a3a140e5b..65da2c6f0 100644 --- a/src/make/copilot-studio/path-m-lab-mcs5-connectors/hr-service/package.json +++ b/src/make/copilot-studio/path-m-lab-mcs5-connectors/hr-service/package.json @@ -12,7 +12,7 @@ "copy-yaml": "copyfiles -u 1 src/openapi.yaml dist/src" }, "dependencies": { - "@azure/functions": "^4.0.0", + "@azure/functions": "^4.16.2", "jwt-validate": "^0.5.0" }, "devDependencies": {