fix(deps): update dependency fastify-auth0-verify to v1.2.1

This commit is contained in:
renovate[bot]
2023-10-27 15:58:54 +00:00
parent 4ed57b1397
commit bebdbdfa1c
2 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
"dotenv": "16.3.1",
"fast-uri": "2.2.0",
"fastify": "4.21.0",
"fastify-auth0-verify": "1.2.0",
"fastify-auth0-verify": "1.2.1",
"fastify-plugin": "4.5.1",
"joi": "17.9.2",
"jsonwebtoken": "9.0.2",

10
pnpm-lock.yaml generated
View File

@@ -220,8 +220,8 @@ importers:
specifier: 4.21.0
version: 4.21.0
fastify-auth0-verify:
specifier: 1.2.0
version: 1.2.0
specifier: 1.2.1
version: 1.2.1
fastify-plugin:
specifier: 4.5.1
version: 4.5.1
@@ -18004,11 +18004,11 @@ packages:
reusify: 1.0.4
dev: false
/fastify-auth0-verify@1.2.0:
resolution: {integrity: sha512-Xlc0hnaY9129zaP2bqTozRKVr//6YtHoqcfssXmT0IHxz5GdnCrt7cBak+WJrrBO2H9Rutbdz/q4mW6MbM7lKg==}
/fastify-auth0-verify@1.2.1:
resolution: {integrity: sha512-1f7/9cNxwwQLEjkdV63AOkS23zNrPpt10JpDLxycV7nInYltnyneGADONWZGtSdtB5UwxTEcgqUBprl50H2suA==}
engines: {node: '>= 14.0.0'}
dependencies:
'@fastify/cookie': 8.3.0
'@fastify/cookie': 9.1.0
'@fastify/jwt': 7.2.1
fastify-jwt-jwks: 1.1.3
fastify-plugin: 4.5.1