Skip to content

Commit 682d599

Browse files
Bump node-fetch from 2.6.0 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39c2b59 commit 682d599

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -719,9 +719,11 @@ mute-stream@0.0.7:
719719
integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=
720720

721721
node-fetch@^2.3.0:
722-
version "2.6.0"
723-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
724-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
722+
version "2.6.7"
723+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
724+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
725+
dependencies:
726+
whatwg-url "^5.0.0"
725727

726728
node-localstorage@^1.3.0:
727729
version "1.3.1"
@@ -1018,6 +1020,11 @@ tough-cookie@~2.4.3:
10181020
psl "^1.1.24"
10191021
punycode "^1.4.1"
10201022

1023+
tr46@~0.0.3:
1024+
version "0.0.3"
1025+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1026+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
1027+
10211028
ts-invariant@^0.4.0:
10221029
version "0.4.4"
10231030
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
@@ -1091,6 +1098,19 @@ verror@1.10.0:
10911098
core-util-is "1.0.2"
10921099
extsprintf "^1.2.0"
10931100

1101+
webidl-conversions@^3.0.0:
1102+
version "3.0.1"
1103+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1104+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1105+
1106+
whatwg-url@^5.0.0:
1107+
version "5.0.0"
1108+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1109+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
1110+
dependencies:
1111+
tr46 "~0.0.3"
1112+
webidl-conversions "^3.0.0"
1113+
10941114
wrappy@1:
10951115
version "1.0.2"
10961116
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)