Vonage-Community / vonage-anagrams

System for running an anagram game at conferences
Apache License 2.0
1 stars 0 forks source link

Update dependency @vonage/video to v1 #13

Open mend-for-github-com[bot] opened 1 year ago

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

This PR contains the following updates:

Package Type Update Change
@vonage/video (source) dependencies major ^0.8.9 -> ^1.0.0

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
Medium Medium 6.4 CVE-2022-23540
Medium Medium 5.9 CVE-2022-23539
Medium Medium 5.0 CVE-2022-23541

Release Notes

Vonage/vonage-node-sdk (@​vonage/video) ### [`v1.0.0`](https://togithub.com/Vonage/vonage-node-sdk/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://togithub.com/Vonage/vonage-node-sdk/compare/@vonage/video@0.10.0...@vonage/video@1.0.0) - ADDED: `applicationId` and `privateKey` properties to first constructor parameter to support JWT generation. - ADDED: `options.logger` to constructor 2nd parameter to allow adding customer logger. - ADDED: `options.appendToUserAgent` to constructor 2nd paramater to append custom string to `User-Agent` header sent to Nexmo. - ADDED: nexmo.calls adding support to `create`, `get`, `update` and `delete` calls. - ADDED: nexmo.applications adding support to `create`, `get`, `update` and `delete` calls. - ADDED: Functionality is now namespaced: - `nexmo.message` - `nexmo.calls` - `nexmo.number` - `nexmo.verify` - `nexmo.numberInsight` - `nexmo.account` - `nexmo.voice` - legacy voice functionality - CHANGED: `var Nexmo = require('nexmo');` returns a class definition which should be created using the `new` operator e.g. `var nexmo = new Nexmo(args...);`. - REMOVED: `var nexmo = require('nexmo');` no longer exposes singleton functions offered by "easynexmo". ### [`v0.10.0`](https://togithub.com/Vonage/vonage-node-sdk/compare/@vonage/video@0.9.0...@vonage/video@0.10.0) [Compare Source](https://togithub.com/Vonage/vonage-node-sdk/compare/@vonage/video@0.9.0...@vonage/video@0.10.0) ### [`v0.9.0`](https://togithub.com/Vonage/vonage-node-sdk/compare/@vonage/video@0.8.10...@vonage/video@0.9.0) [Compare Source](https://togithub.com/Vonage/vonage-node-sdk/compare/@vonage/video@0.8.10...@vonage/video@0.9.0)