Skip to content

Commit

Permalink
Merge pull request #86 from mike-works/renovate/node-fetch-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency node-fetch to v2.3.0
  • Loading branch information
mike-north authored Nov 28, 2018
2 parents cf5aca9 + 94f4ec7 commit 9255137
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/mike-works/rx-workshop#readme",
"dependencies": {
"express": "4.16.4",
"node-fetch": "2.2.1",
"node-fetch": "2.3.0",
"rxjs": "6.3.3",
"socket.io": "2.1.1",
"webpack-dev-server": "3.1.10",
Expand All @@ -44,7 +44,7 @@
"@types/express": "4.16.0",
"@types/html-webpack-plugin": "3.2.0",
"@types/node": "10.12.10",
"@types/node-fetch": "2.1.2",
"@types/node-fetch": "2.1.4",
"@types/socket.io": "2.1.0",
"@types/socket.io-client": "1.4.32",
"@types/webpack": "4.4.19",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -874,10 +874,10 @@
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.5.tgz#8a4accfc403c124a0bafe8a9fc61a05ec1032073"
integrity sha512-lAVp+Kj54ui/vLUFxsJTMtWvZraZxum3w3Nwkble2dNuV5VnPA+Mi2oGX9XYJAaIvZi3tn3cbjS/qcJXRb6Bww==

"@types/[email protected].2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.1.2.tgz#8c5da14d70321e4c4ecd5db668e3f93cf6c7399f"
integrity sha512-XroxUzLpKuL+CVkQqXlffRkEPi4Gh3Oui/mWyS7ztKiyqVxiU+h3imCW5I2NQmde5jK+3q++36/Q96cyRWsweg==
"@types/[email protected].4":
version "2.1.4"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.1.4.tgz#093d1beae11541aef25999d70aa09286fd025b1a"
integrity sha512-tR1ekaXUGpmzOcDXWU9BW73YfA2/VW1DF1FH+wlJ82BbCSnWTbdX+JkqWQXWKIGsFPnPsYadbXfNgz28g+ccWg==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -5744,12 +5744,7 @@ node-fetch-npm@^2.0.2:
json-parse-better-errors "^1.0.0"
safe-buffer "^5.1.1"

[email protected]:
version "2.2.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.2.1.tgz#1fe551e0ded6c45b3b3b937d0fb46f76df718d1e"
integrity sha512-ObXBpNCD3A/vYQiQtEWl7DuqjAXjfptYFuGHLdPl5U19/6kJuZV+8uMHLrkj3wJrJoyfg4nhgyFixZdaZoAiEQ==

node-fetch@^2.3.0:
[email protected], 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==
Expand Down

0 comments on commit 9255137

Please sign in to comment.