Skip to content

Commit

Permalink
Merge 434c90f into 0bb7db8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 27, 2018
2 parents 0bb7db8 + 434c90f commit 1603ad8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/hn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"deepmerge": "^2.0.0",
"fetch-ponyfill": "^4.1.0",
"fetch-ponyfill": "^6.0.0",
"get-nested": "^4.0.0",
"isomorphic-fetch": "^2.2.1",
"query-string": "^5.0.0",
Expand Down
14 changes: 9 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2407,11 +2407,11 @@ fetch-mock@6.5.2:
glob-to-regexp "^0.4.0"
path-to-regexp "^2.2.1"

fetch-ponyfill@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/fetch-ponyfill/-/fetch-ponyfill-4.1.0.tgz#ae3ce5f732c645eab87e4ae8793414709b239893"
fetch-ponyfill@^6.0.0:
version "6.0.2"
resolved "https://registry.yarnpkg.com/fetch-ponyfill/-/fetch-ponyfill-6.0.2.tgz#bc2d92afd0140e39518beccd2fd0682ab4491cb6"
dependencies:
node-fetch "~1.7.1"
node-fetch "~2.1.0"

figures@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -4870,7 +4870,7 @@ node-emoji@^1.4.1:
dependencies:
lodash.toarray "^4.4.0"

node-fetch@^1.0.1, node-fetch@^1.3.3, node-fetch@~1.7.1:
node-fetch@^1.0.1, node-fetch@^1.3.3:
version "1.7.3"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
dependencies:
Expand All @@ -4881,6 +4881,10 @@ node-fetch@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.1.tgz#369ca70b82f50c86496104a6c776d274f4e4a2d4"

node-fetch@~2.1.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"

node-int64@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
Expand Down

0 comments on commit 1603ad8

Please sign in to comment.