diff --git a/.github/workflows/node.js-linux-arm64.yml b/.github/workflows/node.js-linux-arm64.yml index fea8bded..c082b093 100644 --- a/.github/workflows/node.js-linux-arm64.yml +++ b/.github/workflows/node.js-linux-arm64.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # Using the same Node versions as the main workflow - node-version: [18, 20, 22] + node-version: [18, 20, 22, 24] steps: - name: Checkout code diff --git a/.github/workflows/node.js-windows-arm64.yml b/.github/workflows/node.js-windows-arm64.yml index 77d1777b..5d123829 100644 --- a/.github/workflows/node.js-windows-arm64.yml +++ b/.github/workflows/node.js-windows-arm64.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # Using the same Node versions as the main workflow but without the .x suffix for Docker images - node-version: [18, 20, 22] + node-version: [18, 20, 22, 24] steps: - name: Checkout code diff --git a/.github/workflows/node.js-windows-x86.yml b/.github/workflows/node.js-windows-x86.yml index ae5d7f7c..46e62b0c 100644 --- a/.github/workflows/node.js-windows-x86.yml +++ b/.github/workflows/node.js-windows-x86.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # Using the same Node versions as the main workflow - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x, 24.x] architecture: ["x86"] # 32-bit architecture steps: diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6ad18a72..a67aa889 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,8 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - # TODO: Enable Node 14.x when we update the pipeline to support AbortController - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x, 24.x] steps: - uses: actions/checkout@v2 diff --git a/package-lock.json b/package-lock.json index a3433960..107cae39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@azure/core-auth": "^1.9.0", - "@azure/functions": "^4.6.0", + "@azure/functions": "^4.11.2", "@azure/functions-old": "npm:@azure/functions@3.5.1", "@azure/identity": "^4.6.0", "@azure/monitor-opentelemetry": "^1.15.1", @@ -144,15 +144,23 @@ } }, "node_modules/@azure/functions": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.8.0.tgz", - "integrity": "sha512-LNtl3xZNE40vE7+SIST+GYQX5cnnI1M65fXPi26l9XCdPakuQrz54lHv+qQQt1GG5JbqLfQk75iM7A6Y9O+2dQ==", + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.11.2.tgz", + "integrity": "sha512-U7qpPo0pUxDfdP3Q8gO5GLtust94nh8+RtIUvEKE4qU9yuDhL2vU1zzanuzkaV2j/TFv+EEmN8QDtchAgpeffw==", "license": "MIT", "dependencies": { - "cookie": "^0.7.0", - "long": "^4.0.0", - "undici": "^5.29.0" + "@azure/functions-extensions-base": "0.2.0", + "cookie": "^0.7.0" }, + "engines": { + "node": ">=20.0" + } + }, + "node_modules/@azure/functions-extensions-base": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@azure/functions-extensions-base/-/functions-extensions-base-0.2.0.tgz", + "integrity": "sha512-ncCkHBNQYJa93dBIh+toH0v1iSgCzSo9tr94s6SMBe7DPWREkaWh8cq33A5P4rPSFX1g5W+3SPvIzDr/6/VOWQ==", + "license": "MIT", "engines": { "node": ">=18.0" } @@ -750,15 +758,6 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.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==", - "license": "MIT", - "engines": { - "node": ">=14" - } - }, "node_modules/@grpc/grpc-js": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.1.tgz", @@ -5898,18 +5897,6 @@ "node": ">=4.2.0" } }, - "node_modules/undici": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz", - "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==", - "license": "MIT", - "dependencies": { - "@fastify/busboy": "^2.0.0" - }, - "engines": { - "node": ">=14.0" - } - }, "node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", diff --git a/package.json b/package.json index e54a39d5..3e647400 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "backcompattest": "npm run build && npm pack && node --use_strict ./test/backCompatibility/runBackCompatTests.js" }, "engines": { - "node": ">=8.0.0" + "node": ">=18.0.0" }, "devDependencies": { "@types/long": "^4.0.2", @@ -65,7 +65,7 @@ }, "dependencies": { "@azure/core-auth": "^1.9.0", - "@azure/functions": "^4.6.0", + "@azure/functions": "^4.11.2", "@azure/functions-old": "npm:@azure/functions@3.5.1", "@azure/identity": "^4.6.0", "@azure/monitor-opentelemetry": "^1.15.1",