Skip to content

Commit

Permalink
build(deps): bump node-fetch from 2.3.0 to 2.4.1 (#815)
Browse files Browse the repository at this point in the history
* build(deps): bump node-fetch from 2.3.0 to 2.4.1

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.3.0...v2.4.1)

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

* Update the rest
  • Loading branch information
dependabot[bot] authored and malept committed Apr 29, 2019
1 parent 6bfd73a commit 864e0e9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"lodash.template": "^4.4.0",
"log-symbols": "^2.0.0",
"mime-types": "^2.1.24",
"node-fetch": "^2.0.0",
"node-fetch": "^2.4.1",
"node-gyp": "^4.0.0",
"nugget": "^2.0.1",
"opn": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lodash.merge": "^4.6.0",
"lodash.template": "^4.4.0",
"log-symbols": "^2.0.0",
"node-fetch": "^2.0.0",
"node-fetch": "^2.4.1",
"nugget": "^2.0.1",
"pify": "^4.0.0",
"resolve-package": "^1.0.1",
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 @@ -19,6 +19,6 @@
"@electron-forge/publisher-base": "6.0.0-beta.34",
"form-data": "2.3.3",
"fs-extra": "^7.0.0",
"node-fetch": "^2.0.0"
"node-fetch": "^2.4.1"
}
}
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 @@ -21,6 +21,6 @@
"debug": "^4.1.0",
"form-data": "2.3.3",
"fs-extra": "^7.0.0",
"node-fetch": "^2.0.0"
"node-fetch": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/publisher/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@electron-forge/shared-types": "6.0.0-beta.34",
"debug": "^4.1.0",
"form-data": "2.3.3",
"node-fetch": "^2.0.0"
"node-fetch": "^2.4.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5993,10 +5993,10 @@ node-environment-flags@1.0.5:
object.getownpropertydescriptors "^2.0.3"
semver "^5.7.0"

node-fetch@^2.0.0, node-fetch@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5"
integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==
node-fetch@^2.3.0, node-fetch@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.4.1.tgz#b2e38f1117b8acbedbe0524f041fb3177188255d"
integrity sha512-P9UbpFK87NyqBZzUuDBDz4f6Yiys8xm8j7ACDbi6usvFm6KItklQUKjeoqTrYS/S1k6I8oaOC2YLLDr/gg26Mw==

node-gyp@^3.8.0:
version "3.8.0"
Expand Down

0 comments on commit 864e0e9

Please sign in to comment.