diff --git a/package-lock.json b/package-lock.json index 4cbd6aa6c87..312424085fa 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.5.0", + "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-testing-library": "4.12.4", "execa": "5.1.1", "faker": "5.5.3", @@ -23464,9 +23464,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "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==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", "engines": { "node": ">=10" }, @@ -41991,7 +41991,8 @@ }, "node_modules/react": { "version": "16.14.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "dependencies": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", @@ -42270,7 +42271,8 @@ }, "node_modules/react-dom": { "version": "16.14.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", + "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", "dependencies": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", @@ -53501,7 +53503,7 @@ }, "devDependencies": { "@types/codemirror": "5.60.5", - "eslint-plugin-react-hooks": "4.5.0" + "eslint-plugin-react-hooks": "4.6.0" } }, "tools/challenge-helper-scripts": { @@ -55690,7 +55692,7 @@ "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", "@types/codemirror": "5.60.5", - "eslint-plugin-react-hooks": "4.5.0", + "eslint-plugin-react-hooks": "4.6.0", "react": "16.14.0", "react-codemirror2": "7.2.1", "react-dom": "16.14.0", @@ -70582,9 +70584,9 @@ } }, "eslint-plugin-react-hooks": { - "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==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", "requires": {} }, "eslint-plugin-testing-library": { @@ -82323,6 +82325,8 @@ }, "react": { "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", @@ -82505,6 +82509,8 @@ }, "react-dom": { "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", + "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", diff --git a/package.json b/package.json index d7b82c28262..ec3de4b8fe9 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.5.0", + "eslint-plugin-react-hooks": "4.6.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 7958f370d35..4838d7e8481 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.5.0" + "eslint-plugin-react-hooks": "4.6.0" } } diff --git a/web/package.json b/web/package.json index 01c890ec7bb..7a53d5480a3 100644 --- a/web/package.json +++ b/web/package.json @@ -28,8 +28,8 @@ "dependencies": { "@monaco-editor/react": "4.4.5", "next": "12.1.6", - "react": "18.1.0", - "react-dom": "18.1.0" + "react": "18.2.0", + "react-dom": "18.2.0" }, "devDependencies": { "concurrently": "7.2.2"