260320:1136 Refactor Overrall #02 fix missing ms package dependency
Build and Deploy / deploy (push) Failing after 2m9s
Build and Deploy / deploy (push) Failing after 2m9s
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
"joi": "^18.0.1",
|
"joi": "^18.0.1",
|
||||||
"multer": "^2.0.2",
|
"multer": "^2.0.2",
|
||||||
"mysql2": "^3.15.3",
|
"mysql2": "^3.15.3",
|
||||||
|
"ms": "^2.1.3",
|
||||||
"nest-winston": "^1.10.2",
|
"nest-winston": "^1.10.2",
|
||||||
"nodemailer": "^8.0.3",
|
"nodemailer": "^8.0.3",
|
||||||
"opossum": "^9.0.0",
|
"opossum": "^9.0.0",
|
||||||
|
|||||||
Generated
+3
@@ -156,6 +156,9 @@ importers:
|
|||||||
joi:
|
joi:
|
||||||
specifier: ^18.0.1
|
specifier: ^18.0.1
|
||||||
version: 18.0.2
|
version: 18.0.2
|
||||||
|
ms:
|
||||||
|
specifier: ^2.1.3
|
||||||
|
version: 2.1.3
|
||||||
multer:
|
multer:
|
||||||
specifier: '>=2.1.1'
|
specifier: '>=2.1.1'
|
||||||
version: 2.1.1
|
version: 2.1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user