From 5c159d5157f91a4d83507c0b8523e26753ffba5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 22:04:56 +0000 Subject: [PATCH] chore(deps-dev): bump undici from 5.22.1 to 5.28.5 in /sandbox/qwik-ts Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.28.5. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.22.1...v5.28.5) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sandbox/qwik-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/qwik-ts/package.json b/sandbox/qwik-ts/package.json index 3d6c7baa4..b893f529c 100644 --- a/sandbox/qwik-ts/package.json +++ b/sandbox/qwik-ts/package.json @@ -26,7 +26,7 @@ "@pandacss/dev": "workspace:*", "eslint-plugin-qwik": "1.4.5", "typescript": "5.6.2", - "undici": "6.18.2", + "undici": "5.28.5", "vite": "5.4.12", "vite-tsconfig-paths": "4.3.1" }