From 7099c77a490c39f5ef14ad4199bacf2635a08511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:27:24 +0000 Subject: [PATCH] build(deps): bump undici from 6.19.8 to 6.24.0 Bumps [undici](https://github.com/nodejs/undici) from 6.19.8 to 6.24.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.19.8...v6.24.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5c7a575..0da5bd7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "svelte-dnd-action": "^0.9.52", "svelte-kit-cookie-session": "^3.2.2", "svelte-tiptap": "^1.1.3", - "undici": "^6.19.8", + "undici": "^6.24.0", "unified": "^11.0.5", "xmldom": "^0.6.0", "y-webrtc": "^10.3.0", @@ -11535,9 +11535,10 @@ } }, "node_modules/undici": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz", - "integrity": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==", + "version": "6.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", + "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==", + "license": "MIT", "engines": { "node": ">=18.17" } diff --git a/package.json b/package.json index 0a7d3699..079e86df 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "svelte-dnd-action": "^0.9.52", "svelte-kit-cookie-session": "^3.2.2", "svelte-tiptap": "^1.1.3", - "undici": "^6.19.8", + "undici": "^6.24.0", "unified": "^11.0.5", "xmldom": "^0.6.0", "y-webrtc": "^10.3.0",