Skip to content

Commit 673e98c

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 14d0e95 commit 673e98c

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

yarn.lock

+19-4
Original file line numberDiff line numberDiff line change
@@ -8397,9 +8397,11 @@ node-fetch-npm@^2.0.2:
83978397
safe-buffer "^5.1.1"
83988398

83998399
node-fetch@^2.5.0, node-fetch@^2.6.1:
8400-
version "2.6.1"
8401-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
8402-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
8400+
version "2.6.7"
8401+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
8402+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
8403+
dependencies:
8404+
whatwg-url "^5.0.0"
84038405

84048406
node-gyp@^5.0.2:
84058407
version "5.1.1"
@@ -11880,7 +11882,7 @@ tr46@^1.0.1:
1188011882
dependencies:
1188111883
punycode "^2.1.0"
1188211884

11883-
tr46@~0.0.1:
11885+
tr46@~0.0.1, tr46@~0.0.3:
1188411886
version "0.0.3"
1188511887
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1188611888
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
@@ -12473,6 +12475,11 @@ webidl-conversions@^2.0.0:
1247312475
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-2.0.1.tgz#3bf8258f7d318c7443c36f2e169402a1a6703506"
1247412476
integrity sha1-O/glj30xjHRDw28uFpQCoaZwNQY=
1247512477

12478+
webidl-conversions@^3.0.0:
12479+
version "3.0.1"
12480+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
12481+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
12482+
1247612483
webidl-conversions@^4.0.2:
1247712484
version "4.0.2"
1247812485
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -12511,6 +12518,14 @@ whatwg-url-compat@~0.6.5:
1251112518
dependencies:
1251212519
tr46 "~0.0.1"
1251312520

12521+
whatwg-url@^5.0.0:
12522+
version "5.0.0"
12523+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
12524+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
12525+
dependencies:
12526+
tr46 "~0.0.3"
12527+
webidl-conversions "^3.0.0"
12528+
1251412529
whatwg-url@^6.4.1:
1251512530
version "6.5.0"
1251612531
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)