mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-01-25 02:08:24 +00:00
Compare commits
1 Commits
30d0a3f1b5
...
snyk-upgra
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f98008131 |
18
package-lock.json
generated
18
package-lock.json
generated
@@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@google-cloud/speech": "^4.9.0",
|
||||
"@google-cloud/text-to-speech": "^3.1.3",
|
||||
"@google-cloud/text-to-speech": "^3.4.0",
|
||||
"@jambonz/db-helpers": "^0.6.12",
|
||||
"@jambonz/realtimedb-helpers": "^0.4.14",
|
||||
"@jambonz/time-series": "^0.1.5",
|
||||
@@ -577,11 +577,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@google-cloud/text-to-speech": {
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-3.2.2.tgz",
|
||||
"integrity": "sha512-QXrZ8AS2AnwYSj/sK2Qf8JQsReHoXGFpnyePknhowsMeCNFVzNwzNpWQyCh+hbqwXjo9o5phyPBnrmnuVTUzPA==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-3.4.0.tgz",
|
||||
"integrity": "sha512-0N5QEZxTdv89lG5Dcd7VEaTkL7LuPXWlTf7fmar7reAhsUVh9PeqJJttCXxPaHQ1LY+czvxDzswysHvVdYxL+Q==",
|
||||
"dependencies": {
|
||||
"google-gax": "^2.12.0"
|
||||
"google-gax": "^2.24.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
@@ -6372,11 +6372,11 @@
|
||||
}
|
||||
},
|
||||
"@google-cloud/text-to-speech": {
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-3.2.2.tgz",
|
||||
"integrity": "sha512-QXrZ8AS2AnwYSj/sK2Qf8JQsReHoXGFpnyePknhowsMeCNFVzNwzNpWQyCh+hbqwXjo9o5phyPBnrmnuVTUzPA==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-3.4.0.tgz",
|
||||
"integrity": "sha512-0N5QEZxTdv89lG5Dcd7VEaTkL7LuPXWlTf7fmar7reAhsUVh9PeqJJttCXxPaHQ1LY+czvxDzswysHvVdYxL+Q==",
|
||||
"requires": {
|
||||
"google-gax": "^2.12.0"
|
||||
"google-gax": "^2.24.1"
|
||||
}
|
||||
},
|
||||
"@grpc/grpc-js": {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@google-cloud/speech": "^4.9.0",
|
||||
"@google-cloud/text-to-speech": "^3.1.3",
|
||||
"@google-cloud/text-to-speech": "^3.4.0",
|
||||
"@jambonz/db-helpers": "^0.6.12",
|
||||
"@jambonz/realtimedb-helpers": "^0.4.14",
|
||||
"@jambonz/time-series": "^0.1.5",
|
||||
|
||||
Reference in New Issue
Block a user