From 94e5c6201d8e44509702d3b21a55b48f906a337d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 21:26:56 +0000 Subject: [PATCH] Bump @testing-library/jest-dom in /apps/react-example Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.5 to 6.6.4. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.5...v6.6.4) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.6.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/react-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/react-example/package.json b/apps/react-example/package.json index c40fc7a60..6c0e8c0c2 100644 --- a/apps/react-example/package.json +++ b/apps/react-example/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@bity/oauth2-auth-code-pkce": "2.13.0", - "@testing-library/jest-dom": "6.1.5", + "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.10",