Skip to content

Commit f12e5c2

Browse files
authored
fix(deps): update dependency @google-cloud/text-to-speech to v5 (GoogleCloudPlatform#3451)
1 parent 621cf19 commit f12e5c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

functions/speech-to-speech/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@google-cloud/speech": "^5.0.0",
3636
"@google-cloud/storage": "^7.0.0",
37-
"@google-cloud/text-to-speech": "^4.0.0",
37+
"@google-cloud/text-to-speech": "^5.0.0",
3838
"@google-cloud/translate": "^7.0.0",
3939
"firebase-admin": "^11.0.0",
4040
"firebase-functions": "^4.0.0",

texttospeech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "c8 mocha --timeout=60000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/text-to-speech": "^4.0.4",
17+
"@google-cloud/text-to-speech": "^5.0.0",
1818
"yargs": "^17.0.0"
1919
},
2020
"devDependencies": {

translate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/automl": "^3.0.0",
18-
"@google-cloud/text-to-speech": "^4.0.0",
18+
"@google-cloud/text-to-speech": "^5.0.0",
1919
"@google-cloud/translate": "^7.0.4",
2020
"@google-cloud/vision": "^3.0.0",
2121
"yargs": "^17.0.0"

0 commit comments

Comments
 (0)