s1seven / schema-tools

Tools to create, validate and render certificates using Material Identity JSON schemas
https://materialidentity.org/
Apache License 2.0
1 stars 1 forks source link

fix(deps): update dependency class-transformer to ^0.5.0 - autoclosed #80

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
class-transformer ^0.4.0 -> ^0.5.0 age adoption passing confidence

Release Notes

typestack/class-transformer ### [`v0.5.1`](https://togithub.com/typestack/class-transformer/blob/master/CHANGELOG.md#​051-v051-BREAKING-CHANGE---2021-11-22) [Compare Source](https://togithub.com/typestack/class-transformer/compare/v0.5.0...v0.5.1) ##### Changed - re-added accidentally removed deprecated function names `classToPlain` and `plainToClass` ### [`v0.5.0`](https://togithub.com/typestack/class-transformer/blob/master/CHANGELOG.md#​050-v050-BREAKING-CHANGE---2021-11-20) [Compare Source](https://togithub.com/typestack/class-transformer/compare/v0.4.1...v0.5.0) > **NOTE:** This version fixes a security vulnerability allowing denial of service attacks with a specially crafted request payload. Please update as soon as possible. ##### Breaking Changes See the breaking changes from `0.4.1` release. It was accidentally released as patch version. ### [`v0.4.1`](https://togithub.com/typestack/class-transformer/blob/master/CHANGELOG.md#​041-v041-BREAKING-CHANGE---2021-11-20) [Compare Source](https://togithub.com/typestack/class-transformer/compare/v0.4.0...v0.4.1) > **NOTE:** This version fixes a security vulnerability allowing denial of service attacks with a specially crafted request payload. Please update as soon as possible. ##### Breaking Changes **Exported functions has been renamed** Some of the exported functions has been renamed to better reflect what they are doing. - `classToPlain` -> `instanceToPlain` - `plainToClass` -> `plainToInstance` - `classToClass` -> `instanceToInstance` ##### Fixed - prevent unhandled error in `plaintToclass` when union-type member is undefined - fixed a scenario when a specially crafted JS object would be parsed to Array ##### Changed - various dev-dependencies updated

Configuration

📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.