From e35dbba94abb9af359453830d611550b327fcea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 06:49:41 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 5.11.6 to 5.11.10 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.6 to 5.11.10. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.6...v5.11.10) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d7423b97e1d91..b23a5dc586972 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@storybook/preact": "^6.1.11", "@testing-library/cypress": "^7.0.3", "@testing-library/dom": "^7.29.0", - "@testing-library/jest-dom": "^5.11.6", + "@testing-library/jest-dom": "^5.11.10", "@testing-library/preact": "^2.0.1", "@testing-library/preact-hooks": "^1.1.0", "babel-core": "^7.0.0-bridge.0", diff --git a/yarn.lock b/yarn.lock index a382678bb37b3..af4ff0325a728 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2891,10 +2891,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/jest-dom@^5.11.6": - version "5.11.6" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.6.tgz#782940e82e5cd17bc0a36f15156ba16f3570ac81" - integrity sha512-cVZyUNRWwUKI0++yepYpYX7uhrP398I+tGz4zOlLVlUYnZS+Svuxv4fwLeCIy7TnBYKXUaOlQr3vopxL8ZfEnA== +"@testing-library/jest-dom@^5.11.10": + version "5.11.10" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.10.tgz#1cd90715023e1627f5ed26ab3b38e6f22d77046c" + integrity sha512-FuKiq5xuk44Fqm0000Z9w0hjOdwZRNzgx7xGGxQYepWFZy+OYUMOT/wPI4nLYXCaVltNVpU1W/qmD88wLWDsqQ== dependencies: "@babel/runtime" "^7.9.2" "@types/testing-library__jest-dom" "^5.9.1"