diff --git a/src/webapp/main/package-lock.json b/src/webapp/main/package-lock.json index 7240f3d..8794025 100644 --- a/src/webapp/main/package-lock.json +++ b/src/webapp/main/package-lock.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^5.2.0", "eslint": "^8.39.0", "eslint-plugin-vue": "^9.17.0", - "vite": "^6.2.2" + "vite": "^6.4.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4503,11 +4503,10 @@ } }, "node_modules/vite": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", - "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.25.0", "fdir": "^6.4.4", @@ -7825,9 +7824,9 @@ "requires": {} }, "vite": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", - "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", "dev": true, "requires": { "esbuild": "^0.25.0", diff --git a/src/webapp/main/package.json b/src/webapp/main/package.json index 1b5bea7..6cb4e9c 100644 --- a/src/webapp/main/package.json +++ b/src/webapp/main/package.json @@ -21,6 +21,6 @@ "@vitejs/plugin-vue": "^5.2.0", "eslint": "^8.39.0", "eslint-plugin-vue": "^9.17.0", - "vite": "^6.2.2" + "vite": "^6.4.2" } } \ No newline at end of file