From 4fbd8065d73c63ce6419ff417e4655b0d250e444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 05:21:36 +0000 Subject: [PATCH] chore(deps): Bump auth0-js from 9.32.0 to 10.0.0 Bumps [auth0-js](https://github.com/auth0/auth0.js) from 9.32.0 to 10.0.0. - [Release notes](https://github.com/auth0/auth0.js/releases) - [Changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/auth0.js/compare/v9.32.0...v10.0.0) --- updated-dependencies: - dependency-name: auth0-js dependency-version: 10.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac695fe1a..06e870a8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "14.3.0", "license": "MIT", "dependencies": { - "auth0-js": "^9.29.0", + "auth0-js": "^10.0.0", "auth0-password-policies": "^3.1.0", "blueimp-md5": "^2.19.0", "classnames": "^2.3.2", @@ -7220,8 +7220,9 @@ } }, "node_modules/auth0-js": { - "version": "9.32.0", - "integrity": "sha512-Vbt8W1sI3VLEdhaRNNP6Uq0qD5KUWQ4iSFn0nv03Xn4npC8r7YRUrvFrA27CCXK+ZV5fjy0Ajr/ElZ7ed97ukA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/auth0-js/-/auth0-js-10.0.0.tgz", + "integrity": "sha512-AuV8nhr/bRdlKI3+ESZ6si2N5ak32aP07suRApZicwIbM1OTfQmELMOnVEOlnhRKsiQAWLPDXUGOA3B/cDd8Jg==", "license": "MIT", "dependencies": { "base64-js": "^1.5.1", diff --git a/package.json b/package.json index fc94a3183..362dc97be 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "webpack-dev-server": "^5.2.1" }, "dependencies": { - "auth0-js": "^9.29.0", + "auth0-js": "^10.0.0", "auth0-password-policies": "^3.1.0", "blueimp-md5": "^2.19.0", "classnames": "^2.3.2",