diff --git a/client/package-lock.json b/client/package-lock.json index 5288781..eb6154d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13,7 +13,7 @@ "@testing-library/user-event": "^13.5.0", "@types/jest": "^29.5.1", "@types/node": "^20.2.5", - "@types/react": "^18.2.11", + "@types/react": "^18.2.42", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.7", @@ -4256,9 +4256,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "node_modules/@types/react": { - "version": "18.2.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.11.tgz", - "integrity": "sha512-+hsJr9hmwyDecSMQAmX7drgbDpyE+EgSF6t7+5QEBAn1tQK7kl1vWZ4iRf6SjQ8lk7dyEULxUmZOIpN0W5baZA==", + "version": "18.2.42", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.42.tgz", + "integrity": "sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/client/package.json b/client/package.json index 024b497..af274a2 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "@testing-library/user-event": "^13.5.0", "@types/jest": "^29.5.1", "@types/node": "^20.2.5", - "@types/react": "^18.2.11", + "@types/react": "^18.2.42", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.7",