diff --git a/common/webapp/package-lock.json b/common/webapp/package-lock.json index 5a119643f..500bbdcf6 100644 --- a/common/webapp/package-lock.json +++ b/common/webapp/package-lock.json @@ -19,7 +19,7 @@ "eslint": "~8.22.0", "eslint-plugin-vue": "^9.3.0", "sass": "^1.57.0", - "vite": "^6.3.6" + "vite": "^6.4.1" } }, "node_modules/@babel/parser": { @@ -2587,9 +2587,9 @@ "dev": true }, "node_modules/vite": { - "version": "6.3.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", - "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", + "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", "dev": true, "dependencies": { "esbuild": "^0.25.0", @@ -4466,9 +4466,9 @@ "dev": true }, "vite": { - "version": "6.3.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", - "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", + "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", "dev": true, "requires": { "esbuild": "^0.25.0", diff --git a/common/webapp/package.json b/common/webapp/package.json index f6a151564..b83ae617a 100644 --- a/common/webapp/package.json +++ b/common/webapp/package.json @@ -20,6 +20,6 @@ "eslint": "~8.22.0", "eslint-plugin-vue": "^9.3.0", "sass": "^1.57.0", - "vite": "^6.3.6" + "vite": "^6.4.1" } }