Skip to content

Commit aa03134

Browse files
build(deps): bump node-fetch from 2.6.1 to 2.6.7 (#83)
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 49d6b54 commit aa03134

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
@@ -8406,9 +8406,11 @@ node-cache@^4.1.1:
84068406
lodash "^4.17.15"
84078407

84088408
node-fetch@^2.6.1:
8409-
version "2.6.1"
8410-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
8411-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
8409+
version "2.6.7"
8410+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
8411+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
8412+
dependencies:
8413+
whatwg-url "^5.0.0"
84128414

84138415
node-html-parser@^3.2.0:
84148416
version "3.3.6"
@@ -11671,6 +11673,11 @@ tr46@^2.1.0:
1167111673
dependencies:
1167211674
punycode "^2.1.1"
1167311675

11676+
tr46@~0.0.3:
11677+
version "0.0.3"
11678+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
11679+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
11680+
1167411681
trim-newlines@^3.0.0:
1167511682
version "3.0.1"
1167611683
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -12382,6 +12389,11 @@ web-namespaces@^1.0.0:
1238212389
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
1238312390
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
1238412391

12392+
webidl-conversions@^3.0.0:
12393+
version "3.0.1"
12394+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
12395+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
12396+
1238512397
webidl-conversions@^5.0.0:
1238612398
version "5.0.0"
1238712399
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -12497,6 +12509,14 @@ whatwg-mimetype@^2.3.0:
1249712509
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1249812510
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1249912511

12512+
whatwg-url@^5.0.0:
12513+
version "5.0.0"
12514+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
12515+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
12516+
dependencies:
12517+
tr46 "~0.0.3"
12518+
webidl-conversions "^3.0.0"
12519+
1250012520
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
1250112521
version "8.7.0"
1250212522
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)