From 532efad626851d77e3688d83db8696b11bab9922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 07:39:39 +0000 Subject: [PATCH] Bump @auth0/auth0-spa-js from 2.1.3 to 2.2.0 Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.1.3 to 2.2.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.1.3...v2.2.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index f8ad46fa..98166bd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,9 @@ } }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.1.3", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.2.0.tgz", + "integrity": "sha512-YaHHCxiSQxDb+Ju9gXOqcqgXWq8EkUSpZC4g24D3MoEBUaADKwOosrAnmjDZcslBZpnSFFdrl4dLYedAer3xlQ==", "license": "MIT" }, "node_modules/@babel/code-frame": {