From 8937caf764e4f08bcfc6bb1f464cb1a65d8554a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:40:38 +0000 Subject: [PATCH] Bump @auth0/auth0-react from 2.2.3 to 2.2.4 in /apps/auth0-user-store Bumps [@auth0/auth0-react](https://github.com/auth0/auth0-react) from 2.2.3 to 2.2.4. - [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.3...v2.2.4) --- updated-dependencies: - dependency-name: "@auth0/auth0-react" dependency-type: direct:production update-type: version-update:semver-patch ... 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 bb4bf00ef..938736b7a 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.3", + "@auth0/auth0-react": "2.2.4", "@fortawesome/fontawesome-svg-core": "6.5.1", "@fortawesome/free-solid-svg-icons": "6.5.1", "@fortawesome/react-fontawesome": "0.2.0",