diff --git a/package.json b/package.json index 3279a6d1..0f4a86f2 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@storybook/addon-notes": "5.3.21", "@storybook/addon-options": "5.3.21", "@storybook/react": "6.2.9", - "@testing-library/react": "11.2.6", + "@testing-library/react": "11.2.7", "@testing-library/react-hooks": "5.1.2", "@types/jest": "26.0.23", "@types/react": "17.0.0", diff --git a/yarn.lock b/yarn.lock index 6e24a62a..e16d1cdb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3600,10 +3600,10 @@ filter-console "^0.1.1" react-error-boundary "^3.1.0" -"@testing-library/react@11.2.6": - version "11.2.6" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.6.tgz#586a23adc63615985d85be0c903f374dab19200b" - integrity sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ== +"@testing-library/react@11.2.7": + version "11.2.7" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818" + integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1"