mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-02-09 15:09:59 +00:00
fix: upgrade @google-cloud/text-to-speech from 3.2.2 to 3.4.0
Snyk has created this PR to upgrade @google-cloud/text-to-speech from 3.2.2 to 3.4.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
This commit is contained in:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -10,7 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google-cloud/speech": "^4.9.0",
|
"@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/db-helpers": "^0.6.12",
|
||||||
"@jambonz/realtimedb-helpers": "^0.4.14",
|
"@jambonz/realtimedb-helpers": "^0.4.14",
|
||||||
"@jambonz/time-series": "^0.1.5",
|
"@jambonz/time-series": "^0.1.5",
|
||||||
@@ -577,11 +577,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@google-cloud/text-to-speech": {
|
"node_modules/@google-cloud/text-to-speech": {
|
||||||
"version": "3.2.2",
|
"version": "3.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-3.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-3.4.0.tgz",
|
||||||
"integrity": "sha512-QXrZ8AS2AnwYSj/sK2Qf8JQsReHoXGFpnyePknhowsMeCNFVzNwzNpWQyCh+hbqwXjo9o5phyPBnrmnuVTUzPA==",
|
"integrity": "sha512-0N5QEZxTdv89lG5Dcd7VEaTkL7LuPXWlTf7fmar7reAhsUVh9PeqJJttCXxPaHQ1LY+czvxDzswysHvVdYxL+Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"google-gax": "^2.12.0"
|
"google-gax": "^2.24.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
@@ -6372,11 +6372,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@google-cloud/text-to-speech": {
|
"@google-cloud/text-to-speech": {
|
||||||
"version": "3.2.2",
|
"version": "3.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-3.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/@google-cloud/text-to-speech/-/text-to-speech-3.4.0.tgz",
|
||||||
"integrity": "sha512-QXrZ8AS2AnwYSj/sK2Qf8JQsReHoXGFpnyePknhowsMeCNFVzNwzNpWQyCh+hbqwXjo9o5phyPBnrmnuVTUzPA==",
|
"integrity": "sha512-0N5QEZxTdv89lG5Dcd7VEaTkL7LuPXWlTf7fmar7reAhsUVh9PeqJJttCXxPaHQ1LY+czvxDzswysHvVdYxL+Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"google-gax": "^2.12.0"
|
"google-gax": "^2.24.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@grpc/grpc-js": {
|
"@grpc/grpc-js": {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google-cloud/speech": "^4.9.0",
|
"@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/db-helpers": "^0.6.12",
|
||||||
"@jambonz/realtimedb-helpers": "^0.4.14",
|
"@jambonz/realtimedb-helpers": "^0.4.14",
|
||||||
"@jambonz/time-series": "^0.1.5",
|
"@jambonz/time-series": "^0.1.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user