From 1e9903b6838b448be4fb502519f6d61952b2ee2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 00:09:08 +0000 Subject: [PATCH] build(deps): bump @auth0/auth0-spa-js from 2.10.0 to 2.11.0 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/auth0/auth0-spa-js/releases) - [Changelog](https://github.com/auth0/auth0-spa-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/auth0/auth0-spa-js/compare/v2.10.0...v2.11.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"