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 @testing-library/user-event from 7.2.1 to 14.5.1 #2

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

Conversation

YoutacRandS-VA
Copy link
Owner

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


Snyk has created this PR to upgrade @testing-library/user-event from 7.2.1 to 14.5.1.

ℹ️ 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 181 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-09-15.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Improper Input Validation
SNYK-JS-URLPARSE-2407770
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Prototype Pollution
SNYK-JS-OBJECTPATH-1585658
512/1000
Why? Proof of Concept exploit, CVSS 8.1
No Known Exploit
Prototype Poisoning
SNYK-JS-QS-3153490
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Prototype Poisoning
SNYK-JS-QS-3153490
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Prototype Pollution
SNYK-JS-JSONSCHEMA-1920922
512/1000
Why? Proof of Concept exploit, CVSS 8.1
No Known Exploit
Command Injection
SNYK-JS-LODASH-1040724
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Prototype Pollution
SNYK-JS-OBJECTPATH-1017036
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-TMPL-1583443
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Prototype Pollution
SNYK-JS-ASYNC-2441827
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Denial of Service (DoS)
SNYK-JS-DECODEURICOMPONENT-3149970
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Information Exposure
SNYK-JS-EVENTSOURCE-2823375
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2332181
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Prototype Pollution
SNYK-JS-JSON5-3182856
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Authorization Bypass Through User-Controlled Key
SNYK-JS-URLPARSE-2412697
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Access Restriction Bypass
SNYK-JS-URLPARSE-2401205
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Authorization Bypass
SNYK-JS-URLPARSE-2407759
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Prototype Pollution
SNYK-JS-OBJECTPATH-1569453
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PROMPTS-1729737
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Prototype Pollution
SNYK-JS-JSON5-3182856
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-1018905
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Denial of Service (DoS)
SNYK-JS-NWSAPI-2841516
512/1000
Why? Proof of Concept exploit, CVSS 8.1
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-TERSER-2806366
512/1000
Why? Proof of Concept exploit, CVSS 8.1
No Known Exploit
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2396346
512/1000
Why? Proof of Concept exploit, CVSS 8.1
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-WORDWRAP-3149973
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Prototype Pollution
SNYK-JS-MINIMIST-2429795
512/1000
Why? Proof of Concept exploit, CVSS 8.1
Proof of Concept
Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
512/1000
Why? Proof of Concept exploit, CVSS 8.1
No Known Exploit

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

