diff --git a/app-frontend/package-lock.json b/app-frontend/package-lock.json index 7dc9388..21deeef 100644 --- a/app-frontend/package-lock.json +++ b/app-frontend/package-lock.json @@ -21,7 +21,7 @@ "@types/node": "^22.15.29", "@types/react": "^18.3.13", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.5.0", + "@vitejs/plugin-react": "^4.5.1", "jsdom": "^26.1.0", "typescript": "^5.8.3", "vitest": "^3.2.0" @@ -1550,9 +1550,9 @@ "license": "MIT" }, "node_modules/@vitejs/plugin-react": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.5.0.tgz", - "integrity": "sha512-JuLWaEqypaJmOJPLWwO335Ig6jSgC1FTONCWAxnqcQthLTK/Yc9aH6hr9z/87xciejbQcnP3GnA1FWUSWeXaeg==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.5.1.tgz", + "integrity": "sha512-uPZBqSI0YD4lpkIru6M35sIfylLGTyhGHvDZbNLuMA73lMlwJKz5xweH7FajfcCAc2HnINciejA9qTz0dr0M7A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/app-frontend/package.json b/app-frontend/package.json index 2c59b91..00282b8 100644 --- a/app-frontend/package.json +++ b/app-frontend/package.json @@ -12,7 +12,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", - "@vitejs/plugin-react": "^4.5.0", + "@vitejs/plugin-react": "^4.5.1", "@types/jest": "^29.5.14", "@types/node": "^22.15.29", "@types/react": "^18.3.13",