From 7710fcd7bae6a19283e8d55c35f6b94d326f7126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 00:07:08 +0000 Subject: [PATCH] build(deps): bump @auth0/auth0-spa-js from 2.18.3 to 2.19.0 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.18.3 to 2.19.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.18.3...v2.19.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.19.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 b80e4810..fbe3693d 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.18.3", + "@auth0/auth0-spa-js": "^2.19.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.18.3", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.18.3.tgz", - "integrity": "sha512-nfZxRj+bq0t4dJfem7V0VK/mPjD9TTvu6Wd87Yc/k7QojiFf5VswDL1+9o+6WjXAIaIEttS6BLZUYcsIgphLiQ==", + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.19.0.tgz", + "integrity": "sha512-I2/wlIJ6Ch3X1AekG7w9F2wM5SbsnPX0MX0B67MM9vgqbLeSP8wfK1cuc279nmTEKnIxxDzcKHC6stWg/0fYQQ==", "license": "MIT", "dependencies": { "@auth0/auth0-auth-js": "1.6.0", diff --git a/package.json b/package.json index 30aa14fb..eac99f18 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.18.3", + "@auth0/auth0-spa-js": "^2.19.0", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1"