Skip to content

Commit 3e8fa4f

Browse files
authored
fix(deps): update dependency @google-cloud/speech to v6 (GoogleCloudPlatform#3447)
1 parent f12e5c2 commit 3e8fa4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"logs": "firebase functions:log"
3333
},
3434
"dependencies": {
35-
"@google-cloud/speech": "^5.0.0",
35+
"@google-cloud/speech": "^6.0.0",
3636
"@google-cloud/storage": "^7.0.0",
3737
"@google-cloud/text-to-speech": "^5.0.0",
3838
"@google-cloud/translate": "^7.0.0",

speech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "c8 mocha system-test --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/speech": "^5.1.0",
18+
"@google-cloud/speech": "^6.0.0",
1919
"@google-cloud/storage": "^7.0.0",
2020
"chalk": "^5.0.0",
2121
"fs.promises": "^0.1.2",

0 commit comments

Comments
 (0)