From eb5257ca7c2cb487b794fe63d119092f9052f42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 00:04:48 +0000 Subject: [PATCH] build(deps): bump @auth0/auth0-spa-js from 2.23.0 to 2.24.0 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.23.0 to 2.24.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.23.0...v2.24.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.24.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 eed8b780..409e6d0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^20.3.26", "@angular/platform-browser-dynamic": "^20.3.26", "@angular/router": "^20.3.26", - "@auth0/auth0-spa-js": "^2.23.0", + "@auth0/auth0-spa-js": "^2.24.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1" @@ -948,8 +948,8 @@ } }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.23.0", - "integrity": "sha512-fRiPlTIMLahes6eXq5C4CF8zFi9vLxUtii8e7CESmzWBJGSa3jRrnjgQVAPSaox2x+CwzTFcJbt4mR+UiVMk1Q==", + "version": "2.24.0", + "integrity": "sha512-9Z/1OpHqak0Aquh5HcCMVJOXKM9EXz1PyuDsD1hCt7oWXcrHPFB330joplkKWpNNT5pRpddeQ+teR5+L6n4J6g==", "license": "MIT", "dependencies": { "@auth0/auth0-auth-js": "^1.10.0", diff --git a/package.json b/package.json index 1cc9992b..b33f92f7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/platform-browser": "^20.3.26", "@angular/platform-browser-dynamic": "^20.3.26", "@angular/router": "^20.3.26", - "@auth0/auth0-spa-js": "^2.23.0", + "@auth0/auth0-spa-js": "^2.24.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1"