1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-18 14:21:32 +03:00

chore: bump @google-cloud/speech to 3.2.0

This commit is contained in:
Louistiti 2019-06-07 22:04:57 +08:00
parent 439196b90e
commit 544f2ca022
2 changed files with 8 additions and 14 deletions

20
package-lock.json generated
View File

@ -358,9 +358,9 @@
"optional": true
},
"@google-cloud/common": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-1.0.0.tgz",
"integrity": "sha512-+gnUT+GFB2OxMJzhu8OtCL+2g2e9kk7maFq/+Y8hS5cp2Y39cYN3diIUh0owiEs8V6CKxb/jn5zgqQUQ/4j2Rw==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-2.0.0.tgz",
"integrity": "sha512-F8S6Haj8b2vVeqbUTCmEFqtbSMmK9Fpr+ehm8+yhjULZBxkRR45uKdzIZSbVC8cQ2QKpFOSr1EBNZY/AHeitxg==",
"requires": {
"@google-cloud/projectify": "^1.0.0",
"@google-cloud/promisify": "^1.0.0",
@ -385,13 +385,12 @@
"integrity": "sha512-B1wYzEqvM71QQgzc47xH3np40dxT17G76gMYew0q/fSwU/iWu7nNfxOU8Ataormee5j/n27G1muKU85LRdecww=="
},
"@google-cloud/speech": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@google-cloud/speech/-/speech-3.0.0.tgz",
"integrity": "sha512-2ZD8ubeOWmapmtO7c7iRc7vIdWegJjMlDqYA+Wg0BAbIMBEr5AXKrm35rHa3dsP3B7XGWZ7d2VwYrGhv3RQN7g==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@google-cloud/speech/-/speech-3.2.0.tgz",
"integrity": "sha512-RbtBIVhos1UeX9blooDLzvUFKgl+KJmPzMCtMsM44SOAGAfKVyMqRnV5Fon0rhnziA6kaY9DieKnwuqrIdnHMQ==",
"requires": {
"@google-cloud/common": "^1.0.0",
"@google-cloud/common": "^2.0.0",
"google-gax": "^1.0.0",
"lodash.merge": "^4.6.1",
"protobufjs": "^6.8.6",
"pumpify": "^1.5.1",
"stream-events": "^1.0.4",
@ -10088,11 +10087,6 @@
"integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=",
"dev": true
},
"lodash.merge": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz",
"integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ=="
},
"lodash.sortby": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",

View File

@ -49,7 +49,7 @@
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.17",
"@ffprobe-installer/ffprobe": "^1.0.9",
"@google-cloud/speech": "^3.0.0",
"@google-cloud/speech": "^3.2.0",
"@google-cloud/text-to-speech": "^1.1.0",
"archiver": "^2.1.1",
"async": "^2.6.0",