From 6518b01622ef8e0c7e09ff27d44f52b81247fd79 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 01:25:38 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 5.8.0 to 5.9.0 in /client 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] --- client/package-lock.json | 24 ++++++++++++------------ client/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c8a58de..7031cdb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2591,9 +2591,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", @@ -2608,9 +2608,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", - "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz", + "integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" @@ -3108,9 +3108,9 @@ } }, "@types/testing-library__jest-dom": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.7.0.tgz", - "integrity": "sha512-LoZ3uonlnAbJUz4bg6UoeFl+frfndXngmkCItSjJ8DD5WlRfVqPC5/LgJASsY/dy7AHH2YJ7PcsdASOydcVeFA==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.1.tgz", + "integrity": "sha512-yYn5EKHO3MPEMSOrcAb1dLWY+68CG29LiXKsWmmpVHqoP5+ZRiAVLyUHvPNrO2dABDdUGZvavMsaGpWNjM6N2g==", "dev": true, "requires": { "@types/jest": "*" @@ -15634,9 +15634,9 @@ } }, "min-indent": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.0.tgz", - "integrity": "sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY=", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true }, "mini-create-react-context": { diff --git a/client/package.json b/client/package.json index 06bb202..e48022c 100644 --- a/client/package.json +++ b/client/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@react-mock/state": "^0.1.8", "@sheerun/mutationobserver-shim": "^0.3.3", - "@testing-library/jest-dom": "^5.8.0", + "@testing-library/jest-dom": "^5.9.0", "@testing-library/react": "^10.0.4", "@types/classnames": "^2.2.10", "@types/is-url": "^1.2.28",