From 07a999a01351ea44400b5359b2cc2f1196341e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 16:54:09 +0000 Subject: [PATCH] chore(deps): bump @auth0/auth0-server-js from 1.9.0 to 1.12.1 Bumps [@auth0/auth0-server-js](https://github.com/auth0/auth0-auth-js) from 1.9.0 to 1.12.1. - [Release notes](https://github.com/auth0/auth0-auth-js/releases) - [Commits](https://github.com/auth0/auth0-auth-js/compare/auth0-auth-js-v1.9.0...auth0-auth-js-v1.12.1) --- updated-dependencies: - dependency-name: "@auth0/auth0-server-js" dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c0d00a..e080f55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,8 +57,8 @@ } }, "node_modules/@auth0/auth0-auth-js": { - "version": "1.11.0", - "integrity": "sha512-hy5knYIPKECTLCPCZKolHsdOkjZhCAc59pga4Y3dp8q7E1uVSKYI7BUhzukNVykUshJRmcgPwOiBtsn2JjUo6w==", + "version": "1.12.1", + "integrity": "sha512-YgYOAGmfwO40YOYkYSW7XvE6b+qkdlXdpzBshvOjCioygesUxIw2qRerilW1/8XQV41mnFvQIPnsTdEOHN9BeA==", "license": "MIT", "dependencies": { "jose": "^6.0.8", @@ -66,11 +66,11 @@ } }, "node_modules/@auth0/auth0-server-js": { - "version": "1.9.0", - "integrity": "sha512-N381KpwssER5eE2rgT4f6Z+dzwwkpCTuhCH9vSLH6x1GAuznZUnQqh/IZqQ1arbMjSDiHWaKc46+7DNm/6v0eA==", + "version": "1.12.1", + "integrity": "sha512-EeHSoJBCvzOv3j2ExvZy7g3m7eppsBVbgtz1j7srDhgWsd+igs2+sISewxGJ02BL0ccXbeKZk2vVmVMvvrRYmg==", "license": "MIT", "dependencies": { - "@auth0/auth0-auth-js": "^1.10.0", + "@auth0/auth0-auth-js": "^1.12.1", "jose": "^6.0.8" } },