Skip to content

Commit

Permalink
chore: bump formidable to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Mar 13, 2022
1 parent 3cb6bdd commit 6d17a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ app.post('/upload', authenticateMiddleware, asyncMiddleware(async (req, res) =>

const { name } = fields;
const { bundle } = files;

const deployment = await deploy({
name,
bundlePath: bundle.path,
bundlePath: bundle.filepath,
token,
username
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"commander": "^2.11.0",
"dockerode": "^3.3.1",
"express": "^4.15.4",
"formidable": "^1.1.1",
"formidable": "^2.0.1",
"inquirer": "^8.2.1",
"moment": "^2.18.1",
"mongoose": "^4.11.6",
Expand Down

0 comments on commit 6d17a30

Please sign in to comment.