diff --git a/package-lock.json b/package-lock.json index 08ee24b..af7a810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20483,9 +20483,9 @@ } }, "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, "license": "MIT", "dependencies": { @@ -21421,7 +21421,7 @@ "stylelint": "^16.8.2", "stylelint-config-standard-scss": "^13.1.0", "typescript": "^5.5.4", - "vite": "^6.3.5", + "vite": "^6.4.1", "vite-plugin-markdown": "^2.2.0" } }, diff --git a/source/frontend/package.json b/source/frontend/package.json index ff55071..75fea2c 100644 --- a/source/frontend/package.json +++ b/source/frontend/package.json @@ -49,7 +49,7 @@ "stylelint": "^16.8.2", "stylelint-config-standard-scss": "^13.1.0", "typescript": "^5.5.4", - "vite": "^6.3.5", + "vite": "^6.4.1", "vite-plugin-markdown": "^2.2.0" }, "license": "Apache-2.0"