diff --git a/frontend/package-lock.json b/frontend/package-lock.json index aed9cd60..20cda347 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -57,7 +57,7 @@ "prettier-plugin-tailwindcss": "^0.7.1", "tailwindcss": "^4.1.11", "typescript": "^5.8.3", - "vite": "^7.1.12", + "vite": "^7.2.0", "vite-plugin-svgr": "^4.3.0" } }, @@ -11575,9 +11575,9 @@ } }, "node_modules/vite": { - "version": "7.1.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz", - "integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.0.tgz", + "integrity": "sha512-C/Naxf8H0pBx1PA4BdpT+c/5wdqI9ILMdwjSMILw7tVIh3JsxzZqdeTLmmdaoh5MYUEOyBnM9K3o0DzoZ/fe+w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index e9ed3c5c..bfa9b2fd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -68,7 +68,7 @@ "prettier-plugin-tailwindcss": "^0.7.1", "tailwindcss": "^4.1.11", "typescript": "^5.8.3", - "vite": "^7.1.12", + "vite": "^7.2.0", "vite-plugin-svgr": "^4.3.0" } }