From 09b767f784ca48000704ef288154e0f7fdb05b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:20:49 +0000 Subject: [PATCH] Bump aws-jwt-verify from 4.0.1 to 5.1.1 in /src/pds/ingress/authorizer Bumps [aws-jwt-verify](https://github.com/awslabs/aws-jwt-verify) from 4.0.1 to 5.1.1. - [Release notes](https://github.com/awslabs/aws-jwt-verify/releases) - [Commits](https://github.com/awslabs/aws-jwt-verify/compare/v4.0.1...v5.1.1) --- updated-dependencies: - dependency-name: aws-jwt-verify dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/pds/ingress/authorizer/package-lock.json | 16 ++++++++-------- src/pds/ingress/authorizer/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pds/ingress/authorizer/package-lock.json b/src/pds/ingress/authorizer/package-lock.json index bd26c8e6..4b3cf97b 100644 --- a/src/pds/ingress/authorizer/package-lock.json +++ b/src/pds/ingress/authorizer/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@types/atob": "^2.1.2", - "aws-jwt-verify": "^4.0.1", + "aws-jwt-verify": "^5.1.1", "jsonwebtoken": "^9.0.0" } }, @@ -20,11 +20,11 @@ "integrity": "sha512-8GAYQ1jDRUQkSpHzJUqXwAkYFOxuWAOGLhIR4aPd/Y/yL12Q/9m7LsKpHKlfKdNE/362Hc9wPI1Yh6opDfxVJg==" }, "node_modules/aws-jwt-verify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/aws-jwt-verify/-/aws-jwt-verify-4.0.1.tgz", - "integrity": "sha512-kzvi71eD3w/mCpYRUY7cz6DX4bfYihGdI2yV3FYQ2JuZZenqAqDPz0gWj0ew6vlAtdEVBNb7p+Dm2TAIxpVYMA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/aws-jwt-verify/-/aws-jwt-verify-5.1.1.tgz", + "integrity": "sha512-j6whGdGJmQ27agk4ijY8RPv6itb8JLb7SCJ86fEnneTcSBrpxuwL8kLq6y5WVH95aIknyAloEqAsaOLS1J8ITQ==", "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }, "node_modules/buffer-equal-constant-time": { @@ -141,9 +141,9 @@ "integrity": "sha512-8GAYQ1jDRUQkSpHzJUqXwAkYFOxuWAOGLhIR4aPd/Y/yL12Q/9m7LsKpHKlfKdNE/362Hc9wPI1Yh6opDfxVJg==" }, "aws-jwt-verify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/aws-jwt-verify/-/aws-jwt-verify-4.0.1.tgz", - "integrity": "sha512-kzvi71eD3w/mCpYRUY7cz6DX4bfYihGdI2yV3FYQ2JuZZenqAqDPz0gWj0ew6vlAtdEVBNb7p+Dm2TAIxpVYMA==" + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/aws-jwt-verify/-/aws-jwt-verify-5.1.1.tgz", + "integrity": "sha512-j6whGdGJmQ27agk4ijY8RPv6itb8JLb7SCJ86fEnneTcSBrpxuwL8kLq6y5WVH95aIknyAloEqAsaOLS1J8ITQ==" }, "buffer-equal-constant-time": { "version": "1.0.1", diff --git a/src/pds/ingress/authorizer/package.json b/src/pds/ingress/authorizer/package.json index fc31cb5f..80a6da92 100644 --- a/src/pds/ingress/authorizer/package.json +++ b/src/pds/ingress/authorizer/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@types/atob": "^2.1.2", - "aws-jwt-verify": "^4.0.1", + "aws-jwt-verify": "^5.1.1", "jsonwebtoken": "^9.0.0" } }