diff --git a/internal-ui/package-lock.json b/internal-ui/package-lock.json index 74f728ad2..3ffb886c6 100644 --- a/internal-ui/package-lock.json +++ b/internal-ui/package-lock.json @@ -23,7 +23,7 @@ "prettier": "3.4.2", "react-daisyui": "5.0.5", "typescript": "5.7.2", - "vite": "6.0.3" + "vite": "6.0.4" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.28.1" @@ -5249,11 +5249,10 @@ "peer": true }, "node_modules/vite": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz", - "integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.4.tgz", + "integrity": "sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==", "devOptional": true, - "license": "MIT", "dependencies": { "esbuild": "^0.24.0", "postcss": "^8.4.49", diff --git a/internal-ui/package.json b/internal-ui/package.json index 63f612f6a..9b63fb261 100644 --- a/internal-ui/package.json +++ b/internal-ui/package.json @@ -37,7 +37,7 @@ "prettier": "3.4.2", "react-daisyui": "5.0.5", "typescript": "5.7.2", - "vite": "6.0.3" + "vite": "6.0.4" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.28.1"