nexmo-community / sms-translation-demo-app

This project uses Node, React, Google Translate and Nexmo to create a real-time SMS translation demo application. Using a websocket, incoming text messages are sent to Google Translate API and then forwarded to the front-end application for display.
MIT License
1 stars 1 forks source link

Update dependency @google-cloud/translate to v6 - autoclosed #28

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

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

This PR contains the following updates:

Package Type Update Change
@google-cloud/translate (source) dependencies major ^5.1.4 -> ^6.0.0

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

Severity CVSS Score CVE
Critical Critical 9.8 CVE-2020-7768
High High 7.5 CVE-2020-8237
High High 7.5 CVE-2022-25878
Medium Medium 6.1 CVE-2022-0235
Medium Medium 5.3 CVE-2020-15168

Release Notes

googleapis/google-cloud-node (@​google-cloud/translate) ### [`v6.0.0`](https://togithub.com/googleapis/google-cloud-node/blob/HEAD/packages/google-cloud-translate/CHANGELOG.md#600-2020-06-03) ##### ⚠ BREAKING CHANGES - The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM. ##### Features - check status of long running operation by its name; fix linting ([#​531](https://www.togithub.com/googleapis/nodejs-translate/issues/531)) ([6e6907d](https://www.github.com/googleapis/nodejs-translate/commit/6e6907da0187d05797967b80d2d75c25125658aa)) - drop node8 support, support for async iterators ([#​482](https://www.togithub.com/googleapis/nodejs-translate/issues/482)) ([4a5f047](https://www.github.com/googleapis/nodejs-translate/commit/4a5f047f141dbe5dd0d6979351a36d9c2232f22e)) ##### Bug Fixes - ensure scoped protobuf ([#​500](https://www.togithub.com/googleapis/nodejs-translate/issues/500)) ([5793c23](https://www.github.com/googleapis/nodejs-translate/commit/5793c2306f7c028be093465a08d41824e48ed492)) - remove eslint, update gax, fix generated protos, run the generator ([#​507](https://www.togithub.com/googleapis/nodejs-translate/issues/507)) ([8f43605](https://www.github.com/googleapis/nodejs-translate/commit/8f4360505e4b86fe6729f96f34488aec84a5a1b6)) - **deps:** update dependency [@​google-cloud/automl](https://togithub.com/google-cloud/automl) to v2 ([#​503](https://www.togithub.com/googleapis/nodejs-translate/issues/503)) ([8ba77fe](https://www.github.com/googleapis/nodejs-translate/commit/8ba77fe702fef017b9f59678f9503705d16efe75)) - **deps:** update dependency [@​google-cloud/common](https://togithub.com/google-cloud/common) to v3 ([#​481](https://www.togithub.com/googleapis/nodejs-translate/issues/481)) ([fc719f0](https://www.github.com/googleapis/nodejs-translate/commit/fc719f08804299a3c8086a3eff393fbf8f1fde80)) - **deps:** update dependency [@​google-cloud/promisify](https://togithub.com/google-cloud/promisify) to v2 ([#​476](https://www.togithub.com/googleapis/nodejs-translate/issues/476)) ([bbbfa9f](https://www.github.com/googleapis/nodejs-translate/commit/bbbfa9f3223d39b5b78b9972d61eb8fb77bddafa)) ### [`v5.3.0`](https://togithub.com/googleapis/google-cloud-node/blob/HEAD/packages/google-cloud-translate/CHANGELOG.md#530-2020-03-06) ##### Features - deferred client initialization ([#​460](https://www.togithub.com/googleapis/nodejs-translate/issues/460)) ([0ed76f4](https://www.github.com/googleapis/nodejs-translate/commit/0ed76f4e83528c2d087a26598535f5daf5a08444)) ### [`v5.2.0`](https://togithub.com/googleapis/google-cloud-node/blob/HEAD/packages/google-cloud-translate/CHANGELOG.md#520-2020-02-27) ##### Features - export protos in src/index.ts ([#​451](https://www.togithub.com/googleapis/nodejs-translate/issues/451)) ([a70079e](https://www.github.com/googleapis/nodejs-translate/commit/a70079ea24fe36d7efdd7d028a55fd6acbd6b3e1)) ##### [5.1.6](https://www.github.com/googleapis/nodejs-translate/compare/v5.1.5...v5.1.6) (2020-02-07) ##### Bug Fixes - pass x-goog-request-params header for streaming calls ([40c90fa](https://www.github.com/googleapis/nodejs-translate/commit/40c90fa099ef0bd995b5923cd35ba4ac0f9344e1)) ##### [5.1.5](https://www.github.com/googleapis/nodejs-translate/compare/v5.1.4...v5.1.5) (2020-02-04) ##### Bug Fixes - enum, bytes, and Long types now accept strings ([19891e0](https://www.github.com/googleapis/nodejs-translate/commit/19891e07b2f1aaad5552999f1701dc81b5447754)) ##### [5.1.4](https://www.github.com/googleapis/nodejs-translate/compare/v5.1.3...v5.1.4) (2020-01-04) ##### Bug Fixes - better client close(), update .nycrc ([f476326](https://www.github.com/googleapis/nodejs-translate/commit/f476326b19e41253ba054cdfa5b7fcdfcb8dc1b2)) - increase timeout from 20s to 60s ([#​411](https://www.togithub.com/googleapis/nodejs-translate/issues/411)) ([40241fe](https://www.github.com/googleapis/nodejs-translate/commit/40241fea93a2315eae8344c58a9ffed87392eda4)) - suppress unhandled promise rejection errors ([#​417](https://www.togithub.com/googleapis/nodejs-translate/issues/417)) ([8eb6558](https://www.github.com/googleapis/nodejs-translate/commit/8eb655862b2d9c92f28f5b96eb1158dce3af704c)) ##### [5.1.3](https://www.github.com/googleapis/nodejs-translate/compare/v5.1.2...v5.1.3) (2019-12-16) ##### Bug Fixes - refactored request call to supress unhandled promise rejection ([#​406](https://www.togithub.com/googleapis/nodejs-translate/issues/406)) ([19fc9c7](https://www.github.com/googleapis/nodejs-translate/commit/19fc9c7d24e5b8d16f32d80023b81294e02d34d6)) - removed display_name from sample ([f518b1a](https://www.github.com/googleapis/nodejs-translate/commit/f518b1a9b405626e058f9f143d3e8929af1401db)) - update translate_create_glossary.js ([#​403](https://www.togithub.com/googleapis/nodejs-translate/issues/403)) ([aa10fc7](https://www.github.com/googleapis/nodejs-translate/commit/aa10fc7ac9299895b7e87ebec574e27871e0bd1d)) ##### [5.1.2](https://www.github.com/googleapis/nodejs-translate/compare/v5.1.1...v5.1.2) (2019-12-11) ##### Bug Fixes - make operationsClient and service stub public ([7ac1252](https://www.github.com/googleapis/nodejs-translate/commit/7ac12522ef96d6a37c15ca7847e6e872316c8a9d)) ##### [5.1.1](https://www.github.com/googleapis/nodejs-translate/compare/v5.1.0...v5.1.1) (2019-12-05) ##### Bug Fixes - **deps:** pin TypeScript below 3.7.0 ([53f3cff](https://www.github.com/googleapis/nodejs-translate/commit/53f3cff821869347a8d34f3b0561d3b8158d171d)) ### [`v5.1.6`](https://togithub.com/googleapis/google-cloud-node/blob/HEAD/packages/google-cloud-translate/CHANGELOG.md#516-2020-02-07) [Compare Source](https://togithub.com/googleapis/google-cloud-node/compare/71ec5f586230e73484b8c96f2d39400aae5873e6...9332c1c77c4e328be0721273bdd1b50b7323c3a7) ### [`v5.1.5`](https://togithub.com/googleapis/google-cloud-node/blob/HEAD/packages/google-cloud-translate/CHANGELOG.md#515-2020-02-04) [Compare Source](https://togithub.com/googleapis/google-cloud-node/compare/c764da22805801c384a9b667de0c1bf94f2231ee...71ec5f586230e73484b8c96f2d39400aae5873e6)