From 75a6c1d31fa0432fa1015d3fcf8b5718259a2f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 05:15:35 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react in /client Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.1.2 to 11.2.2. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v11.1.2...v11.2.2) Signed-off-by: dependabot[bot] --- client/package-lock.json | 16 ++++++++-------- client/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index e48dd2fe93..ca9a17faaf 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -3970,9 +3970,9 @@ } }, "@testing-library/dom": { - "version": "7.26.6", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.6.tgz", - "integrity": "sha512-/poL7WMpolcGFOHMcxfcFkf1u38DcBUjk3YwNYpBs/MdJ546lg0YdvP2Lq3ujuQzAZxgs8vVvadj3MBnZsBjjA==", + "version": "7.28.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.28.1.tgz", + "integrity": "sha512-acv3l6kDwZkQif/YqJjstT3ks5aaI33uxGNVIQmdKzbZ2eMKgg3EV2tB84GDdc72k3Kjhl6mO8yUt6StVIdRDg==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", @@ -4113,13 +4113,13 @@ } }, "@testing-library/react": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.2.tgz", - "integrity": "sha512-foL0/Mo68M51DdgFwEsO2SDEkUpocuEYidOTcJACGEcoakZDINuERYwVdd6T5e3pPE+BZyGwwURaXcrX1v9RbQ==", + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.2.tgz", + "integrity": "sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A==", "dev": true, "requires": { - "@babel/runtime": "^7.12.1", - "@testing-library/dom": "^7.26.6" + "@babel/runtime": "^7.12.5", + "@testing-library/dom": "^7.28.1" }, "dependencies": { "@babel/runtime": { diff --git a/client/package.json b/client/package.json index 7825077baa..1443fe28e4 100644 --- a/client/package.json +++ b/client/package.json @@ -100,7 +100,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "^5.11.5", - "@testing-library/react": "^11.1.2", + "@testing-library/react": "^11.2.2", "autoprefixer": "^9.8.6", "babel-plugin-transform-imports": "^1.5.1", "chokidar": "^3.4.3",