From f467d81107b6f24ed5547cf77abb1523138f69c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Oct 2024 05:31:41 +0000 Subject: [PATCH] feat: upgrade fastify-plugin from 4.5.1 to 5.0.1 Snyk has created this PR to upgrade fastify-plugin from 4.5.1 to 5.0.1. See this package in npm: fastify-plugin See this project in Snyk: https://app.snyk.io/org/dnlup/project/beccba01-2906-431d-8645-160379cbda3c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4258c5e..78fc73d 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "typescript": "^5.0.4" }, "dependencies": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^5.0.1" } }