Skip to content

Commit

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

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

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

* Upgrade the packages too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jul 4, 2019
1 parent 00bb528 commit 588d058
Show file tree
Hide file tree
Showing 5 changed files with 8 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.4.0",
"form-data": "2.5.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"global": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/bitbucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.39",
"@electron-forge/publisher-base": "6.0.0-beta.39",
"form-data": "2.4.0",
"form-data": "2.5.0",
"fs-extra": "^8.1.0",
"node-fetch": "^2.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/electron-release-server/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.4.0",
"form-data": "2.5.0",
"fs-extra": "^8.1.0",
"node-fetch": "^2.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"form-data": "2.5.0",
"node-fetch": "^2.6.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3976,10 +3976,10 @@ forever-agent@~0.6.1:
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=

form-data@2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.4.0.tgz#4902b831b051e0db5612a35e1a098376f7b13ad8"
integrity sha512-4FinE8RfqYnNim20xDwZZE0V2kOs/AuElIjFUbPuegQSaoZM+vUT5FnwSl10KPugH4voTg1bEQlcbCG9ka75TA==
form-data@2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.0.tgz#094ec359dc4b55e7d62e0db4acd76e89fe874d37"
integrity sha512-WXieX3G/8side6VIqx44ablyULoGruSde5PNTxoUyo5CeyAMX6nVWUd0rgist/EuX655cjhUhTo1Fo3tRYqbcA==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.6"
Expand Down

0 comments on commit 588d058

Please sign in to comment.