From 78c4b509dd1c9b66e89591359491dbecd4c9f829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:06:10 +0000 Subject: [PATCH] build(deps): bump @auth0/auth0-spa-js from 2.17.1 to 2.18.0 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.17.1 to 2.18.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.17.1...v2.18.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.18.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 7b25f421..8263d075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.2.20", "@angular/platform-browser-dynamic": "^19.2.20", "@angular/router": "^19.2.20", - "@auth0/auth0-spa-js": "^2.17.1", + "@auth0/auth0-spa-js": "^2.18.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.17.1", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.17.1.tgz", - "integrity": "sha512-ae51cZUZro2sGmztY/EwGuQaSoXouTKYByKymHMeybYA6QneV/iurL5CRDZZVg9uqeLUdmnpxtIgakYfaSNY5Q==", + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.18.0.tgz", + "integrity": "sha512-2oKnn6cD4zQUWDfZ4bWWmLxEbOnxjMYakMFOJCJ5Z5OobVeOBtUTVkYKB8LaDksQrK3F41IRzcP97ffsqEUYEA==", "license": "MIT", "dependencies": { "@auth0/auth0-auth-js": "1.5.0", diff --git a/package.json b/package.json index 57118e7f..03aabadd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/platform-browser": "^19.2.20", "@angular/platform-browser-dynamic": "^19.2.20", "@angular/router": "^19.2.20", - "@auth0/auth0-spa-js": "^2.17.1", + "@auth0/auth0-spa-js": "^2.18.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1"