8000 chore: bump isomorphic-fetch from 2.2.1 to 3.0.0 (#3019) · patternleaf/typescript-eslint@d47d2de · GitHub
[go: up one dir, main page]

Skip to content

Commit d47d2de

Browse files
chore: bump isomorphic-fetch from 2.2.1 to 3.0.0 (typescript-eslint#3019)
Bumps [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/matthew-andrews/isomorphic-fetch/releases) - [Commits](matthew-andrews/isomorphic-fetch@v2.2.1...v3.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af07d7e commit d47d2de

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"eslint-plugin-jest": "^23.20.0",
9595
"glob": "^7.1.6",
9696
"husky": "^4.2.5",
97-
"isomorphic-fetch": "^2.2.1",
97+
"isomorphic-fetch": "^3.0.0",
9898
"jest": "^26.4.2",
9999
"jest-specific-snapshot": "^4.0.0",
100100
"lerna": "^3.22.1",

yarn.lock

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5086,7 +5086,7 @@ is-ssh@^1.3.0:
50865086
dependencies:
50875087
protocols "^1.1.0"
50885088

5089-
is-stream@^1.0.1, is-stream@^1.1.0:
5089+
is-stream@^1.1.0:
50905090
version "1.1.0"
50915091
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
50925092
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
@@ -5159,13 +5159,13 @@ isobject@^3.0.0, isobject@^3.0.1:
51595159
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
51605160
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
51615161

5162-
isomorphic-fetch@^2.2.1:
5163-
version "2.2.1"
5164-
resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9"
5165-
integrity sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=
5162+
isomorphic-fetch@^3.0.0:
5163+
version "3.0.0"
5164+
resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz#0267b005049046d2421207215d45d6a262b8b8b4"
5165+
integrity sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==
51665166
dependencies:
5167-
node-fetch "^1.0.1"
5168-
whatwg-fetch ">=0.10.0"
5167+
node-fetch "^2.6.1"
5168+
whatwg-fetch "^3.4.1"
51695169

51705170
isstream@~0.1.2:
51715171
version "0.1.2"
@@ -6504,18 +6504,10 @@ node-fetch-npm@^2.0.2:
65046504
json-parse-better-errors "^1.0.0"
65056505
safe-buffer "^5.1.1"
65066506

6507-
node-fetch@^1.0.1:
6508-
version "1.7.3"
6509-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
6510-
integrity sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==
6511-
dependencies:
6512-
encoding "^0.1.11"
6513-
is-stream "^1.0.1"
6514-
6515-
node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0:
6516-
version "2.6.0"
6517-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
6518-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
6507+
node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0, node-fetch@^2.6.1:
6508+
version "2.6.1"
6509+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
6510+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
65196511

65206512
node-gyp@^5.0.2:
65216513
version "5.1.1"
@@ -8912,10 +8904,10 @@ whatwg-encoding@^1.0.5:
89128904
dependencies:
89138905
iconv-lite "0.4.24"
89148906

8915-
whatwg-fetch@>=0.10.0:
8916-
version "3.4.0"
8917-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz#e11de14f4878f773fbebcde8871b2c0699af8b30"
8918-
integrity sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ==
8907+
whatwg-fetch@^3.4.1:
8908+
version "3.5.0"
8909+
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868"
8910+
integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A==
89198911

89208912
whatwg-mimetype@^2.3.0:
89218913
version "2.3.0"

0 commit comments

Comments
 (0)
0