Skip to content

Commit 6562856

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 7f8d3ab commit 6562856

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
@@ -4912,9 +4912,11 @@ node-fetch-npm@^2.0.2:
49124912
safe-buffer "^5.1.1"
49134913

49144914
node-fetch@^2.3.0:
4915-
version "2.4.1"
4916-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.4.1.tgz#b2e38f1117b8acbedbe0524f041fb3177188255d"
4917-
integrity sha512-P9UbpFK87NyqBZzUuDBDz4f6Yiys8xm8j7ACDbi6usvFm6KItklQUKjeoqTrYS/S1k6I8oaOC2YLLDr/gg26Mw==
4915+
version "2.6.7"
4916+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4917+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4918+
dependencies:
4919+
whatwg-url "^5.0.0"
49184920

49194921
node-gyp@^3.8.0:
49204922
version "3.8.0"
@@ -7228,6 +7230,11 @@ tough-cookie@~2.4.3:
72287230
psl "^1.1.24"
72297231
punycode "^1.4.1"
72307232

7233+
tr46@~0.0.3:
7234+
version "0.0.3"
7235+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7236+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
7237+
72317238
traverse@~0.6.6:
72327239
version "0.6.6"
72337240
resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -7558,6 +7565,19 @@ wcwidth@^1.0.0:
75587565
dependencies:
75597566
defaults "^1.0.3"
75607567

7568+
webidl-conversions@^3.0.0:
7569+
version "3.0.1"
7570+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7571+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
7572+
7573+
whatwg-url@^5.0.0:
7574+
version "5.0.0"
7575+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7576+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
7577+
dependencies:
7578+
tr46 "~0.0.3"
7579+
webidl-conversions "^3.0.0"
7580+
75617581
which-boxed-primitive@^1.0.1:
75627582
version "1.0.2"
75637583
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)