diff --git a/package-lock.json b/package-lock.json index e3d0e3a872e..8a4174aea5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prefer-object-spread": "1.2.1", "eslint-plugin-react": "7.29.4", - "eslint-plugin-react-hooks": "4.4.0", + "eslint-plugin-react-hooks": "4.5.0", "eslint-plugin-testing-library": "4.12.4", "execa": "5.1.1", "faker": "5.5.3", @@ -24358,9 +24358,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", - "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz", + "integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==", "engines": { "node": ">=10" }, @@ -53747,7 +53747,7 @@ }, "devDependencies": { "@types/codemirror": "5.60.5", - "eslint-plugin-react-hooks": "4.4.0" + "eslint-plugin-react-hooks": "4.5.0" } }, "tools/challenge-helper-scripts": { @@ -68405,7 +68405,7 @@ "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", "@types/codemirror": "5.60.5", - "eslint-plugin-react-hooks": "4.4.0", + "eslint-plugin-react-hooks": "4.5.0", "react": "16.14.0", "react-codemirror2": "7.2.1", "react-dom": "16.14.0", @@ -71230,9 +71230,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", - "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz", + "integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==", "requires": {} }, "eslint-plugin-testing-library": { diff --git a/package.json b/package.json index f29c0eddd3a..72ddc876cc1 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prefer-object-spread": "1.2.1", "eslint-plugin-react": "7.29.4", - "eslint-plugin-react-hooks": "4.4.0", + "eslint-plugin-react-hooks": "4.5.0", "eslint-plugin-testing-library": "4.12.4", "execa": "5.1.1", "faker": "5.5.3", diff --git a/tools/challenge-editor/client/package.json b/tools/challenge-editor/client/package.json index d8073309ed5..649bdbf92d9 100644 --- a/tools/challenge-editor/client/package.json +++ b/tools/challenge-editor/client/package.json @@ -34,6 +34,6 @@ }, "devDependencies": { "@types/codemirror": "5.60.5", - "eslint-plugin-react-hooks": "4.4.0" + "eslint-plugin-react-hooks": "4.5.0" } }