From 3f052689d8187d4d48df15bc3cba4ac838a4536a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 00:04:11 +0000 Subject: [PATCH] build(deps): bump @auth0/auth0-spa-js from 2.24.1 to 2.25.0 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.24.1 to 2.25.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.24.1...v2.25.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b916f25..13ccfd5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/core": "^20.3.31", "@angular/platform-browser": "^20.3.31", "@angular/router": "^20.3.31", - "@auth0/auth0-spa-js": "^2.24.1", + "@auth0/auth0-spa-js": "^2.25.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1" @@ -1004,8 +1004,8 @@ } }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.24.1", - "integrity": "sha512-iS18fBlWWxQ/FPtWgWzYYEImsNRumJG2cZ08xV0HsEmWtTBv+54A+fnyFx9eiNBP7cLp0emwDDjgeG+hQEbVBA==", + "version": "2.25.0", + "integrity": "sha512-ISqLDRQcxFfF678AgtYDCdXESHX9W8II339xj/F6ujIptjK/ZkcTwq4HJs3RG7F24xRq1Xx1Vsc2uSCpyCMcUA==", "license": "MIT", "dependencies": { "@auth0/auth0-auth-js": "^1.10.0", diff --git a/package.json b/package.json index 938bb5cf..e071e708 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@angular/core": "^20.3.31", "@angular/platform-browser": "^20.3.31", "@angular/router": "^20.3.31", - "@auth0/auth0-spa-js": "^2.24.1", + "@auth0/auth0-spa-js": "^2.25.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1"