From ec825e07e0d32358d8f8894ac8a5794ee67d0ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 10:57:57 +0000 Subject: [PATCH] Bump @testing-library/react from 9.5.0 to 11.2.5 in /client Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 9.5.0 to 11.2.5. - [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/v9.5.0...v11.2.5) Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 867bc8a..0e31dc8 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "@material-ui/icons": "^4.5.1", "@material-ui/pickers": "^3.2.10", "@testing-library/jest-dom": "^4.2.4", - "@testing-library/react": "^9.4.0", + "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^7.1.2", "axios": ">=0.21.1", "date-fns": "^2.9.0",