From 6d3c26419d47395ec5bb000e25c4cdc9b0de3495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:19:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=EF=B8=8F=EF=B8=8F(frontend)?= =?UTF-8?q?=20bump=20undici=20from=206.23.0=20to=206.24.1=20in=20/src/fron?= =?UTF-8?q?tend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.24.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.23.0...v6.24.1) --- updated-dependencies: - dependency-name: undici dependency-version: 6.24.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + src/frontend/package-lock.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93595c36..97e4025b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to - ♿️(summary) improve accessibility of transcription download link #1187 - 💄(frontend) show OS-specific shortcut in participant tile hint #1193 - ⬆️(frontend) bump flatted from 3.3.1 to 3.4.2 in /src/frontend #1188 +- ⬆️️️(frontend) bump undici from 6.23.0 to 6.24.1 in /src/frontend ### Fixed diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 55c17d9e..20dbb950 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -11108,9 +11108,9 @@ } }, "node_modules/undici": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", - "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==", + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.1.tgz", + "integrity": "sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==", "license": "MIT", "engines": { "node": ">=18.17"