From 0f629132daccf869f5339426619b76b1a207456e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:39:37 +0000 Subject: [PATCH] chore(deps): bump undici from 6.21.2 to 6.27.0 Bumps [undici](https://github.com/nodejs/undici) from 6.21.2 to 6.27.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.2...v6.27.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bffdb049fb..efe8f5e003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31657,9 +31657,9 @@ } }, "node_modules/undici": { - "version": "6.21.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.2.tgz", - "integrity": "sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==", + "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" @@ -34246,7 +34246,6 @@ "errorstacks": "^2.4.1" }, "devDependencies": { - "@esm-bundle/chai": "^4.1.5", "puppeteer": "^24.0.0" }, "engines": { @@ -34922,8 +34921,6 @@ "@types/whatwg-url": "^11.0.0", "@web/test-runner-chrome": "^0.18.0", "@web/test-runner-core": "^0.13.0", - "chai": "^4.2.0", - "mocha": "^10.8.2", "postcss": "^8.5.14", "rollup-plugin-postcss": "^4.0.2" },