From 6baa091762085e0bd4aae8d1e2bdbd53497c6c39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 19:16:12 +0300 Subject: [PATCH] Bump @testing-library/jest-dom from 5.9.0 to 5.10.1 (#1761) Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.9.0 to 5.10.1. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.9.0...v5.10.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56d31e04..c0a4c51b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1634,12 +1634,12 @@ } }, "@testing-library/jest-dom": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.9.0.tgz", - "integrity": "sha512-uZ68dyILuM2VL13lGz4ehFEAgxzvLKRu8wQxyAZfejWnyMhmipJ60w4eG81NQikJHBfaYXx+Or8EaPQTDwGfPA==", + "version": "5.10.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.10.1.tgz", + "integrity": "sha512-uv9lLAnEFRzwUTN/y9lVVXVXlEzazDkelJtM5u92PsGkEasmdI+sfzhZHxSDzlhZVTrlLfuMh2safMr8YmzXLg==", "requires": { "@babel/runtime": "^7.9.2", - "@types/testing-library__jest-dom": "^5.0.2", + "@types/testing-library__jest-dom": "^5.9.1", "chalk": "^3.0.0", "css": "^2.2.4", "css.escape": "^1.5.1", diff --git a/package.json b/package.json index 5b9b4f52..13093897 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@sentry/browser": "5.15.5", "@sentry/integrations": "5.15.5", - "@testing-library/jest-dom": "5.9.0", + "@testing-library/jest-dom": "5.10.1", "@testing-library/react": "10.2.1", "@types/jest": "26.0.0", "@types/nanoid": "2.1.0",