Skip to content

Commit c1ea275

Browse files
build(deps): bump node-fetch from 2.6.1 to 2.6.7 (#406)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b640824 commit c1ea275

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
@@ -4736,9 +4736,11 @@ node-emoji@^1.10.0:
47364736
lodash "^4.17.21"
47374737

47384738
node-fetch@^2.6.1:
4739-
version "2.6.1"
4740-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4741-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4739+
version "2.6.7"
4740+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4741+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4742+
dependencies:
4743+
whatwg-url "^5.0.0"
47424744

47434745
node-gyp@^7.1.0, node-gyp@^7.1.2:
47444746
version "7.1.2"
@@ -6280,6 +6282,11 @@ tr46@^3.0.0:
62806282
dependencies:
62816283
punycode "^2.1.1"
62826284

6285+
tr46@~0.0.3:
6286+
version "0.0.3"
6287+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6288+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6289+
62836290
traverse@~0.6.6:
62846291
version "0.6.6"
62856292
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -6558,6 +6565,11 @@ wcwidth@^1.0.0:
65586565
dependencies:
65596566
defaults "^1.0.3"
65606567

6568+
webidl-conversions@^3.0.0:
6569+
version "3.0.1"
6570+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6571+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6572+
65616573
webidl-conversions@^5.0.0:
65626574
version "5.0.0"
65636575
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -6593,6 +6605,14 @@ whatwg-url@^11.0.0:
65936605
tr46 "^3.0.0"
65946606
webidl-conversions "^7.0.0"
65956607

6608+
whatwg-url@^5.0.0:
6609+
version "5.0.0"
6610+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6611+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6612+
dependencies:
6613+
tr46 "~0.0.3"
6614+
webidl-conversions "^3.0.0"
6615+
65966616
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
65976617
version "8.7.0"
65986618
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)