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 jsdom from 21.1.0 to 21.1.2 #127

Closed

Conversation

lognaturel
Copy link

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


Snyk has created this PR to upgrade jsdom from 21.1.0 to 21.1.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.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2023-05-01.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-TOUGHCOOKIE-5672873
504/1000
Why? Proof of Concept exploit, Recently disclosed, CVSS 6.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-WORDWRAP-3149973
504/1000
Why? Proof of Concept exploit, Recently disclosed, CVSS 6.5
Proof of Concept

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

Release notes
Package name: jsdom
  • 21.1.2 - 2023-05-01
    • Fixed setRangeText() used on <input> and <textarea> elements to calculate the new end index correctly. (pmstss)
    • Fixed pageX, pageY, offsetX, and offsetY on MouseEvents during dispatch. (jenseng)
    • Upgraded nwsapi to v2.2.4, bringing along various fixes to our selector engine.
  • 21.1.1 - 2023-03-12
    • Fixed jsdom.reconfigure() to also adjust the URL as seen by the history API, so that e.g. history.replaceState(null, "") would not mess up the URL. (jdufresne)
    • Fixed location.hash = "" to leave any # in location.href.
    • Fixes a few bugs with CSS parsing by replacing cssom with rweb-cssom, since the latter is maintained. (seanparmelee)
  • 21.1.0 - 2023-01-22
    • Added x, y, pageX, pageY, offsetX, and offsetY to MouseEvent. (jenseng, ViniciusFXavier)
    • Added support for unset with getComputedStyle(). (jsnajdr)
    • Added the submitter property to SubmitEvent. (jenseng)
    • Fixed MouseEvent's screenX and screenY to no longer coerce to integers, allowing fractional values. (jenseng)
    • Fixed formEl.submit() to not longer fire submit events. (jenseng)
    • Fixed stylesheets to no longer affect the document after their corresponding <link> is removed. (jsnajdr)
    • Fixed pointer-events to inherit when used with getComputedStyle(). (jsnajdr)
    • Fixed <script> elements with no src="" to no longer fire load events. (t1ger2080)
    • Improved getComputedStyle() to cache its results, which should make it much faster. (jsnajdr)
from jsdom GitHub release notes
Commit messages
Package name: jsdom
  • 4d1ef41 Version 21.1.2
  • 2167822 Add a temporary workaround for a Node 18 bug
  • 7512ce9 Add more selector regression tests
  • f75a9d1 Update nwsapi
  • f76d3a2 Fix the end index in setRangeText() for input and textarea
  • 12a24a9 MouseEvent: fix {page,offset}{X,Y} during dispatch
  • 31cfdd4 Version 21.1.1
  • 946050a Update dependencies and dev dependencies
  • 0e7b488 Fix location.hash setter with the empty string input
  • 7b15dc8 Make reconfigure() adjust the history API too
  • 65ef06f Update web-platform-tests
  • 5a4f77d Replace cssom with rweb-cssom
  • a5a7d34 Fix changelog typo

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

@lognaturel lognaturel closed this Jul 6, 2023
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.

2 participants