Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Bump form-data to fix regex denial of service (#31)
Browse files Browse the repository at this point in the history
Fixes #30
  • Loading branch information
gabegorelick authored and nathanbuchar committed Jun 26, 2018
1 parent 41184e0 commit 8b44565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"main": "lib/hellosign.js",
"dependencies": {
"form-data": "~0.1.4",
"form-data": "^2.3.2",
"request": "^2.55.0",
"when": "~3.1.0"
},
Expand Down

0 comments on commit 8b44565

Please sign in to comment.