fix: upgrade @google-cloud/text-to-speech from 4.0.3 to 4.1.0

Snyk has created this PR to upgrade @google-cloud/text-to-speech from 4.0.3 to 4.1.0.

See this package in npm:
https://www.npmjs.com/package/@google-cloud/text-to-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-16 16:34:10 +00:00
parent f7f3881d70
commit 9976749745
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -11,7 +11,7 @@
"dependencies": {
"@deepgram/sdk": "^1.10.2",
"@google-cloud/speech": "^5.1.0",
"@google-cloud/text-to-speech": "^4.0.3",
"@google-cloud/text-to-speech": "^4.1.0",
"@jambonz/db-helpers": "^0.7.3",
"@jambonz/realtimedb-helpers": "^0.6.0",
"@jambonz/time-series": "^0.2.5",
@@ -561,11 +561,11 @@
}
},
"node_modules/@google-cloud/text-to-speech": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-4.0.3.tgz",
"integrity": "sha512-SLpA+EcqmiKWInCCAA+LCjcHWJRP4gFCA+yXQQmLIArhbo1BsVv1MUHKWVZqG8RYRGWOH7w/rT9b0+uWiToFLQ==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-4.1.0.tgz",
"integrity": "sha512-nifCfsqHWU1w4g5FvahS2VZHnopfUZPVxXZvBBFYj2Ar7D9l5ycYbT0q78RRsMGK94c8GldLnLIJbquWKvCZGg==",
"dependencies": {
"google-gax": "^3.3.0"
"google-gax": "^3.5.2"
},
"engines": {
"node": ">=12.0.0"
@@ -8028,11 +8028,11 @@
}
},
"@google-cloud/text-to-speech": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-4.0.3.tgz",
"integrity": "sha512-SLpA+EcqmiKWInCCAA+LCjcHWJRP4gFCA+yXQQmLIArhbo1BsVv1MUHKWVZqG8RYRGWOH7w/rT9b0+uWiToFLQ==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-4.1.0.tgz",
"integrity": "sha512-nifCfsqHWU1w4g5FvahS2VZHnopfUZPVxXZvBBFYj2Ar7D9l5ycYbT0q78RRsMGK94c8GldLnLIJbquWKvCZGg==",
"requires": {
"google-gax": "^3.3.0"
"google-gax": "^3.5.2"
}
},
"@grpc/grpc-js": {
+1 -1
View File
@@ -20,7 +20,7 @@
"dependencies": {
"@deepgram/sdk": "^1.10.2",
"@google-cloud/speech": "^5.1.0",
"@google-cloud/text-to-speech": "^4.0.3",
"@google-cloud/text-to-speech": "^4.1.0",
"@jambonz/db-helpers": "^0.7.3",
"@jambonz/realtimedb-helpers": "^0.6.0",
"@jambonz/time-series": "^0.2.5",