Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @google-cloud/speech to v5 #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Jun 19, 2024

This PR contains the following updates:

Package Type Update Change
@google-cloud/speech (source) dependencies major ^2.3.0 -> ^5.0.0

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

Severity CVSS Score CVE
Critical Critical 9.8 CVE-2023-36665
High High 8.2 CVE-2022-25878
High High 7.5 CVE-2020-7768
High High 7.5 CVE-2020-8237
High High 7.5 CVE-2022-24771
High High 7.5 CVE-2022-24772
Medium Medium 6.6 WS-2022-0008
Medium Medium 6.1 CVE-2022-0122
Medium Medium 5.3 CVE-2022-24773
Medium Medium 5.3 CVE-2022-25883
Medium Medium 5.3 CVE-2022-25883
Medium Medium 5.3 CVE-2024-37168

Release Notes

googleapis/google-cloud-node (@​google-cloud/speech)

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • update library to use Node 12 (#​891)
Build System
4.10.2 (2022-05-02)
Bug Fixes
4.10.1 (2022-04-11)
Bug Fixes
  • use full link in comment to fix JSDoc broken link (#​851) (1f34087)

v4.10.2

Compare Source

v4.10.1

Compare Source

v4.10.0

Compare Source

Features
  • add alternative_language_codes to RecognitionConfig (#​824) (f5cfad6)
  • add hint boost in SpeechContext (f5cfad6)
  • add result_end_time to SpeechRecognitionResult (#​825) (11363fe)
  • add SpeechAdaptation configuration (f5cfad6)
  • add spoken punctuation and spoken emojis (f5cfad6)
  • add WEBM_OPUS codec (f5cfad6)
  • add word confidence (f5cfad6)
Bug Fixes

v4.9.0

Compare Source

Features
4.8.1 (2021-09-10)
Bug Fixes

v4.8.1

Compare Source

v4.8.0

Compare Source

Features

v4.7.0

Compare Source

Features
4.6.1 (2021-08-17)
Bug Fixes

v4.6.1

Compare Source

v4.6.0

Compare Source

Features
4.5.6 (2021-08-02)
Bug Fixes
4.5.5 (2021-07-21)
Bug Fixes
  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#​777) (8911be0)
4.5.4 (2021-07-12)
Bug Fixes
4.5.3 (2021-06-29)
Bug Fixes
4.5.2 (2021-05-25)
Bug Fixes
  • GoogleAdsError missing using generator version after 1.3.0 (#​755) (0f612f3)
4.5.1 (2021-05-20)
Bug Fixes

v4.5.6

Compare Source

v4.5.5

Compare Source

v4.5.4

Compare Source

v4.5.3

Compare Source

v4.5.2

Compare Source

v4.5.1

Compare Source

v4.5.0

Compare Source

Features
  • Support for spoken punctuation and spoken emojis (#​737) (1a30de0)
Bug Fixes

v4.4.0

Compare Source

Features
  • Support output transcript to GCS for LongRunningRecognize. (#​708) (357e34d)

v4.3.0

Compare Source

Features

v4.2.0

Compare Source

Features
4.1.5 (2020-12-02)
Bug Fixes
  • browser: check for fetch on window (6378dc1)
4.1.4 (2020-11-06)
Bug Fixes
4.1.3 (2020-09-12)
Bug Fixes
4.1.2 (2020-09-01)
Bug Fixes
4.1.1 (2020-07-06)
Bug Fixes

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

v4.1.1

v4.1.0

Features
  • secrets: begin migration to secret manager from keystore (#​605) (e3ac050)
Bug Fixes

v4.0.0

⚠ BREAKING CHANGES
  • The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
Features
Bug Fixes

v3.6.0

Compare Source

Features
Bug Fixes
  • enum, bytes, and Long types now accept strings (9742189)
3.5.4 (2020-01-05)
Bug Fixes
  • better client close(), update .nycrc, require mocha explicitly (824e75c)
  • increase timeout from 20s to 60s (#​490) (d822f90)
3.5.3 (2019-12-12)
Bug Fixes
  • added clarity around needing SoX for 'streamingMicRecognize' sample (edee8d2)
3.5.2 (2019-12-11)
Bug Fixes
  • make operationsClient and service stub public (0c22cd7)
3.5.1 (2019-12-05)
Bug Fixes

v3.5.4

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

In this release this library has been converted to TypeScript. This change is supposed to be compatible
with the previous versions, but if you find that your code is broken by this change, please file an
issue!

Features
Bug Fixes

v3.4.0

Compare Source

Features
  • samples: bump auto-punctuation sample to v1 and move diarization to v1 (#​463) (ebcd0d3)
  • add support for speaker tag field (#​466) (a027563)
Bug Fixes
  • docs: snippets are now replaced in jsdoc comments (#​465) (e8c4269)
3.3.2 (2019-10-22)
Bug Fixes
3.3.1 (2019-10-09)
Bug Fixes
  • use compatible version of google-gax (14b96af)

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

Bug Fixes
  • docs: stop linking reference documents to anchor (d54da3d)
Features
  • introduces speaker diarization configuration (8adb72a)
  • load protos from JSON, grpc-fallback support (3cc8989)
3.2.6 (2019-08-27)
Bug Fixes
  • deps: update dependency yargs to v14 (254e9d9)
  • use correct version for x-goog-api-client header (6fa0c13)
3.2.5 (2019-08-02)
Bug Fixes
  • allow calls with no request, add JSON proto (61349c0)
3.2.4 (2019-07-29)
Bug Fixes
3.2.3 (2019-07-23)
Bug Fixes
3.2.2 (2019-06-26)
Bug Fixes
  • docs: link to reference docs section on googleapis.dev (#​393) (a6e3104)
3.2.1 (2019-06-13)
Bug Fixes

v3.2.6

Compare Source

v3.2.5

Compare Source

v3.2.4

Compare Source

v3.2.3

Compare Source

v3.2.2

Compare Source

v3.2.1

Compare Source

v3.2.0

Compare Source

Features
  • support apiEndpoint override in client constructor (#​377) (c77ef77)
3.1.1 (2019-05-29)
Bug Fixes

v3.1.1

Compare Source

v3.1.0

Compare Source

Features

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • upgrade engines field to >=8.10.0 (#​339)
Bug Fixes
Build System
Features

v2.3.1

Compare Source

03-20-2019 15:38 PDT

Bug Fixes
  • fix: throw on invalid credentials (#​302)
Dependencies
Documentation
  • docs: add backticks to JavaScript samples in jsdoc (#​317)
  • docs(samples): Multi-channel GA sample (#​295)
  • docs: add lint/fix example to contributing guide (#​291)
  • docs: update links in contrib guide (#​304)
  • docs: update contributing path in README (#​297)
  • docs: move CONTRIBUTING.md to root (#​296)
Internal / Testing Changes
  • chore: publish to npm using wombat (#​322)
  • build: use per-repo npm publish token (#​320)
  • chore: update proto comments and fix tests (#​316)
  • build: Add docuploader credentials to node publish jobs (#​314)
  • build: update release config (#​310)
  • build: use node10 to run samples-test, system-test etc (#​313)
  • chore: update proto docs and code style (#​308)
  • chore(deps): update dependency mocha to v6 (#​305)
  • build: use linkinator for docs test (#​303)
  • fix(deps): update dependency yargs to v13 (#​301)
  • build: create docs test npm scripts (#​300)
  • build: test using @​grpc/grpc-js in CI (#​298)

  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by Mend label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants