Skip to content

Commit a3937c7

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: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60aa124 commit a3937c7

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3903,11 +3903,18 @@ nice-try@^1.0.4:
39033903
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
39043904
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
39053905

3906-
[email protected], node-fetch@^2.6.0, node-fetch@^2.6.1:
3906+
39073907
version "2.6.1"
39083908
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
39093909
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
39103910

3911+
node-fetch@^2.6.0, node-fetch@^2.6.1:
3912+
version "2.6.7"
3913+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3914+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3915+
dependencies:
3916+
whatwg-url "^5.0.0"
3917+
39113918
node-int64@^0.4.0:
39123919
version "0.4.0"
39133920
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -5181,6 +5188,11 @@ tr46@^2.1.0:
51815188
dependencies:
51825189
punycode "^2.1.1"
51835190

5191+
tr46@~0.0.3:
5192+
version "0.0.3"
5193+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5194+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5195+
51845196
trim-newlines@^1.0.0:
51855197
version "1.0.0"
51865198
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -5392,6 +5404,11 @@ walker@^1.0.7:
53925404
dependencies:
53935405
makeerror "1.0.12"
53945406

5407+
webidl-conversions@^3.0.0:
5408+
version "3.0.1"
5409+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5410+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5411+
53955412
webidl-conversions@^5.0.0:
53965413
version "5.0.0"
53975414
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -5414,6 +5431,14 @@ whatwg-mimetype@^2.3.0:
54145431
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
54155432
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
54165433

5434+
whatwg-url@^5.0.0:
5435+
version "5.0.0"
5436+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5437+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5438+
dependencies:
5439+
tr46 "~0.0.3"
5440+
webidl-conversions "^3.0.0"
5441+
54175442
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
54185443
version "8.7.0"
54195444
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)