scm-automation-project / npm-6-with-lock-file-project

0 stars 0 forks source link

Update dependency pushbullet to v3 - autoclosed #37

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

dev-mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
pushbullet dependencies major 2.4.0 -> 3.0.0

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

Severity CVSS Score CVE
High High 7.3 CVE-2020-7720

Release Notes

alexwhitman/node-pushbullet-api ### [`v3.0.0`](https://togithub.com/alexwhitman/node-pushbullet-api/blob/HEAD/CHANGELOG.md#​300) [Compare Source](https://togithub.com/alexwhitman/node-pushbullet-api/compare/8b5eaef4a831118d930540e099052ae5da62ca27...1f8c1fd99e3923b0b5ccada495e258d8c63186b3) **Note that this major version release contains backwards incompatible changes.** - Callback functionality has been removed. Callbacks can still be used by using `util.callbackify()`. - `request` has been replaced by `node-fetch`. Full API responses are returned by function calls. - Add support for for text API. - Deprecate `sendSMS()`, this is deprecated in the API and is replaced by `createText()`. - Add `createChannel()`.