From 39415fd973e3a7d9de592c623c5453ff7ec88f55 Mon Sep 17 00:00:00 2001 From: Yogesh Chaudhary Date: Thu, 18 Jun 2026 17:33:43 +0530 Subject: [PATCH] chore: update @auth0/auth0-spa-js to v2.21.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fff0155..6cc708b2 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,6 @@ "react-dom": "^16.11.0 || ^17 || ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1" }, "dependencies": { - "@auth0/auth0-spa-js": "^2.21.1" + "@auth0/auth0-spa-js": "^2.21.2" } }