From ed368bf83ca7ff50d279cc230f29b38c2147e912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:24:54 +0000 Subject: [PATCH] chore(deps): bump @auth0/auth0-server-js from 1.12.1 to 1.13.0 Bumps [@auth0/auth0-server-js](https://github.com/auth0/auth0-auth-js) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/auth0/auth0-auth-js/releases) - [Commits](https://github.com/auth0/auth0-auth-js/compare/auth0-auth-js-v1.12.1...auth0-auth-js-v1.13.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-server-js" dependency-version: 1.13.0 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 634765e..f134a31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,8 +57,8 @@ } }, "node_modules/@auth0/auth0-auth-js": { - "version": "1.12.1", - "integrity": "sha512-YgYOAGmfwO40YOYkYSW7XvE6b+qkdlXdpzBshvOjCioygesUxIw2qRerilW1/8XQV41mnFvQIPnsTdEOHN9BeA==", + "version": "1.13.0", + "integrity": "sha512-NSRQzQ5JcF/Ih2HOAJDFFzCq52M8XM+SUMCfpvE4GuNsolNZ5er2r0LBdI0rTin6h4snH9sYhLxf3GViC0wY1Q==", "license": "MIT", "dependencies": { "jose": "^6.0.8", @@ -66,11 +66,11 @@ } }, "node_modules/@auth0/auth0-server-js": { - "version": "1.12.1", - "integrity": "sha512-EeHSoJBCvzOv3j2ExvZy7g3m7eppsBVbgtz1j7srDhgWsd+igs2+sISewxGJ02BL0ccXbeKZk2vVmVMvvrRYmg==", + "version": "1.13.0", + "integrity": "sha512-5vOqdF8RDEU4psVZGC1z7UtscGxxFwyUWcWtUaAoKtsEDwyn1e45yI7XVC6O9ShN1ACORppbnxRRMrxvNvGBKQ==", "license": "MIT", "dependencies": { - "@auth0/auth0-auth-js": "^1.12.1", + "@auth0/auth0-auth-js": "^1.13.0", "jose": "^6.0.8" } },