diff --git a/package.json b/package.json index 829a6fe..2441e8d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@commitlint/cli": "9.1.2", "@commitlint/config-conventional": "9.1.2", - "@testing-library/react": "11.0.0", + "@testing-library/react": "11.0.1", "@types/jest": "26.0.13", "@types/node": "12.12.2", "@types/react": "16.9.49", diff --git a/yarn.lock b/yarn.lock index e04e228..c4017ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2834,10 +2834,10 @@ dom-accessibility-api "^0.5.1" pretty-format "^26.4.2" -"@testing-library/react@11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.0.0.tgz#b8ab18752dbb09986925cda73da789c3cdbc4ff0" - integrity sha512-C3CL59UljaWe4f+/0vdfTKz54XPGod56egcdQLysowpJ/KUMyr5rhY2z+qRzbSlF73Soq3vHFGm+DTnl98s9fQ== +"@testing-library/react@11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.0.1.tgz#6aa0b861cb5c72948d2c11fdb2f72840d17b53a6" + integrity sha512-dpN8pNLncmDX97NIVPjdpj4qYra7+ODk/JeWF4F+qaL7pU84YX7YVHK0pM4zbqTKKPypc0aoL8hrhJ31qYRmVA== dependencies: "@babel/runtime" "^7.11.2" "@testing-library/dom" "^7.23.0"