Vonage-Community / sample-mongodb-vonage-integration-restaurant-demo

This demo shows off a more full-fledged way to integrate Vonage Verify, Vonage Messages, and the Vonage Meetings API in a structured application. It is powered by MongoDB's Atlas cloud database service, and can be managed by any MongoDB-compatible suite of tools.
Apache License 2.0
0 stars 0 forks source link

Update dependency nodemon to v3 - autoclosed #10

Closed mend-for-github-com[bot] closed 4 months ago

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

This PR contains the following updates:

Package Type Update Change
nodemon (source) dependencies major ^2.0.20 -> ^3.0.0

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

Severity CVSS Score CVE
High High 7.5 CVE-2022-25883
High High 7.5 CVE-2022-25883

Release Notes

remy/nodemon (nodemon) ### [`v3.0.0`](https://togithub.com/remy/nodemon/releases/tag/v3.0.0) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.22...v3.0.0) ##### Bug Fixes - also watch cjs ([86d5f40](https://togithub.com/remy/nodemon/commit/86d5f403a3e06e8aed48b37fa854730dc83257be)) - node@10 support back in ([af3b9e2](https://togithub.com/remy/nodemon/commit/af3b9e237281beffd92ceee0e2411ef53edcf375)) - semver vuln dep ([6bb8766](https://togithub.com/remy/nodemon/commit/6bb876666715e16464d48f98cd4bc2cba172a970)), closes [#​2119](https://togithub.com/remy/nodemon/issues/2119) ##### Features - always use polling on IBM i ([3b58104](https://togithub.com/remy/nodemon/commit/3b5810463e7c39b0a8e2856c996faf454a6ca1f8)) ##### BREAKING CHANGES - official support for node@8 dropped. However there's no function being used in semver that breaks node 8, so it's technically still possible to run with node 8, but it will no longer be supported (or tested in CI). ### [`v2.0.22`](https://togithub.com/remy/nodemon/releases/tag/v2.0.22) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.21...v2.0.22) ##### Bug Fixes - remove ts mapping if loader present ([f7816e4](https://togithub.com/remy/nodemon/commit/f7816e445b61e77dd57d5c9ccf5fa0be4f9b18a7)), closes [#​2083](https://togithub.com/remy/nodemon/issues/2083)