Skip to content

Commit c476bb2

Browse files
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#23)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d201d4 commit c476bb2

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7349,9 +7349,11 @@ no-case@^2.2.0:
73497349
lower-case "^1.1.1"
73507350

73517351
node-fetch@^2.6.0:
7352-
version "2.6.1"
7353-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
7354-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
7352+
version "2.6.7"
7353+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
7354+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
7355+
dependencies:
7356+
whatwg-url "^5.0.0"
73557357

73567358
node-int64@^0.4.0:
73577359
version "0.4.0"
@@ -10376,6 +10378,11 @@ tr46@^1.0.1:
1037610378
dependencies:
1037710379
punycode "^2.1.0"
1037810380

10381+
tr46@~0.0.3:
10382+
version "0.0.3"
10383+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
10384+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
10385+
1037910386
trim-newlines@^1.0.0:
1038010387
version "1.0.0"
1038110388
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -10871,6 +10878,11 @@ watchpack@^1.6.1:
1087110878
graceful-fs "^4.1.2"
1087210879
neo-async "^2.5.0"
1087310880

10881+
webidl-conversions@^3.0.0:
10882+
version "3.0.1"
10883+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
10884+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
10885+
1087410886
webidl-conversions@^4.0.2:
1087510887
version "4.0.2"
1087610888
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -11003,6 +11015,14 @@ whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1100311015
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1100411016
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1100511017

11018+
whatwg-url@^5.0.0:
11019+
version "5.0.0"
11020+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
11021+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
11022+
dependencies:
11023+
tr46 "~0.0.3"
11024+
webidl-conversions "^3.0.0"
11025+
1100611026
whatwg-url@^7.0.0:
1100711027
version "7.1.0"
1100811028
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"

0 commit comments

Comments
 (0)