Skip to content

Commit

Permalink
build(deps): bump node-fetch from 2.5.0 to 2.6.0 (#860)
Browse files Browse the repository at this point in the history
* build(deps): bump node-fetch from 2.5.0 to 2.6.0

Bumps [node-fetch](https:/bitinn/node-fetch) from 2.5.0 to 2.6.0.
- [Release notes](https:/bitinn/node-fetch/releases)
- [Changelog](https:/bitinn/node-fetch/blob/master/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.5.0...v2.6.0)

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

* Upgrade the packages too
  • Loading branch information
dependabot[bot] authored and malept committed May 17, 2019
1 parent fa9124a commit 30a6631
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.5.0",
"node-fetch": "^2.6.0",
"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.5.0",
"node-fetch": "^2.6.0",
"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.5.0"
"node-fetch": "^2.6.0"
}
}
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.5.0"
"node-fetch": "^2.6.0"
}
}
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.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 @@ -6051,10 +6051,10 @@ [email protected]:
object.getownpropertydescriptors "^2.0.3"
semver "^5.7.0"

node-fetch@^2.3.0, node-fetch@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.5.0.tgz#8028c49fc1191bba56a07adc6e2a954644a48501"
integrity sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw==
node-fetch@^2.3.0, node-fetch@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==

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

0 comments on commit 30a6631

Please sign in to comment.