diff --git a/common/webapp/package-lock.json b/common/webapp/package-lock.json index ef6a7fceb..c5a2d1738 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.2.3" + "vite": "^6.2.4" } }, "node_modules/@babel/parser": { @@ -2545,9 +2545,9 @@ "dev": true }, "node_modules/vite": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz", - "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz", + "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==", "dev": true, "license": "MIT", "dependencies": { @@ -4370,9 +4370,9 @@ "dev": true }, "vite": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz", - "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz", + "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==", "dev": true, "requires": { "esbuild": "^0.25.0", diff --git a/common/webapp/package.json b/common/webapp/package.json index de3e34b75..1da886a29 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.2.3" + "vite": "^6.2.4" } }