Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e24a100

Browse files
committed
Update dependency isomorphic-unfetch to v3.1.0
1 parent 14504fc commit e24a100

File tree

3 files changed

+47
-28
lines changed

3 files changed

+47
-28
lines changed

package-lock.json

Lines changed: 35 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"emotion-server": "9.2.12",
7373
"get-port": "4.2.0",
7474
"grid-styled": "5.0.2",
75-
"isomorphic-unfetch": "3.0.0",
75+
"isomorphic-unfetch": "3.1.0",
7676
"lodash.take": "4.1.1",
7777
"marked": "0.6.1",
7878
"next": "8.0.3",

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6095,13 +6095,13 @@ isomorphic-fetch@^2.1.1:
60956095
node-fetch "^1.0.1"
60966096
whatwg-fetch ">=0.10.0"
60976097

6098-
isomorphic-unfetch@3.0.0:
6099-
version "3.0.0"
6100-
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.0.0.tgz#de6d80abde487b17de2c400a7ef9e5ecc2efb362"
6101-
integrity sha512-V0tmJSYfkKokZ5mgl0cmfQMTb7MLHsBMngTkbLY0eXvKqiVRRoZP04Ly+KhKrJfKtzC9E6Pp15Jo+bwh7Vi2XQ==
6098+
isomorphic-unfetch@3.1.0:
6099+
version "3.1.0"
6100+
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz#87341d5f4f7b63843d468438128cb087b7c3e98f"
6101+
integrity sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==
61026102
dependencies:
6103-
node-fetch "^2.2.0"
6104-
unfetch "^4.0.0"
6103+
node-fetch "^2.6.1"
6104+
unfetch "^4.2.0"
61056105

61066106
isstream@~0.1.2:
61076107
version "0.1.2"
@@ -7782,12 +7782,7 @@ node-fetch@^1.0.1:
77827782
encoding "^0.1.11"
77837783
is-stream "^1.0.1"
77847784

7785-
node-fetch@^2.2.0:
7786-
version "2.2.0"
7787-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.2.0.tgz#4ee79bde909262f9775f731e3656d0db55ced5b5"
7788-
integrity sha512-OayFWziIxiHY8bCUyLX6sTpDH8Jsbp4FfYd1j1f7vZyfgkcOnAyM4oQR16f8a0s7Gl/viMGRey8eScYk4V4EZA==
7789-
7790-
node-fetch@^2.6.0:
7785+
node-fetch@^2.6.0, node-fetch@^2.6.1:
77917786
version "2.7.0"
77927787
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
77937788
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
@@ -10834,10 +10829,10 @@ [email protected]:
1083410829
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-3.0.0.tgz#8d1e0513a4ecd0e5ff2d41a6ba77771aae8b6482"
1083510830
integrity sha1-jR4FE6Ts0OX/LUGmund3Gq6LZII=
1083610831

10837-
unfetch@^4.0.0:
10838-
version "4.0.1"
10839-
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.0.1.tgz#8750c4c7497ade75d40387d7dbc4ba024416b8f6"
10840-
integrity sha512-HzDM9NgldcRvHVDb/O9vKoUszVij30Yw5ePjOZJig8nF/YisG7QN/9CBXZ8dsHLouXMeLZ82r+Jod9M2wFkEbQ==
10832+
unfetch@^4.2.0:
10833+
version "4.2.0"
10834+
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
10835+
integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==
1084110836

1084210837
unherit@^1.0.4:
1084310838
version "1.1.0"

0 commit comments

Comments
 (0)