From ab6a0e24857f3bd974716bb46a62c5d255a457e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:57:24 +0000 Subject: [PATCH] Bump auth0 from 4.0.2 to 4.1.0 Bumps [auth0](https://github.com/auth0/node-auth0) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/auth0/node-auth0/releases) - [Changelog](https://github.com/auth0/node-auth0/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-auth0/commits) --- updated-dependencies: - dependency-name: auth0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b683744f..d2e5c282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@octokit/auth-app": "^6.0.1", "@octokit/core": "^5.0.1", "@octokit/webhooks": "^12.0.3", - "auth0": "^4.0.2", + "auth0": "^4.1.0", "core-js": "^3.33.2", "encoding": "^0.1.13", "figma-squircle": "^0.3.1", @@ -3677,9 +3677,9 @@ } }, "node_modules/auth0": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/auth0/-/auth0-4.0.2.tgz", - "integrity": "sha512-VCyYspHBp5ZigLgF8w0s5UwufIIWVJ+UGX+s+YUN50RRP24znnhKGK1q4k3d3PLzTJSyrqnpdJNRdabzzEKORA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/auth0/-/auth0-4.1.0.tgz", + "integrity": "sha512-1CpjWPOuWPAhQZy46/T/jOViy1WXhytmdlZji693ZpBfugYw181+JXfKLzjea59oKmo4HFctD05cec7xGdysfQ==", "dependencies": { "jose": "^4.13.2", "uuid": "^9.0.0" diff --git a/package.json b/package.json index 8fcc4028..8d74d864 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@octokit/auth-app": "^6.0.1", "@octokit/core": "^5.0.1", "@octokit/webhooks": "^12.0.3", - "auth0": "^4.0.2", + "auth0": "^4.1.0", "core-js": "^3.33.2", "encoding": "^0.1.13", "figma-squircle": "^0.3.1",