Skip to content

Commit

Permalink
Merge pull request #771 from etalab/dependabot/npm_and_yarn/isomorphi…
Browse files Browse the repository at this point in the history
…c-unfetch-3.0.0

Bump isomorphic-unfetch from 2.1.1 to 3.0.0
  • Loading branch information
tusbar committed Oct 15, 2018
2 parents d047a66 + a7b0097 commit 61bcb79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"i18next-express-middleware": "^1.1.1",
"i18next-node-fs-backend": "^2.0.0",
"i18next-xhr-backend": "^1.5.1",
"isomorphic-unfetch": "^2.0.0",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.10",
"lodash-es": "^4.17.10",
"mapbox-gl": "^0.47.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5556,13 +5556,13 @@ isomorphic-fetch@^2.1.1:
node-fetch "^1.0.1"
whatwg-fetch ">=0.10.0"

isomorphic-unfetch@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-2.1.1.tgz#c321770bcd682c5c8550f31146fc7dd21ac33e7b"
integrity sha512-nd8AULy4i2rA8dv0nOBT9xieIegd3xi7NDxTQ9+iNXDTyaG6VbUYW3F+TdMRqxqXhDFWM2k7fttKx9W2Wd8JpQ==
isomorphic-unfetch@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.0.0.tgz#de6d80abde487b17de2c400a7ef9e5ecc2efb362"
integrity sha512-V0tmJSYfkKokZ5mgl0cmfQMTb7MLHsBMngTkbLY0eXvKqiVRRoZP04Ly+KhKrJfKtzC9E6Pp15Jo+bwh7Vi2XQ==
dependencies:
node-fetch "^2.1.2"
unfetch "^3.1.0"
node-fetch "^2.2.0"
unfetch "^4.0.0"

isstream@~0.1.2:
version "0.1.2"
Expand Down Expand Up @@ -7094,7 +7094,7 @@ node-fetch@^1.0.1:
encoding "^0.1.11"
is-stream "^1.0.1"

node-fetch@^2.1.2:
node-fetch@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.2.0.tgz#4ee79bde909262f9775f731e3656d0db55ced5b5"
integrity sha512-OayFWziIxiHY8bCUyLX6sTpDH8Jsbp4FfYd1j1f7vZyfgkcOnAyM4oQR16f8a0s7Gl/viMGRey8eScYk4V4EZA==
Expand Down Expand Up @@ -10002,10 +10002,10 @@ unfetch@3.0.0:
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-3.0.0.tgz#8d1e0513a4ecd0e5ff2d41a6ba77771aae8b6482"
integrity sha1-jR4FE6Ts0OX/LUGmund3Gq6LZII=

unfetch@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-3.1.0.tgz#d622b23a49e6fa93a5a6e99e18e073a83b78d3a8"
integrity sha512-or2gVQlT21+sg/P06ntyQfbumQmRfgVSAH4V4Mhtu4VuNQ7zo+zT2wdZS7GZsL4Vb/mI7jfCt9SGHuhyb3tyCw==
unfetch@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.0.1.tgz#8750c4c7497ade75d40387d7dbc4ba024416b8f6"
integrity sha512-HzDM9NgldcRvHVDb/O9vKoUszVij30Yw5ePjOZJig8nF/YisG7QN/9CBXZ8dsHLouXMeLZ82r+Jod9M2wFkEbQ==

unicode-canonical-property-names-ecmascript@^1.0.2:
version "1.0.3"
Expand Down

0 comments on commit 61bcb79

Please sign in to comment.