From 97dabf14b0dfc23d62ab9fd61056dd6e65bd7887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:50:49 +0000 Subject: [PATCH] Bump @auth0/auth0-spa-js from 2.6.0 to 2.8.0 in /src/LogMkWeb Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.6.0 to 2.8.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.6.0...v2.8.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/LogMkWeb/package-lock.json | 9 +++++---- src/LogMkWeb/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/LogMkWeb/package-lock.json b/src/LogMkWeb/package-lock.json index 6774d7c..e9b7956 100644 --- a/src/LogMkWeb/package-lock.json +++ b/src/LogMkWeb/package-lock.json @@ -18,7 +18,7 @@ "@angular/platform-browser-dynamic": "^20.3.5", "@angular/router": "^20.3.5", "@auth0/angular-jwt": "^5.2.0", - "@auth0/auth0-spa-js": "^2.6.0", + "@auth0/auth0-spa-js": "^2.8.0", "@microsoft/signalr": "^9.0.6", "@tweenjs/tween.js": "^25.0.0", "chart.js": "^4.5.1", @@ -777,9 +777,10 @@ } }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.6.0.tgz", - "integrity": "sha512-zxqgmXObIv4V8kt6Dz2MU4lWTH72b3RL7Po5C+HDU8zCg5rm5VL/aYXIo407B0uVUIFH44ph0tusMLBoILg7kw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.8.0.tgz", + "integrity": "sha512-Lu3dBius0CMRHNAWtw/RyIZH0b5B4jV9ZlVjpp5s7A11AO/XyABkNl0VW7Cz5ZHpAkXEba1CMnkxDG1/9LNIqg==", + "license": "MIT", "dependencies": { "browser-tabs-lock": "^1.2.15", "dpop": "^2.1.1", diff --git a/src/LogMkWeb/package.json b/src/LogMkWeb/package.json index b33de41..10d6d43 100644 --- a/src/LogMkWeb/package.json +++ b/src/LogMkWeb/package.json @@ -22,7 +22,7 @@ "@angular/platform-browser-dynamic": "^20.3.5", "@angular/router": "^20.3.5", "@auth0/angular-jwt": "^5.2.0", - "@auth0/auth0-spa-js": "^2.6.0", + "@auth0/auth0-spa-js": "^2.8.0", "@microsoft/signalr": "^9.0.6", "@tweenjs/tween.js": "^25.0.0", "chart.js": "^4.5.1",