Skip to content

Commit

Permalink
chore(deps): bump form-data from 2.5.0 to 2.5.1 (#1121)
Browse files Browse the repository at this point in the history
* chore(deps): bump form-data from 2.5.0 to 2.5.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Upgrade the packages too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Aug 30, 2019
1 parent 1ae253e commit 402a1ae
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"express": "^4.17.1",
"express-ws": "^4.0.0",
"find-up": "^4.1.0",
"form-data": "2.5.0",
"form-data": "2.5.1",
"fs-extra": "^8.1.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.44",
"@electron-forge/publisher-base": "6.0.0-beta.44",
"form-data": "2.5.0",
"form-data": "2.5.1",
"fs-extra": "^8.1.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.44",
"@electron-forge/shared-types": "6.0.0-beta.44",
"debug": "^4.1.0",
"form-data": "2.5.0",
"form-data": "2.5.1",
"fs-extra": "^8.1.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.44",
"@electron-forge/shared-types": "6.0.0-beta.44",
"debug": "^4.1.0",
"form-data": "2.5.0",
"form-data": "2.5.1",
"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 @@ -3921,10 +3921,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.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==
form-data@2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4"
integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.6"
Expand Down

0 comments on commit 402a1ae

Please sign in to comment.