From e6abfb8eb4799fa6fbfe436f77b0f4bf01527171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 21:40:13 +0000 Subject: [PATCH] Bump @auth0/auth0-react from 2.2.4 to 2.4.0 in /apps/auth0-user-store Bumps [@auth0/auth0-react](https://github.com/auth0/auth0-react) from 2.2.4 to 2.4.0. - [Release notes](https://github.com/auth0/auth0-react/releases) - [Changelog](https://github.com/auth0/auth0-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/auth0/auth0-react/compare/v2.2.4...v2.4.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-react" dependency-version: 2.4.0 dependency-type: direct:production 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..cd77ff16d 100644 --- a/apps/auth0-user-store/package.json +++ b/apps/auth0-user-store/package.json @@ -12,7 +12,7 @@ "prod": "npm-run-all --parallel server api-server" }, "dependencies": { - "@auth0/auth0-react": "2.2.4", + "@auth0/auth0-react": "2.4.0", "@fortawesome/fontawesome-svg-core": "6.5.1", "@fortawesome/free-solid-svg-icons": "6.5.1", "@fortawesome/react-fontawesome": "0.2.0",