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

[Snyk] Upgrade node-fetch from 1.7.3 to 3.1.0 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade node-fetch from 1.7.3 to 3.1.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 39 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2021-11-08.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
npm:extend:20180424
579/1000
Why? Has a fix available, CVSS 7.3
No Known Exploit
Denial of Service
SNYK-JS-NODEFETCH-674311
579/1000
Why? Has a fix available, CVSS 7.3
No Known Exploit
Information Exposure
SNYK-JS-NODEFETCH-2342118
579/1000
Why? Has a fix available, CVSS 7.3
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: node-fetch
  • 3.1.0 - 2021-11-08

    What's Changed

    New Contributors

    Full Changelog: v3.0.0...v3.1.0

  • 3.0.0 - 2021-08-31

    version 3 is going out of a long beta period and switches to stable

    One major change is that it's now a ESM only package
    See changelog for more information about all the changes.

  • 3.0.0-beta.6-exportfix - 2020-05-25
  • 3.0.0-beta.10 - 2021-07-19

    This package is now a ESM only package. To import fetch you either have to use

    import fetch from 'node-fetch';

    // Or if you are still using commonjs or want to lazy
    // import fetch then the async import works fine
    import('node-fetch')

    See CHANGELOG for details.

  • 3.0.0-beta.9 - 2020-09-05

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

    See CHANGELOG for details.

  • 3.0.0-beta.8 - 2020-08-10
  • 3.0.0-beta.7 - 2020-06-11
  • 3.0.0-beta.6 - 2020-05-25
  • 3.0.0-beta.5 - 2020-04-22
  • 3.0.0-beta.4 - 2020-03-14
  • 3.0.0-beta.3 - 2020-03-13
  • 3.0.0-beta.2 - 2020-03-13
  • 3.0.0-beta.1 - 2020-03-13
  • 2.6.7 - 2022-01-16
  • 2.6.6 - 2021-10-31

    What's Changed

    • fix(URL): prefer built in URL version when available and fallback to whatwg by @ jimmywarting in #1352

    Full Changelog: v2.6.5...v2.6.6

  • 2.6.5 - 2021-09-22
    • fix: import whatwg-url in a way compatible with ESM Node

    • release: 2.6.5

  • 2.6.4 - 2021-09-21
  • 2.6.3 - 2021-09-20
    • fix: properly encode url with unicode characters
    • release: 2.6.3
  • 2.6.2 - 2021-09-06

    fixed main path in package.json

  • 2.6.1 - 2020-09-05

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

    See CHANGELOG for details.

  • 2.6.0 - 2019-05-16
  • 2.5.0 - 2019-05-01
  • 2.4.1 - 2019-04-27
  • 2.4.0 - 2019-04-26
  • 2.3.0 - 2018-11-13
  • 2.2.1 - 2018-11-05
  • 2.2.0 - 2018-07-22
  • 2.1.2 - 2018-03-25
  • 2.1.1 - 2018-03-05
  • 2.1.0 - 2018-03-05
  • 2.0.0 - 2018-02-03
  • 2.0.0-alpha.9 - 2017-09-24
  • 2.0.0-alpha.8 - 2017-07-26
  • 2.0.0-alpha.7 - 2017-07-25
  • 2.0.0-alpha.6 - 2017-07-21
  • 2.0.0-alpha.5 - 2017-06-03
  • 2.0.0-alpha.4 - 2017-05-15
  • 2.0.0-alpha.3 - 2017-01-29
  • 2.0.0-alpha.1 - 2017-01-15
  • 1.7.3 - 2017-09-08
from node-fetch GitHub release notes
Commit messages
Package name: node-fetch

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant