From c941aa6e0b65c8febe0908db1bcbdc17ffb3553a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 00:28:44 +0000 Subject: [PATCH] Bump hapi-auth-jwt2 from 10.5.0 to 10.5.1 Bumps [hapi-auth-jwt2](https://github.com/dwyl/hapi-auth-jwt2) from 10.5.0 to 10.5.1. - [Release notes](https://github.com/dwyl/hapi-auth-jwt2/releases) - [Changelog](https://github.com/dwyl/hapi-auth-jwt2/blob/main/CHANGELOG.md) - [Commits](https://github.com/dwyl/hapi-auth-jwt2/compare/v10.5.0...v10.5.1) --- updated-dependencies: - dependency-name: hapi-auth-jwt2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23495cbdf..e8c51c53a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5326,16 +5326,16 @@ } }, "node_modules/hapi-auth-jwt2": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/hapi-auth-jwt2/-/hapi-auth-jwt2-10.5.0.tgz", - "integrity": "sha512-TNwLp+Si3gtoqMv6k51jR5ckgVQlHuFUwhsBCWH0o82K19efbK3POdiuuSWIujq9IEZudbYag0ymXiK1HJcbzw==", + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/hapi-auth-jwt2/-/hapi-auth-jwt2-10.5.1.tgz", + "integrity": "sha512-ArvG1LOIiB5OEq8E1vy4gxrpXXULE39+NBf+IFHw0RzGLjL+HG8uSvaaFEyq7EeISj5FUrsY0u8CuI0UC8CBAw==", "dependencies": { "@hapi/boom": "^10.0.0", "cookie": "^0.6.0", "jsonwebtoken": "^9.0.0" }, "engines": { - "node": ">=12.0.0" + "node": ">=18.0.0" } }, "node_modules/hapi-pino": { @@ -15051,9 +15051,9 @@ } }, "hapi-auth-jwt2": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/hapi-auth-jwt2/-/hapi-auth-jwt2-10.5.0.tgz", - "integrity": "sha512-TNwLp+Si3gtoqMv6k51jR5ckgVQlHuFUwhsBCWH0o82K19efbK3POdiuuSWIujq9IEZudbYag0ymXiK1HJcbzw==", + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/hapi-auth-jwt2/-/hapi-auth-jwt2-10.5.1.tgz", + "integrity": "sha512-ArvG1LOIiB5OEq8E1vy4gxrpXXULE39+NBf+IFHw0RzGLjL+HG8uSvaaFEyq7EeISj5FUrsY0u8CuI0UC8CBAw==", "requires": { "@hapi/boom": "^10.0.0", "cookie": "^0.6.0",