diff --git a/package.json b/package.json index 7e1a4c4c..6aaf0a13 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@shopify/react-i18n": "^6.2.3", "@testing-library/dom": "^8.7.2", "@testing-library/jest-dom": "^5.11.9", - "@testing-library/react": "^12.1.1", + "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.2.0", "@types/file-saver": "^2.0.3", "@types/jest": "^27.0.2", diff --git a/yarn.lock b/yarn.lock index aeb7cfee..994e6645 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1889,10 +1889,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@^12.1.1": - version "12.1.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.1.tgz#e693943aa48d0190099acdc3928a751d73bcf7d5" - integrity sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ== +"@testing-library/react@^12.1.2": + version "12.1.2" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76" + integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0"