Skip to content

Commit de31cdb

Browse files
chore(deps): 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 2f0cc7c commit de31cdb

File tree

2 files changed

+47
-7
lines changed

2 files changed

+47
-7
lines changed

packages/tts-cli/yarn.lock

+24-4
Original file line numberDiff line numberDiff line change
@@ -913,10 +913,12 @@ ms@^2.1.1:
913913
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
914914
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
915915

916-
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.1:
917-
version "2.6.1"
918-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
919-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
916+
node-fetch@2.6.7, node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.1:
917+
version "2.6.7"
918+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
919+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
920+
dependencies:
921+
whatwg-url "^5.0.0"
920922

921923
node-forge@^0.10.0:
922924
version "0.10.0"
@@ -1250,6 +1252,11 @@ timed-out@^4.0.0:
12501252
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
12511253
integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=
12521254

1255+
tr46@~0.0.3:
1256+
version "0.0.3"
1257+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1258+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
1259+
12531260
tslib@^1.9.0:
12541261
version "1.10.0"
12551262
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
@@ -1300,6 +1307,19 @@ uuid@^3.3.2:
13001307
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
13011308
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
13021309

1310+
webidl-conversions@^3.0.0:
1311+
version "3.0.1"
1312+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1313+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1314+
1315+
whatwg-url@^5.0.0:
1316+
version "5.0.0"
1317+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1318+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
1319+
dependencies:
1320+
tr46 "~0.0.3"
1321+
webidl-conversions "^3.0.0"
1322+
13031323
wrap-ansi@^3.0.1:
13041324
version "3.0.1"
13051325
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -5145,9 +5145,11 @@ nice-try@^1.0.4:
51455145
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
51465146

51475147
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1:
5148-
version "2.6.1"
5149-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5150-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5148+
version "2.6.7"
5149+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5150+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5151+
dependencies:
5152+
whatwg-url "^5.0.0"
51515153

51525154
node-forge@>=0.10.0, node-forge@^0.9.0:
51535155
version "0.10.0"
@@ -7394,6 +7396,11 @@ tr46@^2.0.2:
73947396
dependencies:
73957397
punycode "^2.1.1"
73967398

7399+
tr46@~0.0.3:
7400+
version "0.0.3"
7401+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7402+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
7403+
73977404
trim-newlines@>=3.0.1, trim-newlines@^1.0.0, trim-newlines@^3.0.0:
73987405
version "4.0.2"
73997406
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-4.0.2.tgz#d6aaaf6a0df1b4b536d183879a6b939489808c7c"
@@ -7675,11 +7682,24 @@ wcwidth@^1.0.0:
76757682
dependencies:
76767683
defaults "^1.0.3"
76777684

7685+
webidl-conversions@^3.0.0:
7686+
version "3.0.1"
7687+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7688+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
7689+
76787690
webidl-conversions@^6.1.0:
76797691
version "6.1.0"
76807692
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
76817693
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
76827694

7695+
whatwg-url@^5.0.0:
7696+
version "5.0.0"
7697+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7698+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
7699+
dependencies:
7700+
tr46 "~0.0.3"
7701+
webidl-conversions "^3.0.0"
7702+
76837703
whatwg-url@^8.4.0:
76847704
version "8.5.0"
76857705
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.5.0.tgz#7752b8464fc0903fec89aa9846fc9efe07351fd3"

0 commit comments

Comments
 (0)