Skip to content

Commit eb2857f

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 f4cf574 commit eb2857f

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

Diff for: yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -2734,9 +2734,11 @@ nice-try@^1.0.4:
27342734
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
27352735

27362736
node-fetch@^2.3.0, node-fetch@^2.6.1:
2737-
version "2.6.1"
2738-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2739-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2737+
version "2.6.7"
2738+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2739+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2740+
dependencies:
2741+
whatwg-url "^5.0.0"
27402742

27412743
node-int64@^0.4.0:
27422744
version "0.4.0"
@@ -3498,6 +3500,11 @@ tr46@^2.1.0:
34983500
dependencies:
34993501
punycode "^2.1.1"
35003502

3503+
tr46@~0.0.3:
3504+
version "0.0.3"
3505+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3506+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
3507+
35013508
ts-jest@^26.5.6:
35023509
version "26.5.6"
35033510
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.6.tgz#c32e0746425274e1dfe333f43cd3c800e014ec35"
@@ -3652,6 +3659,11 @@ walker@^1.0.7, walker@~1.0.5:
36523659
dependencies:
36533660
makeerror "1.0.x"
36543661

3662+
webidl-conversions@^3.0.0:
3663+
version "3.0.1"
3664+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3665+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3666+
36553667
webidl-conversions@^5.0.0:
36563668
version "5.0.0"
36573669
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -3674,6 +3686,14 @@ whatwg-mimetype@^2.3.0:
36743686
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
36753687
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
36763688

3689+
whatwg-url@^5.0.0:
3690+
version "5.0.0"
3691+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3692+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3693+
dependencies:
3694+
tr46 "~0.0.3"
3695+
webidl-conversions "^3.0.0"
3696+
36773697
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
36783698
version "8.6.0"
36793699
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.6.0.tgz#27c0205a4902084b872aecb97cf0f2a7a3011f4c"

0 commit comments

Comments
 (0)