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 react-dropzone from 10.2.2 to 14.2.3 #8

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Mar 4, 2023

Snyk has created this PR to upgrade react-dropzone from 10.2.2 to 14.2.3.

ℹ️ 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 44 versions ahead of your current version.
  • The recommended version was released 5 months ago, on 2022-10-12.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Buffer Overflow
SNYK-JS-LIBHEIFJS-3332736
436/1000
Why? Recently disclosed, CVSS 7.3
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HTTPCACHESEMANTICS-3248783
436/1000
Why? Recently disclosed, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-3050818
436/1000
Why? Recently disclosed, CVSS 7.3
No Known Exploit

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

Release notes
Package name: react-dropzone
  • 14.2.3 - 2022-10-12

    14.2.3 (2022-10-12)

    Bug Fixes

  • 14.2.2 - 2022-07-03

    14.2.2 (2022-07-03)

    Bug Fixes

    • allow {accept} file selection w/o using the OS options (8127759)
  • 14.2.1 - 2022-05-07

    14.2.1 (2022-05-07)

    Bug Fixes

    • call onError if FS access API fails in secure ctx (a2039fd)
  • 14.2.0 - 2022-05-03

    14.2.0 (2022-05-03)

    Features

    • bump file-selector to v0.6 (239dd29)
  • 14.1.2 - 2022-05-03

    14.1.2 (2022-05-03)

    Bug Fixes

    • add missing onError type (7aff9a5)
  • 14.1.1 - 2022-05-02

    14.1.1 (2022-05-02)

    Bug Fixes

    • apply custom validator on {isDragAccept,isDragReject} (2d33fdf)
  • 14.1.0 - 2022-05-02

    14.1.0 (2022-05-02)

    Features

    • add option to auto focus the root and close #1145 (1b91e50)
  • 14.0.1 - 2022-05-01

    14.0.1 (2022-05-01)

    Bug Fixes

    • use aria role presentation by default and close #1152 (7a2f405)
  • 14.0.0 - 2022-05-01

    14.0.0 (2022-05-01)

    Features

    BREAKING CHANGES

    • the {draggedFiles} prop on the returned hook state has been removed and the accept/reject state is only computed on drag enter and drop.
  • 13.0.0 - 2022-04-30

    13.0.0 (2022-04-30)

    Features

    • add {onError} cb to allow users to handle errors (9134893)
    • allow passing file ext. to the file picker options and close #1141 (58976f4)

    BREAKING CHANGES

    • The {accept} prop will now require an object instead of a string or array of strings:

    Before:

    useDropzone({
      accept: ".jpeg,.png"
      // accept: [".jpeg", ".png"]
    })
    

    After:

    useDropzone({
      accept: {
        "image/*": [".jpeg", ".png"]
      }
    })
    
  • 12.1.0 - 2022-04-26
  • 12.0.6 - 2022-04-26
  • 12.0.5 - 2022-04-10
  • 12.0.4 - 2022-02-13
  • 12.0.3 - 2022-02-13
  • 12.0.2 - 2022-02-09
  • 12.0.1 - 2022-02-07
  • 12.0.0 - 2022-02-06
  • 11.7.1 - 2022-02-06
  • 11.7.0 - 2022-02-05
  • 11.6.0 - 2022-02-05
  • 11.5.3 - 2022-01-29
  • 11.5.2 - 2022-01-29
  • 11.5.1 - 2022-01-10
  • 11.5.0 - 2022-01-10
  • 11.4.2 - 2021-09-23
  • 11.4.1 - 2021-09-22
  • 11.4.0 - 2021-09-14
  • 11.3.5 - 2021-09-13
  • 11.3.4 - 2021-06-25
  • 11.3.3 - 2021-06-25
  • 11.3.2 - 2021-03-26
  • 11.3.1 - 2021-02-08
  • 11.3.0 - 2021-02-03
  • 11.2.4 - 2020-11-08
  • 11.2.3 - 2020-10-30
  • 11.2.2 - 2020-10-28
  • 11.2.1 - 2020-10-23
  • 11.2.0 - 2020-09-18
  • 11.1.0 - 2020-09-09
  • 11.0.3 - 2020-08-13
  • 11.0.2 - 2020-07-14
  • 11.0.1 - 2020-04-26
  • 11.0.0 - 2020-04-26
  • 10.2.2 - 2020-03-26
from react-dropzone GitHub release notes
Commit messages
Package name: react-dropzone

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
1 participant