Skip to content

Commit

Permalink
build(deps): bump form-data from 2.3.3 to 2.4.0 (#952)
Browse files Browse the repository at this point in the history
* build(deps): bump form-data from 2.3.3 to 2.4.0

Bumps [form-data](https://github.com/form-data/form-data) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Commits](https://github.com/form-data/form-data/commits/v2.4.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Update the packages too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jun 20, 2019
1 parent 8b497ca commit f6678c8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"express": "^4.17.1",
"express-ws": "^4.0.0",
"find-up": "^4.1.0",
"form-data": "2.3.3",
"form-data": "2.4.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.4",
"global": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/publisher/bitbucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.39",
"@electron-forge/publisher-base": "6.0.0-beta.39",
"form-data": "2.3.3",
"form-data": "2.4.0",
"fs-extra": "^7.0.0",
"node-fetch": "^2.6.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/publisher/electron-release-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@electron-forge/publisher-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"debug": "^4.1.0",
"form-data": "2.3.3",
"form-data": "2.4.0",
"fs-extra": "^7.0.0",
"node-fetch": "^2.6.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/publisher/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@electron-forge/publisher-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"debug": "^4.1.0",
"form-data": "2.3.3",
"form-data": "2.4.0",
"node-fetch": "^2.6.0"
}
}
}
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3991,7 +3991,16 @@ forever-agent@~0.6.1:
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=

[email protected], form-data@~2.3.2:
[email protected]:
version "2.4.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.4.0.tgz#4902b831b051e0db5612a35e1a098376f7b13ad8"
integrity sha512-4FinE8RfqYnNim20xDwZZE0V2kOs/AuElIjFUbPuegQSaoZM+vUT5FnwSl10KPugH4voTg1bEQlcbCG9ka75TA==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.6"
mime-types "^2.1.12"

form-data@~2.3.2:
version "2.3.3"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
Expand Down

0 comments on commit f6678c8

Please sign in to comment.