From 0d42a1a8f3409c48a5dab28fe3e82c9d6a168ec3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 13:06:08 +0000 Subject: [PATCH] chore(deps): update dependency vitest to v5 --- integration-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/package.json b/integration-tests/package.json index 0f706c5acc..aeeeaf6184 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -17,6 +17,6 @@ "devDependencies": { "@types/node": "24.13.3", "typescript": "5.9.3", - "vitest": "4.1.11" + "vitest": "5.0.1" } }