fix: upgrade @google-cloud/speech from 5.1.0 to 5.2.0

Snyk has created this PR to upgrade @google-cloud/speech from 5.1.0 to 5.2.0.

See this package in npm:
https://www.npmjs.com/package/@google-cloud/speech

See this project in Snyk:
https://app.snyk.io/org/davehorton/project/b7e09765-19b2-4aa5-90ba-10432e250041?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2023-02-17 16:34:33 +00:00
parent 10009d903e
commit 26229f02c8
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@deepgram/sdk": "^1.10.2",
"@google-cloud/speech": "^5.1.0",
"@google-cloud/speech": "^5.2.0",
"@google-cloud/text-to-speech": "^4.0.3",
"@jambonz/db-helpers": "^0.7.3",
"@jambonz/realtimedb-helpers": "^0.6.0",
@@ -537,13 +537,13 @@
}
},
"node_modules/@google-cloud/speech": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@google-cloud/speech/-/speech-5.1.0.tgz",
"integrity": "sha512-BozG2DIHxd1aqIMXTMARagkDQuzmwet/ZJiji6tM4FDGXqh3eTcQUEd4x67EbEioTMPVho4zd4Gp56P8HieCFg==",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@google-cloud/speech/-/speech-5.2.0.tgz",
"integrity": "sha512-tGofv+6wvDn1AtdBPHi0y0JSOmSl0CqTF90BGIigT/21oea9M7ptNxRe+y/IqZGn7OyfTBnJWBM7NQ0RramdhQ==",
"dependencies": {
"@google-cloud/common": "^4.0.0",
"@types/pumpify": "^1.4.1",
"google-gax": "^3.3.0",
"google-gax": "^3.5.2",
"pumpify": "^2.0.0",
"stream-events": "^1.0.4",
"uuid": "^9.0.0"
@@ -8008,13 +8008,13 @@
"integrity": "sha512-z1CjRjtQyBOYL+5Qr9DdYIfrdLBe746jRTYfaYU6MeXkqp7UfYs/jX16lFFVzZ7PGEJvqZNqYUEtb1mvDww4pA=="
},
"@google-cloud/speech": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@google-cloud/speech/-/speech-5.1.0.tgz",
"integrity": "sha512-BozG2DIHxd1aqIMXTMARagkDQuzmwet/ZJiji6tM4FDGXqh3eTcQUEd4x67EbEioTMPVho4zd4Gp56P8HieCFg==",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@google-cloud/speech/-/speech-5.2.0.tgz",
"integrity": "sha512-tGofv+6wvDn1AtdBPHi0y0JSOmSl0CqTF90BGIigT/21oea9M7ptNxRe+y/IqZGn7OyfTBnJWBM7NQ0RramdhQ==",
"requires": {
"@google-cloud/common": "^4.0.0",
"@types/pumpify": "^1.4.1",
"google-gax": "^3.3.0",
"google-gax": "^3.5.2",
"pumpify": "^2.0.0",
"stream-events": "^1.0.4",
"uuid": "^9.0.0"

View File

@@ -19,7 +19,7 @@
},
"dependencies": {
"@deepgram/sdk": "^1.10.2",
"@google-cloud/speech": "^5.1.0",
"@google-cloud/speech": "^5.2.0",
"@google-cloud/text-to-speech": "^4.0.3",
"@jambonz/db-helpers": "^0.7.3",
"@jambonz/realtimedb-helpers": "^0.6.0",