Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump node-fetch from 2.6.0 to 2.6.1 #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2020

Bumps node-fetch from 2.6.0 to 2.6.1.

Release notes

Sourced from node-fetch's releases.

v2.6.1

This is an important security release. It is strongly recommended to update as soon as possible.

See CHANGELOG for details.

Changelog

Sourced from node-fetch's changelog.

v2.6.1

This is an important security release. It is strongly recommended to update as soon as possible.

  • Fix: honor the size option after following a redirect.
Commits
  • b5e2e41 update version number
  • 2358a6c Honor the size option after following a redirect and revert data uri support
  • 8c197f8 docs: Fix typos and grammatical errors in README.md (#686)
  • 1e99050 fix: Change error message thrown with redirect mode set to error (#653)
  • 244e6f6 docs: Show backers in README
  • 6a5d192 fix: Properly parse meta tag when parameters are reversed (#682)
  • 47a24a0 chore: Add opencollective badge
  • 7b13662 chore: Add funding link
  • 5535c2e fix: Check for global.fetch before binding it (#674)
  • 1d5778a docs: Add Discord badge
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by akepinski, a new releaser for node-fetch since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2020
@github-actions
Copy link

github-actions bot commented Sep 12, 2020

✅ Jest Unit Test(s) passed for commit 213cf9c

Jest Unit Test Results:

Test Suites: 18 passed, 18 total
Tests:       137 passed, 137 total
Snapshots:   0 total
Time:        20.433s
Ran all test suites.
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?

Code Coverage Preview:

-------------------------------------------|----------|----------|----------|----------|-------------------|
File                                       |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |
-------------------------------------------|----------|----------|----------|----------|-------------------|
All files                                  |    69.73 |    57.01 |    70.25 |    69.01 |                   |
 src                                       |    23.44 |        0 |    16.67 |    21.67 |                   |
  app.controller.ts                        |    78.95 |      100 |       25 |    76.47 |       19,29,30,37 |
  app.module.ts                            |        0 |      100 |      100 |        0 |... 12,13,14,15,39 |
  main.ts                                  |        0 |        0 |        0 |        0 |... 48,49,50,52,54 |
 src/attended-event                        |    80.33 |       90 |      100 |    81.13 |                   |
  attended-event.controller.ts             |    92.86 |    85.71 |      100 |    91.67 |             32,48 |
  attended-event.module.ts                 |        0 |      100 |      100 |        0 |  1,2,3,4,5,6,7,21 |
  attended-event.service.ts                |      100 |      100 |      100 |      100 |                   |
 src/attended-event/schemas                |      100 |      100 |      100 |      100 |                   |
  attended-event.schema.ts                 |      100 |      100 |      100 |      100 |                   |
 src/auth                                  |       83 |       75 |    76.92 |    85.88 |                   |
  auth-link-generator.service.ts           |    93.33 |    55.56 |      100 |      100 |        9,11,20,29 |
  auth.module.ts                           |      100 |      100 |      100 |      100 |                   |
  auth.service.ts                          |    92.31 |    86.21 |      100 |    95.65 |             40,53 |
  authenticated.guard.ts                   |        0 |        0 |        0 |        0 |... 19,21,22,23,26 |
  local.serializer.ts                      |    71.43 |      100 |        0 |       60 |              7,11 |
 src/auth/exceptions                       |      100 |      100 |      100 |      100 |                   |
  auth-provider.exception.ts               |      100 |      100 |      100 |      100 |                   |
  user-not-verified.exception.ts           |      100 |      100 |      100 |      100 |                   |
 src/auth/guards                           |    44.44 |        0 |        0 |    28.57 |                   |
  admin.guard.ts                           |       40 |        0 |        0 |       25 | 19,20,21,23,24,26 |
  galaxy-integration.guard.ts              |       50 |        0 |        0 |    33.33 |        9,10,15,17 |
 src/auth/strategies                       |    58.02 |     2.94 |    44.44 |    55.71 |                   |
  facebook.strategy.ts                     |    59.09 |        0 |       50 |       55 |... 56,57,65,71,74 |
  google.strategy.ts                       |    59.09 |     8.33 |       50 |       55 |... 58,59,67,73,76 |
  jwt.strategy.ts                          |    46.15 |        0 |    33.33 |    47.62 |... 29,30,32,33,34 |
  local.strategy.ts                        |    81.82 |      100 |       50 |    77.78 |             27,29 |
 src/common                                |      100 |      100 |      100 |      100 |                   |
  constants.ts                             |      100 |      100 |      100 |      100 |                   |
 src/common/decorators                     |    65.38 |    52.94 |    66.67 |    59.09 |                   |
  query-with-default.decorator.ts          |       50 |       20 |       50 |       50 |        9,10,11,12 |
  validated-host.decorator.ts              |    72.22 |    66.67 |       75 |    64.29 |    21,22,23,24,25 |
 src/common/dto                            |      100 |      100 |      100 |      100 |                   |
  response-base.ts                         |      100 |      100 |      100 |      100 |                   |
 src/common/filters                        |        0 |        0 |        0 |        0 |                   |
  global-http-exception.filter.ts          |        0 |        0 |        0 |        0 |... 56,60,62,64,65 |
 src/common/pipe                           |        0 |        0 |        0 |        0 |                   |
  validation.pipe.ts                       |        0 |        0 |        0 |        0 |... 18,19,21,25,26 |
 src/event                                 |    86.89 |       90 |      100 |    88.46 |                   |
  event.controller.ts                      |      100 |    83.33 |      100 |      100 |             52,54 |
  event.module.ts                          |        0 |      100 |      100 |        0 |      1,2,3,4,5,15 |
  event.service.ts                         |      100 |    94.44 |      100 |      100 |                47 |
 src/event/schemas                         |      100 |      100 |      100 |      100 |                   |
  event.schema.ts                          |      100 |      100 |      100 |      100 |                   |
 src/galaxy-integrations                   |      100 |      100 |      100 |      100 |                   |
  galaxy-integrations.ts                   |      100 |      100 |      100 |      100 |                   |
 src/galaxy-integrations/decorators        |       84 |    42.86 |    66.67 |    82.61 |                   |
  redirect-galaxy-integration.decorator.ts |       84 |    42.86 |    66.67 |    82.61 |       48,49,53,57 |
 src/galaxy-integrations/interfaces        |      100 |       90 |      100 |      100 |                   |
  galaxy-integration.ts                    |      100 |       90 |      100 |      100 |                31 |
 src/login                                 |    52.63 |        0 |       25 |    52.94 |                   |
  login.controller.ts                      |    66.67 |        0 |    28.57 |    64.29 |... 73,74,76,87,89 |
  login.module.ts                          |        0 |      100 |        0 |        0 |     1,2,3,4,10,12 |
 src/login/filters                         |    40.63 |        0 |       50 |    32.14 |                   |
  login-provider-exception.filter.ts       |       40 |        0 |       50 |    30.77 |... 15,16,17,18,27 |
  login-root-exception.filter.ts           |    41.18 |        0 |       50 |    33.33 |... 29,30,36,37,45 |
 src/login/middleware                      |        0 |      100 |        0 |        0 |                   |
  save-redirect-param.middleware.ts        |        0 |      100 |        0 |        0 |             1,2,3 |
 src/mail                                  |    65.71 |       55 |    66.67 |    65.52 |                   |
  mail-core.service.ts                     |     62.5 |      100 |        0 |       50 |          11,12,20 |
  mail.module.ts                           |        0 |      100 |      100 |        0 |           1,2,3,9 |
  mail.service.ts                          |    85.71 |       55 |      100 |    84.21 |          20,44,72 |
 src/mail/dto                              |        0 |      100 |      100 |        0 |                   |
  mailgun-payload.dto.ts                   |        0 |      100 |      100 |        0 |                 1 |
  send-email-params.dto.ts                 |        0 |      100 |      100 |        0 |             1,3,5 |
 src/mail/mocks                            |     87.5 |       50 |      100 |       80 |                   |
  mock-mail-core.service.ts                |     87.5 |       50 |      100 |       80 |                 9 |
 src/reset-password                        |    83.12 |    94.44 |    90.91 |    84.51 |                   |
  reset-password.controller.ts             |     97.5 |    92.86 |      100 |    97.37 |                76 |
  reset-password.module.ts                 |        0 |      100 |        0 |        0 |... ,5,6,7,8,17,25 |
  reset-password.service.ts                |      100 |      100 |      100 |      100 |                   |
 src/signup                                |    84.69 |    92.86 |    90.91 |    85.56 |                   |
  signup.controller.ts                     |    95.83 |       90 |      100 |    95.65 |           109,127 |
  signup.module.ts                         |        0 |      100 |        0 |        0 |... ,6,7,8,9,19,28 |
  signup.service.ts                        |      100 |      100 |      100 |      100 |                   |
 src/signup/dto                            |      100 |      100 |      100 |      100 |                   |
  signup-user.dto.ts                       |      100 |      100 |      100 |      100 |                   |
 src/test-database                         |       75 |       50 |      100 |       70 |                   |
  test-database.module.ts                  |       75 |       50 |      100 |       70 |          28,29,30 |
 src/user                                  |    93.33 |       90 |    88.89 |    94.23 |                   |
  user-auth.decorator.ts                   |       50 |      100 |        0 |       50 |             13,14 |
  user.controller.ts                       |    94.74 |       50 |      100 |      100 |                21 |
  user.module.ts                           |      100 |      100 |      100 |      100 |                   |
  user.service.ts                          |    96.43 |      100 |      100 |       96 |                37 |
 src/user-auth                             |    89.13 |      100 |    85.71 |     87.8 |                   |
  user-auth.decorator.ts                   |        0 |      100 |        0 |        0 |         1,8,13,14 |
  user-auth.module.ts                      |      100 |      100 |      100 |      100 |                   |
  user-auth.service.ts                     |    97.14 |      100 |      100 |    96.88 |                34 |
 src/user-auth/dto                         |        0 |      100 |      100 |        0 |                   |
  create-user-auth.dto.ts                  |        0 |      100 |      100 |        0 |                 3 |
 src/user-auth/schemas                     |      100 |      100 |      100 |      100 |                   |
  user-auth.schema.ts                      |      100 |      100 |      100 |      100 |                   |
 src/user/dto                              |    91.67 |      100 |      100 |    91.67 |                   |
  create-user.dto.ts                       |        0 |      100 |      100 |        0 |                 1 |
  modify-user.dto.ts                       |      100 |      100 |      100 |      100 |                   |
 src/user/schemas                          |      100 |      100 |      100 |      100 |                   |
  user.schema.ts                           |      100 |      100 |      100 |      100 |                   |
 src/validator                             |      100 |      100 |      100 |      100 |                   |
  validator.service.ts                     |      100 |      100 |      100 |      100 |                   |
-------------------------------------------|----------|----------|----------|----------|-------------------|

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@7b9b0be). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #97   +/-   ##
=========================================
  Coverage          ?   62.59%           
=========================================
  Files             ?       65           
  Lines             ?      826           
  Branches          ?      108           
=========================================
  Hits              ?      517           
  Misses            ?      223           
  Partials          ?       86           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b9b0be...5209b1e. Read the comment docs.

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@6cb5fff). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #97   +/-   ##
=========================================
  Coverage          ?   62.59%           
=========================================
  Files             ?       65           
  Lines             ?      826           
  Branches          ?      108           
=========================================
  Hits              ?      517           
  Misses            ?      223           
  Partials          ?       86           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cb5fff...213cf9c. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2022

A newer version of node-fetch exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants