From 5dd762f146aebfe4a97c746cd87d2ef0eb1520e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:18:48 +0000 Subject: [PATCH] chore(deps): Bump auth0-js from 9.24.0 to 9.24.1 Bumps [auth0-js](https://github.com/auth0/auth0.js) from 9.24.0 to 9.24.1. - [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.24.0...v9.24.1) --- updated-dependencies: - dependency-name: auth0-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35706e9d3..499ba87fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5047,10 +5047,9 @@ } }, "node_modules/auth0-js": { - "version": "9.24.0", - "resolved": "https://registry.npmjs.org/auth0-js/-/auth0-js-9.24.0.tgz", - "integrity": "sha512-yBTsPrjg2Kf3sB7xacxiIM1tmJcAyoOwhEsAm093iozvU9C99d1O/Jd/qVKzYbcsBmJDc9vrumUC91nlMzabiQ==", - "license": "MIT", + "version": "9.24.1", + "resolved": "https://registry.npmjs.org/auth0-js/-/auth0-js-9.24.1.tgz", + "integrity": "sha512-Zax2BOEP6ZRLWNnG59JiquIHiWkgePOOfNv3UgA30Vm0jMQY4SyNAI6yG2+xr5rBxjs/L38xZAHLJm5lcwwGog==", "dependencies": { "base64-js": "^1.5.1", "idtoken-verifier": "^2.2.4",