Skip to content

Commit 0041316

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] <support@github.com>
1 parent 832e217 commit 0041316

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"jsonwebtoken": "^8.5.1",
6767
"lru-cache": "^6.0.0",
6868
"map-obj": "^4.1.0",
69-
"node-fetch": "^2.6.0",
69+
"node-fetch": "^2.6.7",
7070
"phone": "^2.4.19",
7171
"pretty-quick": "^1.10.0",
7272
"subscriptions-transport-ws": "^0.9.18",

yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3796,11 +3796,18 @@ node-fetch@2.1.2:
37963796
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
37973797
integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
37983798

3799-
node-fetch@2.6.1, node-fetch@^2.6.0, node-fetch@^2.6.1:
3799+
node-fetch@2.6.1:
38003800
version "2.6.1"
38013801
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
38023802
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
38033803

3804+
node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
3805+
version "2.6.7"
3806+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3807+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3808+
dependencies:
3809+
whatwg-url "^5.0.0"
3810+
38043811
nodemon@^2.0.4:
38053812
version "2.0.6"
38063813
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.6.tgz#1abe1937b463aaf62f0d52e2b7eaadf28cc2240d"
@@ -4982,6 +4989,11 @@ touch@^3.1.0:
49824989
dependencies:
49834990
nopt "~1.0.10"
49844991

4992+
tr46@~0.0.3:
4993+
version "0.0.3"
4994+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
4995+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
4996+
49854997
trim-repeated@^2.0.0:
49864998
version "2.0.0"
49874999
resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-2.0.0.tgz#5d60556d6d40d9461b7c7e06c3ac20b6b1d50090"
@@ -5192,6 +5204,11 @@ vary@^1, vary@~1.1.2:
51925204
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
51935205
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
51945206

5207+
webidl-conversions@^3.0.0:
5208+
version "3.0.1"
5209+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5210+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
5211+
51955212
whatwg-fetch@2.0.3:
51965213
version "2.0.3"
51975214
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
@@ -5202,6 +5219,14 @@ whatwg-fetch@2.0.4:
52025219
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
52035220
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
52045221

5222+
whatwg-url@^5.0.0:
5223+
version "5.0.0"
5224+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5225+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
5226+
dependencies:
5227+
tr46 "~0.0.3"
5228+
webidl-conversions "^3.0.0"
5229+
52055230
which@^1.2.9:
52065231
version "1.3.1"
52075232
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)