From 3ab3c5f4c7f0b101a34daf00bc3cefbf0baa996c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:20:49 +0000 Subject: [PATCH] build(deps): bump @fastify/jwt from 8.0.1 to 9.0.1 Bumps [@fastify/jwt](https://github.com/fastify/fastify-jwt) from 8.0.1 to 9.0.1. - [Release notes](https://github.com/fastify/fastify-jwt/releases) - [Commits](https://github.com/fastify/fastify-jwt/compare/8.0.1...v9.0.1) --- updated-dependencies: - dependency-name: "@fastify/jwt" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++++++------- package.json | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd0a9995..19d4e38a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "dependencies": { "@fastify/autoload": "^5.10.0", - "@fastify/jwt": "^8.0.1", + "@fastify/jwt": "^9.0.1", "@fastify/postgres": "^5.2.0", "@nearform/sql": "^1.10.5", "@sinclair/typebox": "^0.33.12", @@ -1089,17 +1089,27 @@ } }, "node_modules/@fastify/jwt": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@fastify/jwt/-/jwt-8.0.1.tgz", - "integrity": "sha512-295bd7V6bDCnZOu8MAQgM6r7V1KILB+kdEq1q6nbHfXCnML569n7NSo3WzeLDG6IAqDl+Rhzi1vjxwaNHhRCBA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@fastify/jwt/-/jwt-9.0.1.tgz", + "integrity": "sha512-+vnlUi7Rwi5lihuPxCIqOzla7C+wk7rIzLf09xlxpwqRKXpun7kgIM6LLc+J1Iv0IidlxdOQmCiXmB52Q74MVA==", "dependencies": { - "@fastify/error": "^3.0.0", - "@lukeed/ms": "^2.0.0", + "@fastify/error": "^4.0.0", + "@lukeed/ms": "^2.0.2", "fast-jwt": "^4.0.0", - "fastify-plugin": "^4.0.0", + "fastify-plugin": "^5.0.0", "steed": "^1.1.3" } }, + "node_modules/@fastify/jwt/node_modules/@fastify/error": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.0.0.tgz", + "integrity": "sha512-OO/SA8As24JtT1usTUTKgGH7uLvhfwZPwlptRi2Dp5P4KKmJI3gvsZ8MIHnNwDs4sLf/aai5LzTyl66xr7qMxA==" + }, + "node_modules/@fastify/jwt/node_modules/fastify-plugin": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.1.tgz", + "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==" + }, "node_modules/@fastify/postgres": { "version": "5.2.2", "license": "MIT", diff --git a/package.json b/package.json index 2a5f22a1..c072f39d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fastify/autoload": "^5.10.0", - "@fastify/jwt": "^8.0.1", + "@fastify/jwt": "^9.0.1", "@fastify/postgres": "^5.2.0", "@nearform/sql": "^1.10.5", "@sinclair/typebox": "^0.33.12",