diff --git a/package.json b/package.json index fa509f07..93e00bb4 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@testing-library/react": "10.0.2", "@testing-library/react-hooks": "3.2.1", "@types/jest": "25.2.1", - "@types/react": "16.9.33", + "@types/react": "16.9.34", "@types/react-dom": "16.9.6", "@types/testing-library__react": "10.0.1", "@types/testing-library__react-hooks": "3.2.0", @@ -88,6 +88,6 @@ "react": ">=16.8.1" }, "resolutions": { - "@types/react": "16.9.33" + "@types/react": "16.9.34" } } diff --git a/yarn.lock b/yarn.lock index 221c977e..bb376b68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3518,10 +3518,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.33", "@types/react@^16.8.12", "@types/react@^16.8.6": - version "16.9.33" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.33.tgz#a5274520f0d28cbbb73c8652ddd48646fd4bcae5" - integrity sha512-ovgoy7p9999HDzwv8Sewhl8GJjn/r0GRsFrM9UMwp1uodh0kQ0pwIHLQ6LNfqGSyjNzJ8II/HIg0BL7Yn/B9yA== +"@types/react@*", "@types/react@16.9.34", "@types/react@^16.8.12", "@types/react@^16.8.6": + version "16.9.34" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349" + integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow== dependencies: "@types/prop-types" "*" csstype "^2.2.0"