diff --git a/test-app/package.json b/test-app/package.json index d848b8c8..9ef2dc44 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "6.1.0", + "@testing-library/jest-dom": "6.1.1", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/jest": "29.5.4", diff --git a/test-app/yarn.lock b/test-app/yarn.lock index ede4951e..23037297 100644 --- a/test-app/yarn.lock +++ b/test-app/yarn.lock @@ -1882,10 +1882,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@6.1.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.0.tgz#8e5017514d374b8e7abe294441130063e2b74a49" - integrity sha512-EUAg9pvOkzmGXUSyAPt0h6yAXHxsn+FMNS1o7OX8TErmldZML2ywt10lotZXx/a1PDiSnq0fGGyEV/ybKSLPWQ== +"@testing-library/jest-dom@6.1.1": + version "6.1.1" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.1.tgz#1a159b93f03f55ffc00adae86c6d412af39588b1" + integrity sha512-PEDx4fwesRjrUqhnqMz2+DxJtA0Qfy8IChXfx2P+f1mOI4ssc2b+fnzcmaevWPtfqFDE1q3veB9iJRFDw+xUVg== dependencies: "@adobe/css-tools" "^4.0.1" "@babel/runtime" "^7.9.2"