From eb9b5bb2ac28dee7a90a2f5f21e355056b18f04a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 23:45:20 +0000 Subject: [PATCH] build(deps): Update @auth0/auth0-react requirement Updates the requirements on [@auth0/auth0-react](https://github.com/auth0/auth0-react) to permit the latest version. - [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.22.0...v2.22.1) --- updated-dependencies: - dependency-name: "@auth0/auth0-react" dependency-version: 2.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15b800152..07cd68e10 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@astrojs/react": "6.0.1", "@astrojs/sitemap": "3.7.3", "@astrojs/ts-plugin": "1.10.10", - "@auth0/auth0-react": "~2.22.0", + "@auth0/auth0-react": "~2.22.1", "@playform/build": "0.3.3", "@playform/compress": "0.2.3", "@playform/inline": "0.1.4",