diff --git a/examples/nextjs-14-react-hook-form/package-lock.json b/examples/nextjs-14-react-hook-form/package-lock.json index 24a5a2c28..51810104c 100644 --- a/examples/nextjs-14-react-hook-form/package-lock.json +++ b/examples/nextjs-14-react-hook-form/package-lock.json @@ -33,7 +33,7 @@ "eslint": "^8", "eslint-config-next": "14.2.13", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-react": "^7.37.0", + "eslint-plugin-react": "^7.37.1", "eslint-plugin-tailwindcss": "^3.17.4", "postcss": "^8", "tailwindcss": "^3.4.13", @@ -2445,9 +2445,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.37.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz", - "integrity": "sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==", + "version": "7.37.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz", + "integrity": "sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==", "dev": true, "dependencies": { "array-includes": "^3.1.8", diff --git a/examples/nextjs-14-react-hook-form/package.json b/examples/nextjs-14-react-hook-form/package.json index 81332ec38..6d450c609 100644 --- a/examples/nextjs-14-react-hook-form/package.json +++ b/examples/nextjs-14-react-hook-form/package.json @@ -34,7 +34,7 @@ "eslint": "^8", "eslint-config-next": "14.2.13", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-react": "^7.37.0", + "eslint-plugin-react": "^7.37.1", "eslint-plugin-tailwindcss": "^3.17.4", "postcss": "^8", "tailwindcss": "^3.4.13",