From 3374691833f65ba92c905d1a5597dffc34ad9509 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:10:34 +0000 Subject: [PATCH] Update dependency vitest to v1.3.1 --- benchmarks/vitest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/vitest/package.json b/benchmarks/vitest/package.json index 29f2935..2fd047c 100644 --- a/benchmarks/vitest/package.json +++ b/benchmarks/vitest/package.json @@ -20,6 +20,6 @@ "@testing-library/react": "13.4.0", "@testing-library/user-event": "14.4.3", "happy-dom": "12.0.1", - "vitest": "1.3.0" + "vitest": "1.3.1" } }