From 965457cb37a80e79acd4ea6769f51f5813a5695c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:14:25 +0000 Subject: [PATCH] build(deps): bump @testing-library/react from 13.4.0 to 15.0.5 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.4.0 to 15.0.5. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v13.4.0...v15.0.5) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1251c5..10ca7b5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@elastic/apm-rum-react": "^1.4.2", "@reduxjs/toolkit": "^1.9.1", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.4.0", + "@testing-library/react": "^15.0.5", "@testing-library/user-event": "^13.5.0", "classnames": "^2.3.2", "http-proxy-middleware": "^2.0.6",