Skip to content

Commit d0db6c8

Browse files
chore(deps): 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 39f2d95 commit d0db6c8

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
@@ -5449,9 +5449,11 @@ node-fetch-npm@^2.0.2:
54495449
safe-buffer "^5.1.1"
54505450

54515451
node-fetch@^2.3.0:
5452-
version "2.6.0"
5453-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
5454-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
5452+
version "2.6.7"
5453+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5454+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5455+
dependencies:
5456+
whatwg-url "^5.0.0"
54555457

54565458
node-gyp@^5.0.2, node-gyp@^5.1.0:
54575459
version "5.1.1"
@@ -7858,6 +7860,11 @@ tr46@^1.0.1:
78587860
dependencies:
78597861
punycode "^2.1.0"
78607862

7863+
tr46@~0.0.3:
7864+
version "0.0.3"
7865+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7866+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
7867+
78617868
traverse@~0.6.6:
78627869
version "0.6.6"
78637870
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -8220,6 +8227,11 @@ wcwidth@^1.0.0:
82208227
dependencies:
82218228
defaults "^1.0.3"
82228229

8230+
webidl-conversions@^3.0.0:
8231+
version "3.0.1"
8232+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8233+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
8234+
82238235
webidl-conversions@^4.0.2:
82248236
version "4.0.2"
82258237
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -8237,6 +8249,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
82378249
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
82388250
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
82398251

8252+
whatwg-url@^5.0.0:
8253+
version "5.0.0"
8254+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8255+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
8256+
dependencies:
8257+
tr46 "~0.0.3"
8258+
webidl-conversions "^3.0.0"
8259+
82408260
whatwg-url@^6.4.1:
82418261
version "6.5.0"
82428262
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)