From d247c19785f542d0e1a05af8cb80cbfa4dec1a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 09:00:50 +0000 Subject: [PATCH] Bump @auth0/auth0-react from 2.2.4 to 2.3.0 in /apps/auth0-user-store Bumps [@auth0/auth0-react](https://github.com/auth0/auth0-react) from 2.2.4 to 2.3.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.3.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-react" dependency-version: 2.3.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..2cea802fa 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.3.0", "@fortawesome/fontawesome-svg-core": "6.5.1", "@fortawesome/free-solid-svg-icons": "6.5.1", "@fortawesome/react-fontawesome": "0.2.0",