Vonage-Community / sample-conversations-node-app

A Simple demo for in app notifications using the conversation API
0 stars 0 forks source link

chore(deps): update dependency @vonage/server-sdk to v3 #5

Open mend-for-github-com[bot] opened 9 months ago

mend-for-github-com[bot] commented 9 months ago

This PR contains the following updates:

Package Type Update Change
@vonage/server-sdk (source) dependencies major 2.12.0-beta.3 -> 3.0.0

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

Severity CVSS Score CVE
Critical Critical 9.8 CVE-2023-26136
High High 7.5 CVE-2022-38900

Release Notes

Vonage/vonage-node-sdk (@​vonage/server-sdk) ### [`v3.0.0`](https://togithub.com/Vonage/vonage-node-sdk/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://togithub.com/Vonage/vonage-node-sdk/compare/0417d77ae9bb3170071776423822aa18f6299fcc...@vonage/server-sdk@3.0.0) > This version is a complete rewrite of version 2. Written in Typescript and broken out into smaller packages to reduce package size. Callbacks have been removed, and most functions will take in param objects instead of using positional params. SMS and Messages have been broken out to mirror the API. You can find migration guides for each package here: - [Accounts](https://togithub.com/Vonage/vonage-node-sdk/blob/3.x/packages/accounts/v2\_TO_v3\_MIGRATION_GUIDE.md) - [Applications](https://togithub.com/Vonage/vonage-node-sdk/blob/3.x/packages/applications/v2\_TO_v3\_MIGRATION_GUIDE.md) - [Messages](https://togithub.com/Vonage/vonage-node-sdk/blob/3.x/packages/messages/v2\_TO_v3\_MIGRATION_GUIDE.md) - [Number Insights](https://togithub.com/Vonage/vonage-node-sdk/blob/3.x/packages/number-insights/v2\_TO_v3\_MIGRATION_GUIDE.md) - [Numbers](https://togithub.com/Vonage/vonage-node-sdk/blob/3.x/packages/numbers/v2\_TO_v3\_MIGRATION_GUIDE.md) - [Pricing](https://togithub.com/Vonage/vonage-node-sdk/blob/3.x/packages/pricing/v2\_TO_v3\_MIGRATION_GUIDE.md) - [SMS](https://togithub.com/Vonage/vonage-node-sdk/blob/3.x/packages/sms/v2\_TO_v3\_MIGRATION_GUIDE.md) - [Verify](https://togithub.com/Vonage/vonage-node-sdk/blob/3.x/packages/verify/v2\_TO_v3\_MIGRATION_GUIDE.md) - [Voice](https://togithub.com/Vonage/vonage-node-sdk/blob/3.x/packages/voice/v2\_TO_v3\_MIGRATION_GUIDE.md)