Skip to content

Commit 6ea7fc8

Browse files
Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 788c7fb commit 6ea7fc8

File tree

2 files changed

+48
-6
lines changed

2 files changed

+48
-6
lines changed

package-lock.json

Lines changed: 25 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,9 +2509,11 @@ nock@^13.0.7:
25092509
propagate "^2.0.0"
25102510

25112511
node-fetch@^2.6.1:
2512-
version "2.6.1"
2513-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2514-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2512+
version "2.6.7"
2513+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2514+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2515+
dependencies:
2516+
whatwg-url "^5.0.0"
25152517

25162518
node-pre-gyp@^0.6.29:
25172519
version "0.6.31"
@@ -3434,6 +3436,11 @@ tough-cookie@~2.3.0:
34343436
dependencies:
34353437
punycode "^1.4.1"
34363438

3439+
tr46@~0.0.3:
3440+
version "0.0.3"
3441+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3442+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
3443+
34373444
traverse@^0.6.6:
34383445
version "0.6.6"
34393446
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -3548,11 +3555,24 @@ [email protected]:
35483555
dependencies:
35493556
extsprintf "1.0.2"
35503557

3558+
webidl-conversions@^3.0.0:
3559+
version "3.0.1"
3560+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3561+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3562+
35513563
whatwg-fetch@^3.4.1:
35523564
version "3.5.0"
35533565
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868"
35543566
integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A==
35553567

3568+
whatwg-url@^5.0.0:
3569+
version "5.0.0"
3570+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3571+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3572+
dependencies:
3573+
tr46 "~0.0.3"
3574+
webidl-conversions "^3.0.0"
3575+
35563576
which-module@^1.0.0:
35573577
version "1.0.0"
35583578
resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f"

0 commit comments

Comments
 (0)