diff --git a/package-lock.json b/package-lock.json index 7053528a..bba23c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", "@angular/router": "^19.2.18", - "@auth0/auth0-spa-js": "^2.14.0", + "@auth0/auth0-spa-js": "^2.15.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1" @@ -806,9 +806,9 @@ } }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.14.0.tgz", - "integrity": "sha512-2XGd3j7SCTMWBTCAU6Xk9ZtQxcgz9mjMs28t0BMv3y1GfoO7qA9VAgElYb52CyCeiTGlOYAVZFsioojFdRwxcA==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.15.0.tgz", + "integrity": "sha512-cXv1Isyy4JEc+GxesQPFj3SEbDSnCVQTGiardY9WLSoYTsMMU585Kgm9TJFPJO4dDq3wi+DSJoy3IUcB3rr9nA==", "license": "MIT", "dependencies": { "@auth0/auth0-auth-js": "^1.4.0", diff --git a/package.json b/package.json index 2b543393..0698b33d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", "@angular/router": "^19.2.18", - "@auth0/auth0-spa-js": "^2.14.0", + "@auth0/auth0-spa-js": "^2.15.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1"