diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 59a318b..9dfcfa3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ "@types/react": "^19.2.14", "@types/react-dom": "^19.1.0", "@vitejs/plugin-react": "^6.0.1", - "eslint": "^10.5.0", + "eslint": "^10.6.0", "eslint-plugin-react-hooks": "7.1.1", "globals": "^17.6.0", "jsdom": "^29.1.0", @@ -2709,9 +2709,9 @@ } }, "node_modules/eslint": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", - "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", + "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/frontend/package.json b/frontend/package.json index eec4e0c..d2146b8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "@types/react": "^19.2.14", "@types/react-dom": "^19.1.0", "@vitejs/plugin-react": "^6.0.1", - "eslint": "^10.5.0", + "eslint": "^10.6.0", "eslint-plugin-react-hooks": "7.1.1", "globals": "^17.6.0", "jsdom": "^29.1.0",