diff --git a/.changelog/818.internal.md b/.changelog/818.internal.md new file mode 100644 index 000000000..d929528a9 --- /dev/null +++ b/.changelog/818.internal.md @@ -0,0 +1 @@ +Update dependency @testing-library/jest-dom to v6.1.1 diff --git a/package.json b/package.json index f353aeb64..633a3930d 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@storybook/react": "7.0.27", "@storybook/react-webpack5": "7.0.27", "@storybook/testing-library": "0.2.0", - "@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/yarn.lock b/yarn.lock index 467a51f7c..06aca7b97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3972,10 +3972,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"