Skip to content

Commit 2a062d4

Browse files
Bump node-fetch from 2.6.1 to 2.6.7 (#557)
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 b7a9719 commit 2a062d4

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
@@ -2343,9 +2343,11 @@ node-addon-api@^3.1.0:
23432343
integrity sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw==
23442344

23452345
node-fetch@^2.6.1:
2346-
version "2.6.1"
2347-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2348-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2346+
version "2.6.7"
2347+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2348+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2349+
dependencies:
2350+
whatwg-url "^5.0.0"
23492351

23502352
nopt@^5.0.0:
23512353
version "5.0.0"
@@ -3151,6 +3153,11 @@ tough-cookie@~2.5.0:
31513153
psl "^1.1.28"
31523154
punycode "^2.1.1"
31533155

3156+
tr46@~0.0.3:
3157+
version "0.0.3"
3158+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3159+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
3160+
31543161
tunnel-agent@^0.6.0:
31553162
version "0.6.0"
31563163
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
@@ -3274,6 +3281,19 @@ wbuf@^1.1.0, wbuf@^1.7.2:
32743281
dependencies:
32753282
minimalistic-assert "^1.0.0"
32763283

3284+
webidl-conversions@^3.0.0:
3285+
version "3.0.1"
3286+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3287+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3288+
3289+
whatwg-url@^5.0.0:
3290+
version "5.0.0"
3291+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3292+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3293+
dependencies:
3294+
tr46 "~0.0.3"
3295+
webidl-conversions "^3.0.0"
3296+
32773297
[email protected], which@^2.0.1:
32783298
version "2.0.2"
32793299
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)