From 265bf1e4e156dc5d83d3d9eca362cc8c020eb69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:48:50 +0000 Subject: [PATCH] Bump undici from 6.24.1 to 6.27.0 in /bindings/zwavejs Bumps [undici](https://github.com/nodejs/undici) from 6.24.1 to 6.27.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.24.1...v6.27.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/zwavejs/package-lock.json | 8 ++++---- bindings/zwavejs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings/zwavejs/package-lock.json b/bindings/zwavejs/package-lock.json index 85dd877c..283ae9af 100644 --- a/bindings/zwavejs/package-lock.json +++ b/bindings/zwavejs/package-lock.json @@ -17,7 +17,7 @@ "process": "^0.11.10", "serialport": "^12.0.0", "tslog": "^4.9.2", - "undici": "^6.24.1", + "undici": "^6.27.0", "yaml": "^2.8.3" }, "bin": { @@ -5675,9 +5675,9 @@ } }, "node_modules/undici": { - "version": "6.24.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.1.tgz", - "integrity": "sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "license": "MIT", "engines": { "node": ">=18.17" diff --git a/bindings/zwavejs/package.json b/bindings/zwavejs/package.json index 9f23149b..0abf3d5e 100644 --- a/bindings/zwavejs/package.json +++ b/bindings/zwavejs/package.json @@ -55,7 +55,7 @@ "process": "^0.11.10", "serialport": "^12.0.0", "tslog": "^4.9.2", - "undici": "^6.24.1", + "undici": "^6.27.0", "yaml": "^2.8.3" }, "peerDependencies": {