From cff9f65d970b8b46bb1d735af5fd4d9c8e655570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:05:37 +0000 Subject: [PATCH] build(deps-dev): bump vitest from 1.6.1 to 4.1.0 in /kms/auth-mock Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.1 to 4.1.0. - [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.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- kms/auth-mock/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kms/auth-mock/package.json b/kms/auth-mock/package.json index 8e13398c..7ffedab2 100644 --- a/kms/auth-mock/package.json +++ b/kms/auth-mock/package.json @@ -26,7 +26,7 @@ "openapi-types": "12.1.3", "oxlint": "0.9.10", "typescript": "5.8.3", - "vitest": "1.6.1" + "vitest": "4.1.0" }, "type": "module" }