socialtables / saml-protocol

A framework-agnostic SAML protocol implementation for service and identity providers
16 stars 5 forks source link

Update dependency xmlbuilder to v9 #47

Closed mend-app-cvent[bot] closed 2 years ago

mend-app-cvent[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
xmlbuilder dependencies major 8.2.2 -> 9.0.5

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

Severity CVSS Score CVE GitHub Issue
High 7.5 WS-2018-0625 #32

Release Notes

oozcitak/xmlbuilder-js ### [`v9.0.5`](https://togithub.com/oozcitak/xmlbuilder-js/compare/v9.0.4...v9.0.5) [Compare Source](https://togithub.com/oozcitak/xmlbuilder-js/compare/v9.0.4...v9.0.5) ### [`v9.0.4`](https://togithub.com/oozcitak/xmlbuilder-js/blob/HEAD/CHANGELOG.md#​904---2017-08-16) [Compare Source](https://togithub.com/oozcitak/xmlbuilder-js/compare/v9.0.3...v9.0.4) - `spacebeforeslash` writer option accepts `true` as well as space char(s). ### [`v9.0.3`](https://togithub.com/oozcitak/xmlbuilder-js/blob/HEAD/CHANGELOG.md#​903---2017-08-15) [Compare Source](https://togithub.com/oozcitak/xmlbuilder-js/compare/v9.0.2...v9.0.3) - `spacebeforeslash` writer option can now be used with XML fragments. ### [`v9.0.2`](https://togithub.com/oozcitak/xmlbuilder-js/blob/HEAD/CHANGELOG.md#​902---2017-08-15) [Compare Source](https://togithub.com/oozcitak/xmlbuilder-js/compare/v9.0.1...v9.0.2) - Added the `spacebeforeslash` writer option to add a space character before closing tags of empty elements. See [#​157](https://togithub.com/oozcitak/xmlbuilder-js/issues/157). ### [`v9.0.1`](https://togithub.com/oozcitak/xmlbuilder-js/blob/HEAD/CHANGELOG.md#​901---2017-06-19) [Compare Source](https://togithub.com/oozcitak/xmlbuilder-js/compare/v9.0.0...v9.0.1) - Fixed character validity checks to work with node.js 4.0 and 5.0. See [#​161](https://togithub.com/oozcitak/xmlbuilder-js/issues/161). ### [`v9.0.0`](https://togithub.com/oozcitak/xmlbuilder-js/blob/HEAD/CHANGELOG.md#​900---2017-05-05) [Compare Source](https://togithub.com/oozcitak/xmlbuilder-js/compare/v8.2.2...v9.0.0) - Removed case conversion options. - Removed support for node.js 4.0 and 5.0. Minimum required version is now 6.0. - Fixed valid char filter to use XML 1.1 instead of 1.0. See [#​147](https://togithub.com/oozcitak/xmlbuilder-js/issues/147). - Added options for negative indentation and suppressing pretty printing of text nodes. See [#​145](https://togithub.com/oozcitak/xmlbuilder-js/issues/145).