diff --git a/apps/arkiver/frontend/package-lock.json b/apps/arkiver/frontend/package-lock.json index d7374df5..1c21565f 100644 --- a/apps/arkiver/frontend/package-lock.json +++ b/apps/arkiver/frontend/package-lock.json @@ -25,7 +25,7 @@ "esbuild": "^0.27.3", "eslint": "^10.0.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.5.0", + "eslint-plugin-react-refresh": "^0.5.1", "postcss": "^8.4.32", "tailwindcss": "^4.2.0", "typescript": "^5.2.2", @@ -2070,13 +2070,13 @@ } }, "node_modules/eslint-plugin-react-refresh": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.0.tgz", - "integrity": "sha512-ZYvmh7VfVgqR/7wR71I3Zl6hK/C5CcxdWYKZSpHawS5JCNgE4efhQWg/+/WPpgGAp9Ngp/rRZYyaIwmPQBq/lA==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.1.tgz", + "integrity": "sha512-Y5sJsreCUdGcF4mLD70iJNa47Z6CX4MsqJoJBARDC/fBhmacSby7k73UuValr0F9M7GfWKpEqS4NMsniWkVxQw==", "dev": true, "license": "MIT", "peerDependencies": { - "eslint": ">=9" + "eslint": "^9 || ^10" } }, "node_modules/eslint-scope": { diff --git a/apps/arkiver/frontend/package.json b/apps/arkiver/frontend/package.json index a22574c1..3db64d3b 100644 --- a/apps/arkiver/frontend/package.json +++ b/apps/arkiver/frontend/package.json @@ -29,7 +29,7 @@ "esbuild": "^0.27.3", "eslint": "^10.0.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.5.0", + "eslint-plugin-react-refresh": "^0.5.1", "postcss": "^8.4.32", "tailwindcss": "^4.2.0", "typescript": "^5.2.2",