From c84c50ec1e4475a4e324f35d30fde9a1bcd6f97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 03:11:58 +0000 Subject: [PATCH] build(deps): bump @auth0/auth0-spa-js from 2.18.2 to 2.18.3 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.18.2 to 2.18.3. - [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.2...v2.18.3) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.18.3 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 e91d1e6c..7595ddb2 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.2", + "@auth0/auth0-spa-js": "^2.18.3", "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.2", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.18.2.tgz", - "integrity": "sha512-Dq6ZpwM8wIIs3RLDEmPgXka24J/+X3TKzKpcPu0K9Yw2jFaY5/CGAJCNxBJP1qf3uIyRidICnQ75QhvFbR3HLg==", + "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==", "license": "MIT", "dependencies": { "@auth0/auth0-auth-js": "1.6.0", diff --git a/package.json b/package.json index 0bdd0d24..b97169d5 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.2", + "@auth0/auth0-spa-js": "^2.18.3", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1"