From bad8a3a3219fd1e84f27d7b1e246724cde54be67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 03:09:51 +0000 Subject: [PATCH] chore(deps-dev): bump vitest from 4.1.0 to 4.1.11 in /packages/funbox Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.0 to 4.1.11. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/funbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/funbox/package.json b/packages/funbox/package.json index 395679707830..b0757c9dba3e 100644 --- a/packages/funbox/package.json +++ b/packages/funbox/package.json @@ -30,6 +30,6 @@ "oxlint-tsgolint": "7.0.2001", "tsup": "8.4.0", "typescript": "7.0.2", - "vitest": "4.1.0" + "vitest": "4.1.11" } }