From 513051cfd0225f4d884959c8d1978f8dfe7ccdbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:54:13 +0000 Subject: [PATCH] build(deps): bump @auth0/auth0-spa-js from 2.19.1 to 2.19.2 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.19.1 to 2.19.2. - [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.19.1...v2.19.2) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 90b4b13b..6cd150cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.2.21", "@angular/platform-browser-dynamic": "^19.2.21", "@angular/router": "^19.2.21", - "@auth0/auth0-spa-js": "^2.19.1", + "@auth0/auth0-spa-js": "^2.19.2", "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.19.1", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.19.1.tgz", - "integrity": "sha512-AlqK6ketzdn4+mBc37GV0QppLbXJ7DI4dUN53RAhX4/0NO3Xx1kBjPO1SwyEG/0jl9qYJi79Y1OR44n2FC7pgg==", + "version": "2.19.2", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.19.2.tgz", + "integrity": "sha512-NJOjPQZjZ8g2LXkBjNiYtf614WGVhwCg+q9L2MXcEQqey+ign9CG/wnl9OxYDz7XuItWecfYQLbiVTjIGNZ/Dw==", "license": "MIT", "dependencies": { "@auth0/auth0-auth-js": "1.6.0", diff --git a/package.json b/package.json index 841670b5..ab0cdc7e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/platform-browser": "^19.2.21", "@angular/platform-browser-dynamic": "^19.2.21", "@angular/router": "^19.2.21", - "@auth0/auth0-spa-js": "^2.19.1", + "@auth0/auth0-spa-js": "^2.19.2", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1"