Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
9976749745 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
2023-02-16 16:34:10 +00:00
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
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": {

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",