diff --git a/webui/package-lock.json b/webui/package-lock.json index 5db1e6a..41c3d56 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.12", - "vite": "^5.4.5" + "vite": "^5.4.6" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4920,9 +4920,9 @@ } }, "node_modules/vite": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.5.tgz", - "integrity": "sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==", + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", + "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", "dev": true, "dependencies": { "esbuild": "^0.21.3", diff --git a/webui/package.json b/webui/package.json index 61b641b..129faeb 100644 --- a/webui/package.json +++ b/webui/package.json @@ -31,6 +31,6 @@ "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.12", - "vite": "^5.4.5" + "vite": "^5.4.6" } } diff --git a/webui/yarn.lock b/webui/yarn.lock index f398370..ed2f04e 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -2934,10 +2934,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -vite@^5.4.5: - version "5.4.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.5.tgz#e4ab27709de46ff29bd8db52b0c51606acba893b" - integrity sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA== +vite@^5.4.6: + version "5.4.6" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.6.tgz#85a93a1228a7fb5a723ca1743e337a2588ed008f" + integrity sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q== dependencies: esbuild "^0.21.3" postcss "^8.4.43"