From 68b5d89dfe301fe05021570c0422a603ccd375c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:37:08 +0000 Subject: [PATCH] chore(deps): bump undici Bumps [undici](https://github.com/nodejs/undici) from 6.21.0 to 6.27.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.0...v6.27.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../move/tooling/prettier-extension/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/external-crates/move/tooling/prettier-extension/package-lock.json b/external-crates/move/tooling/prettier-extension/package-lock.json index 65c86a1d57ca..b2754cb40950 100644 --- a/external-crates/move/tooling/prettier-extension/package-lock.json +++ b/external-crates/move/tooling/prettier-extension/package-lock.json @@ -2680,9 +2680,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.0.tgz", - "integrity": "sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "dev": true, "license": "MIT", "engines": { @@ -2937,4 +2937,4 @@ } } } -} \ No newline at end of file +}