From 6ab231f20f3b66f3d6f00bf4761beb25d9604965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 09:00:57 -0700 Subject: [PATCH] chore(deps-dev): bump vite from 5.4.17 to 5.4.18 in /ui/desktop (#2151) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/desktop/package-lock.json | 8 ++++---- ui/desktop/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/desktop/package-lock.json b/ui/desktop/package-lock.json index 8d3e524d..dc4f4bce 100644 --- a/ui/desktop/package-lock.json +++ b/ui/desktop/package-lock.json @@ -85,7 +85,7 @@ "postcss": "^8.4.47", "prettier": "^3.4.2", "tailwindcss": "^3.4.14", - "vite": "^5.4.17" + "vite": "^5.4.18" }, "engines": { "node": "^23.0.0" @@ -17402,9 +17402,9 @@ } }, "node_modules/vite": { - "version": "5.4.17", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.17.tgz", - "integrity": "sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg==", + "version": "5.4.18", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.18.tgz", + "integrity": "sha512-1oDcnEp3lVyHCuQ2YFelM4Alm2o91xNoMncRm1U7S+JdYfYOvbiGZ3/CxGttrOu2M/KcGz7cRC2DoNUA6urmMA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/ui/desktop/package.json b/ui/desktop/package.json index 92deffdd..9a868e8e 100644 --- a/ui/desktop/package.json +++ b/ui/desktop/package.json @@ -63,7 +63,7 @@ "postcss": "^8.4.47", "prettier": "^3.4.2", "tailwindcss": "^3.4.14", - "vite": "^5.4.17" + "vite": "^5.4.18" }, "keywords": [], "license": "Apache-2.0",