Skip to content

Commit

Permalink
build(deps): upgrade node-fetch to ^2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 25, 2022
1 parent 3e3d44d commit e5b30ae
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"lodash": "^4.17.20",
"log-symbols": "^4.0.0",
"mime-types": "^2.1.25",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.7",
"nugget": "^2.0.1",
"open": "^8.1.0",
"ora": "^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 @@ -62,7 +62,7 @@
"fs-extra": "^10.0.0",
"lodash": "^4.17.20",
"log-symbols": "^4.0.0",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.7",
"nugget": "^2.0.1",
"resolve-package": "^1.0.1",
"semver": "^7.2.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.63",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"node-fetch": "^2.6.0"
"node-fetch": "^2.6.7"
}
}
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 @@ -23,6 +23,6 @@
"debug": "^4.3.1",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"node-fetch": "^2.6.0"
"node-fetch": "^2.6.7"
}
}
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.63",
"debug": "^4.3.1",
"form-data": "^4.0.0",
"node-fetch": "^2.6.0"
"node-fetch": "^2.6.7"
}
}
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7679,13 +7679,20 @@ node-dir@^0.1.17:
dependencies:
minimatch "^3.0.2"

node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.5:
node-fetch@^2.6.1, node-fetch@^2.6.5:
version "2.6.6"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
dependencies:
whatwg-url "^5.0.0"

node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

node-forge@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
Expand Down

0 comments on commit e5b30ae

Please sign in to comment.