From 51a97af1845fa3d092ce1a5246a060e80393e967 Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Sat, 27 Apr 2024 01:26:31 +0200 Subject: [PATCH] chore: add explicitly @fastify/busboy (#3172) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cf4c7662aeb..fcbd63b12ae 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,7 @@ "prepare": "husky install && node ./scripts/platform-shell.js" }, "devDependencies": { + "@fastify/busboy": "2.1.1", "@matteo.collina/tspl": "^0.1.1", "@sinonjs/fake-timers": "^11.1.0", "@types/node": "^18.0.3",