Skip to content

Commit 62427d0

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] <support@github.com>
1 parent ede56d0 commit 62427d0

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
@@ -7925,9 +7925,11 @@ node-dir@^0.1.17:
79257925
minimatch "^3.0.2"
79267926

79277927
node-fetch@^2.2.0, node-fetch@^2.6.0:
7928-
version "2.6.1"
7929-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
7930-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
7928+
version "2.6.7"
7929+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
7930+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
7931+
dependencies:
7932+
whatwg-url "^5.0.0"
79317933

79327934
node-gyp@^9.0.0:
79337935
version "9.0.0"
@@ -10088,6 +10090,11 @@ tr46@^3.0.0:
1008810090
dependencies:
1008910091
punycode "^2.1.1"
1009010092

10093+
tr46@~0.0.3:
10094+
version "0.0.3"
10095+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
10096+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
10097+
1009110098
tsconfig-paths@^3.14.1:
1009210099
version "3.14.1"
1009310100
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
@@ -10431,6 +10438,11 @@ wcwidth@^1.0.1:
1043110438
dependencies:
1043210439
defaults "^1.0.3"
1043310440

10441+
webidl-conversions@^3.0.0:
10442+
version "3.0.1"
10443+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
10444+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
10445+
1043410446
webidl-conversions@^7.0.0:
1043510447
version "7.0.0"
1043610448
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
@@ -10461,6 +10473,14 @@ whatwg-url@^11.0.0:
1046110473
tr46 "^3.0.0"
1046210474
webidl-conversions "^7.0.0"
1046310475

10476+
whatwg-url@^5.0.0:
10477+
version "5.0.0"
10478+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
10479+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
10480+
dependencies:
10481+
tr46 "~0.0.3"
10482+
webidl-conversions "^3.0.0"
10483+
1046410484
which-boxed-primitive@^1.0.2:
1046510485
version "1.0.2"
1046610486
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)