Skip to content

Commit b55b179

Browse files
Bump node-fetch from 2.6.1 to 2.6.9 (#69)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.9. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.9) --- 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 82f9423 commit b55b179

File tree

2 files changed

+50
-6
lines changed

2 files changed

+50
-6
lines changed

package-lock.json

+27-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -2614,9 +2614,11 @@ nice-try@^1.0.4:
26142614
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
26152615

26162616
node-fetch@^2.6.1:
2617-
version "2.6.1"
2618-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2619-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2617+
version "2.6.9"
2618+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6"
2619+
integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==
2620+
dependencies:
2621+
whatwg-url "^5.0.0"
26202622

26212623
node-int64@^0.4.0:
26222624
version "0.4.0"
@@ -3441,6 +3443,11 @@ tr46@^2.0.2:
34413443
dependencies:
34423444
punycode "^2.1.1"
34433445

3446+
tr46@~0.0.3:
3447+
version "0.0.3"
3448+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3449+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
3450+
34443451
ts-jest@^26.4.4:
34453452
version "26.4.4"
34463453
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.4.tgz#61f13fb21ab400853c532270e52cc0ed7e502c49"
@@ -3646,6 +3653,11 @@ walker@^1.0.7, walker@~1.0.5:
36463653
dependencies:
36473654
makeerror "1.0.x"
36483655

3656+
webidl-conversions@^3.0.0:
3657+
version "3.0.1"
3658+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3659+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
3660+
36493661
webidl-conversions@^5.0.0:
36503662
version "5.0.0"
36513663
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -3673,6 +3685,14 @@ whatwg-mimetype@^2.3.0:
36733685
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
36743686
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
36753687

3688+
whatwg-url@^5.0.0:
3689+
version "5.0.0"
3690+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3691+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
3692+
dependencies:
3693+
tr46 "~0.0.3"
3694+
webidl-conversions "^3.0.0"
3695+
36763696
whatwg-url@^8.0.0:
36773697
version "8.4.0"
36783698
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.4.0.tgz#50fb9615b05469591d2b2bd6dfaed2942ed72837"

0 commit comments

Comments
 (0)