From 3bca3ed40e56ff3bc2656b30e39190454f79f922 Mon Sep 17 00:00:00 2001 From: Yogesh Chaudhary Date: Wed, 25 Mar 2026 10:40:14 +0530 Subject: [PATCH] chore(deps): bump @auth0/auth0-spa-js from 2.17.1 to 2.18.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17f8e234..680b91f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.15.1", "license": "MIT", "dependencies": { - "@auth0/auth0-spa-js": "^2.17.1" + "@auth0/auth0-spa-js": "^2.18.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.1", diff --git a/package.json b/package.json index 8e6a332b..0a00b236 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,6 @@ "react-dom": "^16.11.0 || ^17 || ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1" }, "dependencies": { - "@auth0/auth0-spa-js": "^2.17.1" + "@auth0/auth0-spa-js": "^2.18.0" } }