From f2563eb22f18dccd838fd8bb69d195ea623ac85e Mon Sep 17 00:00:00 2001 From: Jerome Baret <104711318+jerome-baret-curious@users.noreply.github.com> Date: Wed, 31 Dec 2025 07:36:19 +0100 Subject: [PATCH] Update @auth0/auth0-spa-js --- projects/auth0-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/auth0-angular/package.json b/projects/auth0-angular/package.json index f1180d37..99ad45eb 100644 --- a/projects/auth0-angular/package.json +++ b/projects/auth0-angular/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "tslib": "^2.0.0", - "@auth0/auth0-spa-js": "^2.0.1" + "@auth0/auth0-spa-js": "^2.11.0" }, "schematics": "./schematics/collection.json" }