From e64c3b60edb165ead315f7681d7eb4ed1787fea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:43:23 +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.16.1...v2.16.2) --- updated-dependencies: - dependency-name: "@auth0/auth0-react" dependency-version: 2.16.2 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 a548332c..528a687c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@astrojs/mdx": "^5.0.3", "@astrojs/react": "5.0.3", "@astrojs/sitemap": "3.7.2", - "@auth0/auth0-react": "~2.16.1", + "@auth0/auth0-react": "~2.16.2", "@playform/build": "0.3.1", "@playform/compress": "0.2.3", "@playform/inline": "0.1.4",