Skip to content

Commit 1200d6e

Browse files
chore(deps): bump node-fetch from 2.4.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.4.1 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.4.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb6a888 commit 1200d6e

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4974,9 +4974,11 @@ node-fetch-npm@^2.0.2:
49744974
safe-buffer "^5.1.1"
49754975

49764976
node-fetch@^2.3.0:
4977-
version "2.4.1"
4978-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.4.1.tgz#b2e38f1117b8acbedbe0524f041fb3177188255d"
4979-
integrity sha512-P9UbpFK87NyqBZzUuDBDz4f6Yiys8xm8j7ACDbi6usvFm6KItklQUKjeoqTrYS/S1k6I8oaOC2YLLDr/gg26Mw==
4977+
version "2.6.7"
4978+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4979+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4980+
dependencies:
4981+
whatwg-url "^5.0.0"
49804982

49814983
node-gyp@^3.8.0:
49824984
version "3.8.0"
@@ -7294,6 +7296,11 @@ tough-cookie@~2.4.3:
72947296
psl "^1.1.24"
72957297
punycode "^1.4.1"
72967298

7299+
tr46@~0.0.3:
7300+
version "0.0.3"
7301+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7302+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
7303+
72977304
traverse@~0.6.6:
72987305
version "0.6.6"
72997306
resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -7624,6 +7631,19 @@ wcwidth@^1.0.0:
76247631
dependencies:
76257632
defaults "^1.0.3"
76267633

7634+
webidl-conversions@^3.0.0:
7635+
version "3.0.1"
7636+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7637+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
7638+
7639+
whatwg-url@^5.0.0:
7640+
version "5.0.0"
7641+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7642+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
7643+
dependencies:
7644+
tr46 "~0.0.3"
7645+
webidl-conversions "^3.0.0"
7646+
76277647
which-boxed-primitive@^1.0.2:
76287648
version "1.0.2"
76297649
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)