diff --git a/package-lock.json b/package-lock.json index db40aac0..5369efbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^18.2.13", "@angular/platform-browser-dynamic": "^18.2.13", "@angular/router": "^18.2.13", - "@auth0/auth0-spa-js": "^2.10.0", + "@auth0/auth0-spa-js": "^2.11.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.14.10" @@ -2120,9 +2120,9 @@ } }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.10.0.tgz", - "integrity": "sha512-eQhtxp19foKD7csTUariaU7YgwElVAmSJQSk2USuaP1LCqzN/iWhQS/vtVYiSozvSZPv8IOwN5UkBUt+rJAg8w==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.11.0.tgz", + "integrity": "sha512-MZuUkB6cYAWm2uswWhEj8aMS7sw6zx8cs5YyPbrHCF+MlScLgfOkUnGe0tbnv7592xQ6M2h4lB66WyemFQEmPA==", "license": "MIT", "dependencies": { "browser-tabs-lock": "^1.2.15", diff --git a/package.json b/package.json index 166556a7..2392345a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/platform-browser": "^18.2.13", "@angular/platform-browser-dynamic": "^18.2.13", "@angular/router": "^18.2.13", - "@auth0/auth0-spa-js": "^2.10.0", + "@auth0/auth0-spa-js": "^2.11.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.14.10"