From c78a1a67b9e602fd0b46004d62f06e23086fa587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:51:58 +0000 Subject: [PATCH] build(deps): bump @auth0/auth0-spa-js from 2.13.0 to 2.13.1 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.13.0 to 2.13.1. - [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.13.0...v2.13.1) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.13.1 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 da87e0bf..431cacc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", "@angular/router": "^19.2.18", - "@auth0/auth0-spa-js": "^2.13.0", + "@auth0/auth0-spa-js": "^2.13.1", "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.13.0", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.13.0.tgz", - "integrity": "sha512-YGK4e8eTs7LUJKZLNl15V9RRydIDAKeq3CX0kuxCB5It1mw+tMOnPMatLmin2wH6ipt9d0C56JKu9bBK7by69A==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.13.1.tgz", + "integrity": "sha512-H9N4QjBO8Dxr9hWT9NsAn60pPDGJy4gW5GKdYLpn4M33GocmrxoZ5wfYh99mMObZj3Ww4HiTyauNT2HGr9mx/A==", "license": "MIT", "dependencies": { "@auth0/auth0-auth-js": "^1.4.0", diff --git a/package.json b/package.json index c7bc9418..47be31b3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", "@angular/router": "^19.2.18", - "@auth0/auth0-spa-js": "^2.13.0", + "@auth0/auth0-spa-js": "^2.13.1", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1"