fix: add multer as explicit runtime dep (required by packages.controller)

This commit is contained in:
Lizandro Guarnizo
2026-06-01 16:13:12 -05:00
parent 6e90f06f6d
commit 03b18e7a84
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@
"bcrypt": "^6.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"multer": "^2.1.1",
"otplib": "^13.4.1",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
+3
View File
@@ -53,6 +53,9 @@ importers:
class-validator:
specifier: ^0.15.1
version: 0.15.1
multer:
specifier: ^2.1.1
version: 2.1.1
otplib:
specifier: ^13.4.1
version: 13.4.1