From 04baf1e5e74f8e0d4b84e2c8aa173728c92a0fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:46:04 +0000 Subject: [PATCH] chore(deps): bump undici from 6.25.0 to 6.28.0 in /maizzle Bumps [undici](https://github.com/nodejs/undici) from 6.25.0 to 6.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.25.0...v6.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.28.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- maizzle/package-lock.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/maizzle/package-lock.json b/maizzle/package-lock.json index f38667a6f..df47f1878 100644 --- a/maizzle/package-lock.json +++ b/maizzle/package-lock.json @@ -4,10 +4,9 @@ "requires": true, "packages": { "": { - "name": "maizzle", "dependencies": { - "@maizzle/framework": "latest", - "tailwindcss-preset-email": "latest" + "@maizzle/framework": "*", + "tailwindcss-preset-email": "*" } }, "node_modules/@alloc/quick-lru": { @@ -4859,9 +4858,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.25.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz", - "integrity": "sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", "license": "MIT", "engines": { "node": ">=18.17"