diff --git a/ui/package-lock.json b/ui/package-lock.json index 24a6a6101..e0163658a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -91,7 +91,7 @@ "terser": "5.29.1", "ts-jest": "29.1.2", "typescript": "5.3.3", - "vite": "5.1.4", + "vite": "5.1.5", "vite-tsconfig-paths": "4.3.1" } }, @@ -12416,9 +12416,9 @@ } }, "node_modules/vite": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz", - "integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz", + "integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/ui/package.json b/ui/package.json index e142351be..d39c56e95 100644 --- a/ui/package.json +++ b/ui/package.json @@ -86,7 +86,7 @@ "terser": "5.29.1", "ts-jest": "29.1.2", "typescript": "5.3.3", - "vite": "5.1.4", + "vite": "5.1.5", "vite-tsconfig-paths": "4.3.1" }, "overrides": {