Release notes
Package name: @testing-library/user-event
  • 14.5.1 - 2023-09-15

    14.5.1 (2023-09-15)

    Bug Fixes

    • incorrect default import from @ testing-library/dom (#1162) (d7483f0)
  • 14.5.0 - 2023-09-14

    14.5.0 (2023-09-14)

    Bug Fixes

    • exports: add a named export for userEvent (4019cee), closes #1146

    Features

    • types: Add additional type exports for UserEvent & Options (#1112) (da00e8d)
  • 14.4.3 - 2022-08-09

    14.4.3 (2022-08-09)

    Bug Fixes

  • 14.4.2 - 2022-08-04

    14.4.2 (2022-08-04)

    Bug Fixes

  • 14.4.1 - 2022-08-02

    14.4.1 (2022-08-02)

    Bug Fixes

  • 14.4.0 - 2022-08-02

    14.4.0 (2022-08-02)

    Features

    Bug Fixes

    • event: be robust against incomplete event implementations (#1009) (289828b)
    • upload: be robust against missing FileList implementation (#1007) (a46b4d7)
    • keyboard: switch modifier state of lock keys on the correct event (#1003) (2852509)
    • keyboard: remove platform-specific additional key events for Control on AltGraph (#1003) (2852509)
    • pointer: dispatch contextmenu events with detail: 0 (#1003) (2852509)
    • pointer: always set PointerEvent.isPrimary (#1003) (2852509)
    • pointer: set button property on pointer events separately from legacy mouse events (#1003) (2852509)
    • pointer: click closest common ancestor if mousedown and mouseup happen on different elements (#1003) (2852509)
    • pointer: omit click event on release if another button is released first (#1003) (2852509)
    • pointer: dispatch mouseover, mouseenter and mousemove on disabled elements (#1003) (2852509)
    • pointer: prevent mouse* events per pointerdown event handler (#1003) (2852509)
    • pointer: dispatch *out and *over events when moving into / out of nested elements (#1003) (2852509)
    • pointer: dispatch *enter and *leave events on ancestors (#1003) (2852509)
  • 14.3.0 - 2022-07-19

    14.3.0 (2022-07-19)

    Features

    • keyboard: change radio group per arrow keys (#995) (e1c22af)
  • 14.2.6 - 2022-07-18
  • 14.2.5 - 2022-07-15
  • 14.2.4 - 2022-07-15
  • 14.2.3 - 2022-07-14
  • 14.2.2 - 2022-07-14
  • 14.2.1 - 2022-06-17
  • 14.2.0 - 2022-05-12
  • 14.1.1 - 2022-04-17
  • 14.1.0 - 2022-04-11
  • 14.0.4 - 2022-04-01
  • 14.0.3 - 2022-03-31
  • 14.0.2 - 2022-03-31
  • 14.0.1 - 2022-03-31
  • 14.0.0 - 2022-03-29
  • 14.0.0-beta.14 - 2022-03-24
  • 14.0.0-beta.13 - 2022-03-04
  • 14.0.0-beta.12 - 2022-03-01
  • 14.0.0-beta.11 - 2022-02-10
  • 14.0.0-beta.10 - 2022-02-08
  • 14.0.0-beta.9 - 2022-02-07
  • 14.0.0-beta.8 - 2022-01-16
  • 14.0.0-beta.7 - 2022-01-05
  • 14.0.0-beta.6 - 2022-01-01
  • 14.0.0-beta.5 - 2021-12-31
  • 14.0.0-beta.4 - 2021-12-30
  • 14.0.0-beta.3 - 2021-12-13
  • 14.0.0-beta.2 - 2021-12-07
  • 14.0.0-beta.1 - 2021-11-28
  • 14.0.0-alpha.18 - 2021-11-28
  • 14.0.0-alpha.17 - 2021-11-25
  • 14.0.0-alpha.16 - 2021-11-25
  • 14.0.0-alpha.15 - 2021-11-25
  • 14.0.0-alpha.14 - 2021-11-17
  • 14.0.0-alpha.13 - 2021-11-17
  • 14.0.0-alpha.12 - 2021-11-16
  • 14.0.0-alpha.11 - 2021-11-15
  • 14.0.0-alpha.10 - 2021-11-15
  • 14.0.0-alpha.9 - 2021-11-15
  • 14.0.0-alpha.8 - 2021-11-11
  • 14.0.0-alpha.7 - 2021-11-09
  • 14.0.0-alpha.6 - 2021-11-03
  • 14.0.0-alpha.5 - 2021-10-30
  • 14.0.0-alpha.4 - 2021-10-29
  • 14.0.0-alpha.3 - 2021-10-25
  • 14.0.0-alpha.2 - 2021-10-22
  • 14.0.0-alpha.1 - 2021-10-21
  • 13.5.0 - 2021-10-18
  • 13.4.2 - 2021-10-18
  • 13.4.1 - 2021-10-15
  • 13.4.0 - 2021-10-15
  • 13.3.0 - 2021-10-10
  • 13.2.1 - 2021-07-25
  • 13.2.0 - 2021-07-17
  • 13.1.9 - 2021-05-12
  • 13.1.8 - 2021-04-29
  • 13.1.7 - 2021-04-29
  • 13.1.6 - 2021-04-28
  • 13.1.5 - 2021-04-19
  • 13.1.4 - 2021-04-18
  • 13.1.3 - 2021-04-14
  • 13.1.2 - 2021-04-09
  • 13.1.1 - 2021-03-30
  • 13.1.0 - 2021-03-30
  • 13.0.16 - 2021-03-25
  • 13.0.15 - 2021-03-25
  • 13.0.14 - 2021-03-25
  • 13.0.13 - 2021-03-24
  • 13.0.12 - 2021-03-24
  • 13.0.11 - 2021-03-24
  • 13.0.10 - 2021-03-23
  • 13.0.9 - 2021-03-23
  • 13.0.8 - 2021-03-23
  • 13.0.7 - 2021-03-22
  • 13.0.6 - 2021-03-19
  • 13.0.5 - 2021-03-19
  • 13.0.4 - 2021-03-19
  • 13.0.3 - 2021-03-19
  • 13.0.2 - 2021-03-18
  • 13.0.1 - 2021-03-17
  • 13.0.0 - 2021-03-16
  • 12.8.3 - 2021-03-09
  • 12.8.2 - 2021-03-09
  • 12.8.1 - 2021-03-02
  • 12.8.0 - 2021-02-28
  • 12.7.4 - 2021-02-28
  • 12.7.3 - 2021-02-23
  • 12.7.2 - 2021-02-22
  • 12.7.1 - 2021-02-13
  • 12.7.0 - 2021-02-11
  • 12.6.3 - 2021-02-01
  • 12.6.2 - 2021-01-21
  • 12.6.1 - 2021-01-21
  • 12.6.0 - 2020-12-14
  • 12.5.0 - 2020-12-03
  • 12.4.0 - 2020-12-03
  • 12.3.0 - 2020-11-30
  • 12.2.2 - 2020-11-11
  • 12.2.1 - 2020-11-11
  • 12.2.0 - 2020-11-04
  • 12.1.10 - 2020-10-22
  • 12.1.9 - 2020-10-21
  • 12.1.8 - 2020-10-14
  • 12.1.7 - 2020-10-02
  • 12.1.6 - 2020-09-21
  • 12.1.5 - 2020-09-14
  • 12.1.4 - 2020-09-08
  • 12.1.3 - 2020-08-24
  • 12.1.2 - 2020-08-22
  • 12.1.1 - 2020-08-08
  • 12.1.0 - 2020-07-31
  • 12.0.17 - 2020-07-28
  • 12.0.16 - 2020-07-28
  • 12.0.15 - 2020-07-25
  • 12.0.14 - 2020-07-24
  • 12.0.13 - 2020-07-23
  • 12.0.12 - 2020-07-22
  • 12.0.11 - 2020-06-25
  • 12.0.10 - 2020-06-25
  • 12.0.9 - 2020-06-25
  • 12.0.8 - 2020-06-25
  • 12.0.7 - 2020-06-22
  • 12.0.6 - 2020-06-21
  • 12.0.5 - 2020-06-21
  • 12.0.4 - 2020-06-21
  • 12.0.3 - 2020-06-21
  • 12.0.2 - 2020-06-16
  • 12.0.1 - 2020-06-16
  • 12.0.0 - 2020-06-15
  • 12.0.0-alpha.3 - 2020-06-15
  • 12.0.0-alpha.2 - 2020-06-15
  • 12.0.0-alpha.1 - 2020-06-15
  • 11.4.2 - 2020-06-11
  • 11.4.1 - 2020-06-10
  • 11.4.0 - 2020-06-10
  • 11.3.2 - 2020-06-09
  • 11.3.1 - 2020-06-08
  • 11.3.0 - 2020-06-08
  • 11.2.1 - 2020-06-05
  • 11.2.0 - 2020-06-05
  • 11.1.0 - 2020-06-04
  • 11.0.1 - 2020-06-04
  • 11.0.0 - 2020-06-02
  • 10.4.1 - 2020-06-01
  • 10.4.0 - 2020-05-26
  • 10.3.5 - 2020-05-22
  • 10.3.4 - 2020-05-21
  • 10.3.3 - 2020-05-20
  • 10.3.2 - 2020-05-20
  • 10.3.1 - 2020-05-17
  • 10.3.0 - 2020-05-15
  • 10.2.4 - 2020-05-14
  • 10.2.3 - 2020-05-13
  • 10.2.2 - 2020-05-13
  • 10.2.1 - 2020-05-13
  • 10.2.0 - 2020-05-12
  • 10.1.2 - 2020-05-08
  • 10.1.1 - 2020-05-08
  • 10.1.0 - 2020-04-23
  • 10.0.2 - 2020-04-16
  • 10.0.1 - 2020-03-27
  • 10.0.0 - 2020-02-17
  • 9.0.0 - 2020-02-17
  • 8.1.3 - 2020-02-17
  • 8.1.2 - 2020-02-17
  • 8.1.1 - 2020-02-17
  • 8.1.0 - 2020-01-29
  • 8.0.7 - 2020-01-28
  • 8.0.6 - 2020-01-28
  • 8.0.5 - 2020-01-28
  • 8.0.4 - 2020-01-23
  • 8.0.3 - 2020-01-03
  • 8.0.2 - 2019-12-20
  • 8.0.1 - 2019-12-20
  • 8.0.0 - 2019-12-19
  • 7.2.1 - 2019-12-18
from @testing-library/user-event GitHub release notes
Commit messages
Package name: @testing-library/user-event

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
2 participants