From f39465655526311c57176644b265e764f0594bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:38:31 +0000 Subject: [PATCH] Bump express-oauth2-jwt-bearer from 1.5.0 to 1.6.0 in /Sample-01 Bumps [express-oauth2-jwt-bearer](https://github.com/auth0/node-oauth2-jwt-bearer) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/auth0/node-oauth2-jwt-bearer/releases) - [Commits](https://github.com/auth0/node-oauth2-jwt-bearer/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: express-oauth2-jwt-bearer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Sample-01/package-lock.json | 11 +++++++---- Sample-01/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index db6df915..324531d5 100644 --- a/Sample-01/package-lock.json +++ b/Sample-01/package-lock.json @@ -24,7 +24,7 @@ "@popperjs/core": "^2.11.6", "cors": "^2.8.5", "express": "^4.18.1", - "express-oauth2-jwt-bearer": "^1.5.0", + "express-oauth2-jwt-bearer": "^1.6.0", "helmet": "^4.6.0", "morgan": "^1.10.0", "ngx-highlightjs": "^8.0.0", @@ -7778,8 +7778,9 @@ } }, "node_modules/express-oauth2-jwt-bearer": { - "version": "1.5.0", - "license": "MIT", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/express-oauth2-jwt-bearer/-/express-oauth2-jwt-bearer-1.6.0.tgz", + "integrity": "sha512-HXnez7vocYlOqlfF3ozPcf/WE3zxT7zfUNfeg5FHJnvNwhBYlNXiPOvuCtBalis8xcigvwtInzEKhBuH87+9ug==", "dependencies": { "jose": "^4.13.1" }, @@ -21125,7 +21126,9 @@ } }, "express-oauth2-jwt-bearer": { - "version": "1.5.0", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/express-oauth2-jwt-bearer/-/express-oauth2-jwt-bearer-1.6.0.tgz", + "integrity": "sha512-HXnez7vocYlOqlfF3ozPcf/WE3zxT7zfUNfeg5FHJnvNwhBYlNXiPOvuCtBalis8xcigvwtInzEKhBuH87+9ug==", "requires": { "jose": "^4.13.1" } diff --git a/Sample-01/package.json b/Sample-01/package.json index fc960461..ea3def9f 100644 --- a/Sample-01/package.json +++ b/Sample-01/package.json @@ -34,7 +34,7 @@ "@popperjs/core": "^2.11.6", "cors": "^2.8.5", "express": "^4.18.1", - "express-oauth2-jwt-bearer": "^1.5.0", + "express-oauth2-jwt-bearer": "^1.6.0", "helmet": "^4.6.0", "morgan": "^1.10.0", "ngx-highlightjs": "^8.0.0",