From 47a9d9abcac5f81830cb5c219943afa2ce443169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:08:26 +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.8.0. - [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.8.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.8.0 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..b27b5a567 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.8.0", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.10",