From d15164ce34fd42d3c94cba73fe215cb062931fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 11:02:21 +0000 Subject: [PATCH 1/3] build(deps): bump undici from 7.25.0 to 8.5.0 Bumps [undici](https://github.com/nodejs/undici) from 7.25.0 to 8.5.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.25.0...v8.5.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1b527aa86..459311fd8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -41,7 +41,7 @@ "socks-proxy-agent": "^10.0.0", "ssh2": "1.17.0", "tar": "^7.4.0", - "undici": "^7.0.0", + "undici": "^8.5.0", "update-notifier": "7.3.1", "xml2js": "^0.6.2" }, @@ -14624,12 +14624,12 @@ } }, "node_modules/undici": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz", - "integrity": "sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz", + "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index b27934c59..3d6434666 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "socks-proxy-agent": "^10.0.0", "ssh2": "1.17.0", "tar": "^7.4.0", - "undici": "^7.0.0", + "undici": "^8.5.0", "update-notifier": "7.3.1", "xml2js": "^0.6.2" }, From 073144ece30834c2ea6cb15a59fa6199c5d0f139 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Tue, 23 Jun 2026 03:04:07 +0300 Subject: [PATCH 2/3] build: require Node.js 22.19 or later --- .github/workflows/ci.yml | 2 +- .github/workflows/windows-tests.yml | 2 +- npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d58f5e3a6..a911754fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,8 +79,8 @@ jobs: fail-fast: false matrix: node-version: + - '22.19.0' - 'lts/*' - - 'lts/-1' - current steps: - name: Check out the source code diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index bc46efaef..82e25df96 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 'lts/*' + node-version: '22.19.0' cache: npm - name: Install dependencies diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 459311fd8..0ace29170 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -137,7 +137,7 @@ "typescript": "^6.0.2" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=23.0.0", + "node": ">=22.19.0", "npm": ">=8" }, "optionalDependencies": { diff --git a/package.json b/package.json index 3d6434666..e1e4d42a4 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ ], "license": "MIT", "engines": { - "node": "^20.19.0 || ^22.12.0 || >=23.0.0", + "node": ">=22.19.0", "npm": ">=8" }, "bugs": { From d5c463417c71afc7147983a95a3b65203ab86e9a Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Tue, 23 Jun 2026 18:03:36 +0300 Subject: [PATCH 3/3] ci: update workflows --- .github/workflows/ci.yml | 2 +- .github/workflows/windows-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a911754fb..d58f5e3a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,8 +79,8 @@ jobs: fail-fast: false matrix: node-version: - - '22.19.0' - 'lts/*' + - 'lts/-1' - current steps: - name: Check out the source code diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 82e25df96..bc46efaef 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22.19.0' + node-version: 'lts/*' cache: npm - name: Install dependencies