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 isomorphic-unfetch from 3.1.0 to 4.0.2 #25

Open
wants to merge 24 commits into
base: Canary
Choose a base branch
from

Conversation

OKEAMAH
Copy link
Owner

@OKEAMAH OKEAMAH commented Jun 4, 2024

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade isomorphic-unfetch from 3.1.0 to 4.0.2.

ℹ️ 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 PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 3 versions ahead of your current version.

  • The recommended version was released on a year ago.

Release notes
Package name: isomorphic-unfetch
  • 4.0.2 - 2023-01-03

    Full Changelog: isomorphic-4.0.1...isomorphic-4.0.2

  • 4.0.1 - 2022-12-31

    What's Changed

    New Contributors

    Full Changelog: isomorphic-3.1.0...isomorphic-4.0.1

  • 4.0.0 - 2022-12-31

    🦄 Small breaking change for awesome ponyness:

    • unfetch is now a pure ponyfill.
    • unfetch/polyfill is now the polyfill version (even smaller than the ponyfill!)
    • All modules are shipped in all formats, and the polyfill is now < 500b.
    • Also a little bugfix for IE11 (#85, thanks @ khusa)

    TL;DR: require('unfetch') no longer returns window.fetch when it exists. For that, use unfetch/polyfill.

    This change makes unfetch lovely to use as a polyfill from HTML:

    <script src="https://unpkg.com/unfetch/polyfill"></script>
    <!-- that's it! -->
    <script>foo = await fetch('/foo.json')</script>

    Otherwise, if you're using Unfetch and bundling your code, continue as you were before:

    if (!self.fetch) self.fetch = require('unfetch');
    // or simply:
    import 'unfetch/polyfill';

    Important - the one thing to avoid:

    Since unfetch is a proper ponyfill, it will now overwrite fetch even in supported browsers if you do the following

    // never do this!
    window.fetch = require('unfetch');
      </li>
      <li>
        <b>3.1.0</b> - <a href="https://github.com/developit/unfetch/releases/tag/isomorphic-3.1.0">2020-09-29</a></br><p>isomorphic-unfetch@3.1.0</p>
      </li>
    </ul>
    from <a href="https://github.com/developit/unfetch/releases">isomorphic-unfetch GitHub release notes</a>
    

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

dependabot bot and others added 24 commits February 12, 2024 03:38
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [next](https://github.com/vercel/next.js) from 13.4.2 to 13.5.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.2...v13.5.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.1.30...3.1.31)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Snyk has created this PR to upgrade kea from 0.28.7 to 3.1.6.

See this package in npm:
kea

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/ca40a79e-7c06-437c-8e2b-e6c95eb50867?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade react-redux from 5.1.2 to 9.1.2.

See this package in npm:
react-redux

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/ca40a79e-7c06-437c-8e2b-e6c95eb50867?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade next-redux-wrapper from 2.1.0 to 8.1.0.

See this package in npm:
next-redux-wrapper

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/ca40a79e-7c06-437c-8e2b-e6c95eb50867?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade reselect from 3.0.1 to 5.1.0.

See this package in npm:
reselect

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/ca40a79e-7c06-437c-8e2b-e6c95eb50867?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade styled-components from 5.3.11 to 6.1.9.

See this package in npm:
styled-components

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/01a3e30d-d2ac-4358-981d-4b4dad7f9998?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade framer-motion from 6.5.1 to 11.1.7.

See this package in npm:
framer-motion

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/d6eae191-191a-4c0e-9e6c-8e9c96dd3e97?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade isomorphic-unfetch from 3.1.0 to 4.0.2.

See this package in npm:
isomorphic-unfetch

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/5a349b93-784f-4171-a743-1727e8620af3?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

3 participants