From a08b195365a49c1188b5ae8c404fdc4b9f8c72e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:18:04 +0000 Subject: [PATCH] chore(deps): update dependency vite to ^8.2.2 (#2094) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 2 +- ui/web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0d8dd00..f2ee2981 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -247,7 +247,7 @@ importers: specifier: ^30.0.1 version: 30.0.1 vite: - specifier: ^8.2.1 + specifier: ^8.2.2 version: 8.2.2(@types/node@24.13.3)(esbuild@0.28.2)(jiti@2.6.1)(tsx@4.23.12)(yaml@2.9.0) vitest: specifier: ^4.1.11 diff --git a/ui/web/package.json b/ui/web/package.json index f0fac012..374afb74 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -44,7 +44,7 @@ "@vue/test-utils": "^2.4.11", "@vue/tsconfig": "^0.9.1", "jsdom": "^30.0.1", - "vite": "^8.2.1", + "vite": "^8.2.2", "vitest": "^4.1.11", "vue-tsc": "^3.3.10" } -- 2.53.0