Skip to content

Commit c645a33

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

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
@@ -9967,9 +9967,11 @@ node-fetch-npm@^2.0.2:
99679967
safe-buffer "^5.1.1"
99689968

99699969
node-fetch@^2.6.1:
9970-
version "2.6.1"
9971-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
9972-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
9970+
version "2.6.7"
9971+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
9972+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
9973+
dependencies:
9974+
whatwg-url "^5.0.0"
99739975

99749976
node-html-parser@^3.2.0:
99759977
version "3.2.0"
@@ -13869,6 +13871,11 @@ tr46@^2.0.2:
1386913871
dependencies:
1387013872
punycode "^2.1.1"
1387113873

13874+
tr46@~0.0.3:
13875+
version "0.0.3"
13876+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
13877+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
13878+
1387213879
trim-newlines@^1.0.0:
1387313880
version "1.0.0"
1387413881
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -14678,6 +14685,11 @@ web-namespaces@^1.0.0:
1467814685
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
1467914686
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
1468014687

14688+
webidl-conversions@^3.0.0:
14689+
version "3.0.1"
14690+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
14691+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
14692+
1468114693
webidl-conversions@^5.0.0:
1468214694
version "5.0.0"
1468314695
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -14830,6 +14842,14 @@ whatwg-mimetype@^2.3.0:
1483014842
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1483114843
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1483214844

14845+
whatwg-url@^5.0.0:
14846+
version "5.0.0"
14847+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
14848+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
14849+
dependencies:
14850+
tr46 "~0.0.3"
14851+
webidl-conversions "^3.0.0"
14852+
1483314853
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
1483414854
version "8.5.0"
1483514855
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.5.0.tgz#7752b8464fc0903fec89aa9846fc9efe07351fd3"

0 commit comments

Comments
 (0)