MValle21 / conduktor

A simple URL shortener that uses GSuite authentication
MIT License
0 stars 0 forks source link

Update dependency node-notifier to v9 - autoclosed #32

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
node-notifier devDependencies major ^5.1.2 -> ^9.0.0

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

Severity CVSS Score CVE GitHub Issue
Medium 5.6 CVE-2020-7789 #23

Release Notes

mikaelbr/node-notifier ### [`v9.0.0`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v900) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v8.0.2...v9.0.0) Breaking changes: - Corrects mapping on snoretoast activate event. See [#​347](https://togithub.com/mikaelbr/node-notifier/pull/347). ##### Patches - Fix named pipe in WSL. See [#​342](https://togithub.com/mikaelbr/node-notifier/pull/342). - fixes possible injection issue for notify-send ### [`v8.0.2`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v802) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v8.0.1...v8.0.2) - Fixes potential security issue with non-escaping input parameters for notify-send. ### [`v8.0.1`](https://togithub.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1) ### [`v8.0.0`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v800) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v7.0.2...v8.0.0) Breaking changes: - Expire time for notify-send is made to match macOS and Windows with default time of 10 seconds. The API is changed to take seconds as input and converting it to milliseconds before passing it on to notify-send. See [#​341](https://togithub.com/mikaelbr/node-notifier/pull/341). ### [`v7.0.2`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v702) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v7.0.1...v7.0.2) - Updates dependencies - Fixes issue with haning Windows notifications when disabled ([#​335](https://togithub.com/mikaelbr/node-notifier/pull/335)) ### [`v7.0.1`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v701) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v7.0.0...v7.0.1) - Fixes import of uuid, removes deprecation warnings ### [`v7.0.0`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v700) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v6.0.0...v7.0.0) ##### Features - NotifySend support for app-name ([#​299](https://togithub.com/mikaelbr/node-notifier/pull/299), see docs) ##### Breaking Changes - All notify messages now have auto bound context to make it easier to pass as variables/arguments ([#​306](https://togithub.com/mikaelbr/node-notifier/pull/306)) - Updated snoreToast to version `0.7.0` with new input features ([#​293](https://togithub.com/mikaelbr/node-notifier/pull/293)) - Breaking snoreToast: Sanitizing data now changes "timedout" to "timeout" ### [`v6.0.0`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v600) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v5.4.5...v6.0.0) ##### Breaking Changes - Dropped support for node v6. As of v6 we currently support node versions 8, 10, and 12 (latest). - Updated to the latest version of SnoreToast. This removes support for the `wait` option in that environment as it is now always on. Prepares the way for other new features added to the WindowsToaster. ##### Other - Update to latest version of dependencies. ### [`v5.4.5`](https://togithub.com/mikaelbr/node-notifier/compare/v5.4.4...v5.4.5) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v5.4.4...v5.4.5) ### [`v5.4.4`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v544) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v5.4.3...v5.4.4) - Fixes potential security issue with non-escaping input parameters for notify-send. ### [`v5.4.3`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v543) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v5.4.2...v5.4.3) - Fixes potential security issue with non-escaping input parameters for notify-send. ### [`v5.4.2`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v542) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v5.4.1...v5.4.2) - Updates dependencies ### [`v5.4.1`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v541) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v5.4.0...v5.4.1) - Reverts changes to default timeout as they are causing some issues. See [#​271](https://togithub.com/mikaelbr/node-notifier/pull/271) ### [`v5.4.0`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v540) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v5.3.0...v5.4.0) - Prevent Spotlight from indexing terminal-notifier.app ([#​238](https://togithub.com/mikaelbr/node-notifier/pull/238)) - Changes from legacy url.parse api - Adds default timeout to notification center - Adds mapping from timeout to expire time for linux - Enables the use of WindowsToaster when using WSL ([#​260](https://togithub.com/mikaelbr/node-notifier/pull/260)) ### [`v5.3.0`](https://togithub.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md#v530) [Compare Source](https://togithub.com/mikaelbr/node-notifier/compare/v5.2.1...v5.3.0) - Re-adds `notifu` update.