From 542665f2da7e5776f522789e307d0bded0373175 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 05:21:29 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 5.8.0 to 5.9.0 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.8.0 to 5.9.0. - [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.8.0...v5.9.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8df21e7..0a574bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5233,9 +5233,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.8.0.tgz", - "integrity": "sha512-9Y4FxYIxfwHpUyJVqI8EOfDP2LlEBqKwXE3F+V8ightji0M2rzQB+9kqZ5UJxNs+9oXJIgvYj7T3QaXLNHVDMw==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.9.0.tgz", + "integrity": "sha512-uZ68dyILuM2VL13lGz4ehFEAgxzvLKRu8wQxyAZfejWnyMhmipJ60w4eG81NQikJHBfaYXx+Or8EaPQTDwGfPA==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index de4efa9..9ab9707 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@jest-runner/electron": "^3.0.0", "@react-mock/state": "^0.1.8", "@svgr/webpack": "^5.4.0", - "@testing-library/jest-dom": "^5.8.0", + "@testing-library/jest-dom": "^5.9.0", "@testing-library/react": "^10.0.4", "auto-changelog": "^2.0.0", "babel-eslint": "^10.1.0",