From b58ad9d81c52c2ee77bd610b84262e78d2e5ea62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Sep 2025 08:16:13 +0000 Subject: [PATCH] fix: upgrade fastify from 5.4.0 to 5.6.0 Snyk has created this PR to upgrade fastify from 5.4.0 to 5.6.0. See this package in npm: fastify See this project in Snyk: https://app.snyk.io/org/jlenon7/project/f15ac352-d8b8-407e-9f29-b569d1087684?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f759b18..564721d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "csv-parser": "^3.2.0", "execa": "^8.0.1", "fast-deep-equal": "^3.1.3", - "fastify": "^5.4.0", + "fastify": "^5.6.0", "got": "^12.6.1", "http-status-codes": "^2.3.0", "is-wsl": "^2.2.0", @@ -4235,9 +4235,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.4.0.tgz", - "integrity": "sha512-I4dVlUe+WNQAhKSyv15w+dwUh2EPiEl4X2lGYMmNSgF83WzTMAPKGdWEv5tPsCQOb+SOZwz8Vlta2vF+OeDgRw==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.0.tgz", + "integrity": "sha512-9j2r9TnwNsfGiCKGYT0Voqy244qwcoYM9qvNi/i+F8sNNWDnqUEVuGYNc9GyjldhXmMlJmVPS6gI1LdvjYGRJw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 14ac3c4..b17ba51 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "csv-parser": "^3.2.0", "execa": "^8.0.1", "fast-deep-equal": "^3.1.3", - "fastify": "^5.4.0", + "fastify": "^5.6.0", "got": "^12.6.1", "http-status-codes": "^2.3.0", "is-wsl": "^2.2.0",