diff --git a/central_frontend/package-lock.json b/central_frontend/package-lock.json index 45d32d1..6a426ac 100644 --- a/central_frontend/package-lock.json +++ b/central_frontend/package-lock.json @@ -34,7 +34,7 @@ "@vitejs/plugin-react": "^4.7.0", "eslint": "^9.33.0", "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-react-refresh": "^0.4.20", + "eslint-plugin-react-refresh": "^0.4.21", "globals": "^16.3.0", "typescript": "^5.8.3", "typescript-eslint": "^8.24.1", @@ -3442,9 +3442,9 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.20", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.20.tgz", - "integrity": "sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA==", + "version": "0.4.21", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.21.tgz", + "integrity": "sha512-MWDWTtNC4voTcWDxXbdmBNe8b/TxfxRFUL6hXgKWJjN9c1AagYEmpiFWBWzDw+5H3SulWUe1pJKTnoSdmk88UA==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/central_frontend/package.json b/central_frontend/package.json index e82ba00..205049b 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -36,7 +36,7 @@ "@vitejs/plugin-react": "^4.7.0", "eslint": "^9.33.0", "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-react-refresh": "^0.4.20", + "eslint-plugin-react-refresh": "^0.4.21", "globals": "^16.3.0", "typescript": "^5.8.3", "typescript-eslint": "^8.24.1",