opensearch-project / reporting-cli

Apache License 2.0
4 stars 13 forks source link

Update dependency jsdom to v20 #76

Closed mend-for-github-com[bot] closed 1 month ago

mend-for-github-com[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
jsdom dependencies major ^19.0.0 -> ^20.0.0

By merging this PR, the issue #49 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 CVE-2024-37890

Release Notes

jsdom/jsdom (jsdom) ### [`v20.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2000) [Compare Source](https://togithub.com/jsdom/jsdom/compare/19.0.0...20.0.0) - Node.js v14 is now the minimum supported version. - Added `crypto.getRandomValues()`. (sjrd) - Added `HTMLFormControlsCollection` and `RadioNodeList`, so `formEl.elements` now behaves correctly. (UndefinedBehavior) - Added the `signal` option to `addEventListener()`. (cheap-glitch) - Fixed the `:root` pseudoclass to work correctly. (hughs-ch) - Updated `parse5`, bringing along some HTML parsing and serialization fixes. (fb55)