diff --git a/common/webapp/package-lock.json b/common/webapp/package-lock.json index dc7273594..d1492e265 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.4.1" + "vite": "^6.4.2" } }, "node_modules/@babel/parser": { @@ -2649,9 +2649,9 @@ "dev": true }, "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, "dependencies": { "esbuild": "^0.25.0", @@ -4575,9 +4575,9 @@ "dev": true }, "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/common/webapp/package.json b/common/webapp/package.json index b83ae617a..f7176e39e 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.4.1" + "vite": "^6.4.2" } }