Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Bumping formidable to version 1.2.2 fixes the error with the
crash uploads:

TypeError [ERR_INVALID_ARG_TYPE]:
The "offset" argument must be of type number. Received type string

Bumping minidump to 0.11.0 fixes Windows build issue.
  • Loading branch information
elvisvoer committed Apr 28, 2020
1 parent 84ec486 commit 6c979ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dirty": "0.9.7",
"express": "^4.14.1",
"express-json": "^1.0.0",
"formidable": "~1.0.14",
"formidable": "~1.2.2",
"fs-plus": "0.10.0",
"github-releases": "0.1.x",
"glob": "3.x",
"grunt": "^0.4.5",
"jade": "~0.35.0",
"method-override": "^2.3.5",
"minidump": "0.3.0",
"minidump": "0.11.0",
"mkdirp": "~0.3.5",
"node-uuid": "~1.4.1",
"temp": "0.7.0",
Expand Down

0 comments on commit 6c979ef

Please sign in to comment.