From 53c3196de11ae53c96d661126d2643b2fe144c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 10:19:07 +0000 Subject: [PATCH] build(deps): bump undici from 7.27.1 to 7.28.0 Bumps [undici](https://github.com/nodejs/undici) from 7.27.1 to 7.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.27.1...v7.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.28.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d085683..76303120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4454,7 +4454,7 @@ }, "node_modules/conventional-commits-filter": { "version": "3.0.0", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "lodash.ismatch": "^4.4.0", @@ -7167,7 +7167,7 @@ }, "node_modules/lodash.ismatch": { "version": "4.4.0", - "dev": true, + "devOptional": true, "license": "MIT" }, "node_modules/log-symbols": { @@ -7502,7 +7502,7 @@ }, "node_modules/modify-values": { "version": "1.0.1", - "dev": true, + "devOptional": true, "license": "MIT", "engines": { "node": ">=0.10.0" @@ -9681,9 +9681,9 @@ } }, "node_modules/undici": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.27.1.tgz", - "integrity": "sha512-UDdpiex+mzigiyrXrGbiUaF4HzTNhKbh2vRNFaTMzcqmLIPrZxaCtwo/1TMSuWoM1Xz3WiTo9KdgI3kRqYzJGg==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "license": "MIT", "engines": { "node": ">=20.18.1"