From 189b721eed19809f0cd25e092a33d57c60e22c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 20:47:02 +0530 Subject: [PATCH] chore(deps): bump @testing-library/jest-dom from 5.11.9 to 5.11.10 (#3393) Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.9 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.9...v5.11.10) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 51bf15cb..2c747f11 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@sentry/browser": "6.2.2", "@sentry/integrations": "6.2.1", - "@testing-library/jest-dom": "5.11.9", + "@testing-library/jest-dom": "5.11.10", "@testing-library/react": "11.2.5", "@types/jest": "26.0.22", "@types/react": "17.0.3", diff --git a/yarn.lock b/yarn.lock index 88d938f9..797a4fa5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1879,9 +1879,9 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/jest-dom@5.11.9": - version "5.11.9" - resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz" +"@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" dependencies: "@babel/runtime" "^7.9.2" "@types/testing-library__jest-dom" "^5.9.1"