billmcchesney1 / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
0 stars 0 forks source link

Update dependency jsdom to v16 - autoclosed #101

Closed mend-for-github-com[bot] closed 7 months ago

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

This PR contains the following updates:

Package Type Update Change
jsdom devDependencies major ^11.5.1 -> ^16.6.0

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
Critical 9.8 CVE-2023-26136 #100
Critical 9.8 CVE-2023-26136 #100
High 7.5 CVE-2022-24999 #45
High 7.5 CVE-2023-26115 #98

Release Notes

jsdom/jsdom (jsdom) ### [`v16.6.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#1660) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.5.3...16.6.0) - Added `parentNode.replaceChildren()`. (ninevra) - Fixed jsdom's handling of when code running inside the jsdom throws `null` or `undefined` as an exception. (mbest) - Removed the dependency on the deprecated [`request`](https://www.npmjs.com/package/request) package, in the process fixing several issues with the `XMLHttpRequest` implementation around header processing. Special thanks to vegardbb for completing this months-long effort! ### [`v16.5.3`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#1653) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.5.2...16.5.3) - Fixed infinite recursion when using `MutationObserver`s to observe elements inside a `MutationObserver` callback. ### [`v16.5.2`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#1652) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.5.1...16.5.2) - Fixed `Access-Control-Allow-Headers: *` to work with `XMLHttpRequest`. (silviot) - Fixed `xhr.response` to strip any leading BOM when `xhr.responseType` is `"json"`. - Fixed `new Text()` and `new Comment()` constructors to properly set the resulting node's `ownerDocument`. - Fixed `customElements.whenDefined()` to resolve its returned promise with the custom element constructor, per recent spec updates. (ExE-Boss) - Fixed parsing to ensure that `` does not throw an exception, but instead correctly produces a SVG-namespace `