Skip to content

Commit a7e596d

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] <[email protected]>
1 parent 553f057 commit a7e596d

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"human-id": "^1.0.2",
2222
"js-yaml": "^3.14.0",
2323
"markdown-table": "^2.0.0",
24-
"node-fetch": "^2.6.1",
24+
"node-fetch": "^2.6.7",
2525
"path": "^0.12.7",
2626
"probot": "^10.9.3",
2727
"typescript": "^4.0.3"

yarn.lock

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4004,12 +4004,7 @@ lodash.sortby@^4.7.0:
40044004
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
40054005
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
40064006

4007-
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.5:
4008-
version "4.17.20"
4009-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
4010-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
4011-
4012-
lodash@^4.17.19:
4007+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.19, lodash@^4.17.5:
40134008
version "4.17.20"
40144009
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
40154010
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
@@ -4320,10 +4315,12 @@ nock@^10.0.0:
43204315
qs "^6.5.1"
43214316
semver "^5.5.0"
43224317

4323-
node-fetch@^2.3.0, node-fetch@^2.6.1:
4324-
version "2.6.1"
4325-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4326-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4318+
node-fetch@^2.3.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
4319+
version "2.6.7"
4320+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4321+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4322+
dependencies:
4323+
whatwg-url "^5.0.0"
43274324

43284325
node-int64@^0.4.0:
43294326
version "0.4.0"
@@ -5894,6 +5891,11 @@ tr46@^1.0.1:
58945891
dependencies:
58955892
punycode "^2.1.0"
58965893

5894+
tr46@~0.0.3:
5895+
version "0.0.3"
5896+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5897+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
5898+
58975899
tslib@^1.9.3:
58985900
version "1.14.1"
58995901
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -6155,6 +6157,11 @@ walker@^1.0.7, walker@~1.0.5:
61556157
dependencies:
61566158
makeerror "1.0.x"
61576159

6160+
webidl-conversions@^3.0.0:
6161+
version "3.0.1"
6162+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6163+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
6164+
61586165
webidl-conversions@^4.0.2:
61596166
version "4.0.2"
61606167
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -6172,6 +6179,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
61726179
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
61736180
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
61746181

6182+
whatwg-url@^5.0.0:
6183+
version "5.0.0"
6184+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6185+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
6186+
dependencies:
6187+
tr46 "~0.0.3"
6188+
webidl-conversions "^3.0.0"
6189+
61756190
whatwg-url@^6.4.1:
61766191
version "6.5.0"
61776192
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)