Skip to content

Commit 1f25c29

Browse files
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#234)
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 e0390c8 commit 1f25c29

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -5080,9 +5080,11 @@ no-case@^3.0.3, no-case@^3.0.4:
50805080
tslib "^2.0.3"
50815081

50825082
node-fetch@^2.6.1:
5083-
version "2.6.1"
5084-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5085-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5083+
version "2.6.7"
5084+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5085+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5086+
dependencies:
5087+
whatwg-url "^5.0.0"
50865088

50875089
node-int64@^0.4.0:
50885090
version "0.4.0"
@@ -6808,6 +6810,11 @@ tr46@^2.0.2:
68086810
dependencies:
68096811
punycode "^2.1.1"
68106812

6813+
tr46@~0.0.3:
6814+
version "0.0.3"
6815+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6816+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6817+
68116818
trim-newlines@^1.0.0:
68126819
version "1.0.0"
68136820
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -7143,6 +7150,11 @@ walker@^1.0.7, walker@~1.0.5:
71437150
dependencies:
71447151
makeerror "1.0.x"
71457152

7153+
webidl-conversions@^3.0.0:
7154+
version "3.0.1"
7155+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7156+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
7157+
71467158
webidl-conversions@^5.0.0:
71477159
version "5.0.0"
71487160
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -7165,6 +7177,14 @@ whatwg-mimetype@^2.3.0:
71657177
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
71667178
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
71677179

7180+
whatwg-url@^5.0.0:
7181+
version "5.0.0"
7182+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7183+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
7184+
dependencies:
7185+
tr46 "~0.0.3"
7186+
webidl-conversions "^3.0.0"
7187+
71687188
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
71697189
version "8.5.0"
71707190
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.5.0.tgz#7752b8464fc0903fec89aa9846fc9efe07351fd3"

0 commit comments

Comments
 (0)