From 9f1190473e34015ae013f4121fe6131a3fd87a01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Dec 2025 08:31:05 +0000 Subject: [PATCH] fix: upgrade @fastify/multipart from 9.0.3 to 9.3.0 Snyk has created this PR to upgrade @fastify/multipart from 9.0.3 to 9.3.0. See this package in npm: @fastify/multipart See this project in Snyk: https://app.snyk.io/org/greenydev/project/d2cc9035-af19-487f-bbb7-3d864ce3a3c3?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 46c187df..cc61a3ce 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@fastify/cookie": "^11.0.2", "@fastify/helmet": "^13.0.0", "@fastify/middie": "^9.0.2", - "@fastify/multipart": "^9.0.1", + "@fastify/multipart": "^9.3.0", "@fastify/static": "^8.0.3", "@iconify-json/ph": "^1.2.2", "@mercuryworkshop/bare-mux": "^2.1.7",