From dcb070ed95b3327debc47a1d53a6d50ffc1e129b Mon Sep 17 00:00:00 2001 From: uzlopak Date: Sat, 27 Apr 2024 00:46:51 +0200 Subject: [PATCH] chore: add explicitly @fastify/busboy --- 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",