From 17f219e8f6dba90ae24d9c128e76178b13056f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:40:56 +0000 Subject: [PATCH] Bump @testing-library/jest-dom in /apps/auth0-user-store Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.5 to 6.4.6. - [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.4.6) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/auth0-user-store/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/auth0-user-store/package.json b/apps/auth0-user-store/package.json index 938736b7a..2f60dbf2f 100644 --- a/apps/auth0-user-store/package.json +++ b/apps/auth0-user-store/package.json @@ -29,7 +29,7 @@ "reactstrap": "9.2.1" }, "devDependencies": { - "@testing-library/jest-dom": "6.1.5", + "@testing-library/jest-dom": "6.4.6", "@testing-library/react": "14.1.2", "jest-environment-jsdom": "29.7.0", "jest-fetch-mock": "3.0.3"