Skip to content

Commit a847e85

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) - [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 60ef2b2 commit a847e85

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
@@ -2764,9 +2764,11 @@ node-abi@^2.7.0:
27642764
semver "^5.4.1"
27652765

27662766
node-fetch@^2.3.0:
2767-
version "2.6.0"
2768-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
2769-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
2767+
version "2.6.7"
2768+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2769+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2770+
dependencies:
2771+
whatwg-url "^5.0.0"
27702772

27712773
node-forge@~0.9.1:
27722774
version "0.9.1"
@@ -3580,6 +3582,11 @@ tough-cookie@~2.5.0:
35803582
psl "^1.1.28"
35813583
punycode "^2.1.1"
35823584

3585+
tr46@~0.0.3:
3586+
version "0.0.3"
3587+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3588+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
3589+
35833590
trim-right@^1.0.1:
35843591
version "1.0.1"
35853592
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
@@ -3658,6 +3665,19 @@ wcwidth@^1.0.1:
36583665
dependencies:
36593666
defaults "^1.0.3"
36603667

3668+
webidl-conversions@^3.0.0:
3669+
version "3.0.1"
3670+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3671+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3672+
3673+
whatwg-url@^5.0.0:
3674+
version "5.0.0"
3675+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3676+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3677+
dependencies:
3678+
tr46 "~0.0.3"
3679+
webidl-conversions "^3.0.0"
3680+
36613681
which-pm-runs@^1.0.0:
36623682
version "1.0.0"
36633683
resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb"

0 commit comments

Comments
 (0)