update to latest synthAudio with minor fixes

This commit is contained in:
Dave Horton
2022-01-27 13:52:35 -05:00
parent 62ff44540d
commit 77a696a0dc
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@jambonz/db-helpers": "^0.6.16",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.1",
"@jambonz/realtimedb-helpers": "^0.4.18",
"@jambonz/realtimedb-helpers": "^0.4.19",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.5",
"aws-sdk": "^2.1060.0",
@@ -545,9 +545,9 @@
}
},
"node_modules/@jambonz/realtimedb-helpers": {
"version": "0.4.18",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.18.tgz",
"integrity": "sha512-q1nxqA/tRBlNiRWvprukapRwU2ElC/OFvz2vbBIHBW6Zkfuty3KSesXsVkYDU9zF4zKEynFEhcT1nshKQKH2ag==",
"version": "0.4.19",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.19.tgz",
"integrity": "sha512-wEc7OXogQ5SZ9mgLNxviBNY0WvUKGGztyDzze3oi44edsZp0vNneVHUmdZuDzuDvUMBqsvCa0fvri8LGaxovlw==",
"dependencies": {
"@google-cloud/text-to-speech": "^3.4.0",
"@jambonz/promisify-redis": "^0.0.6",
@@ -5876,9 +5876,9 @@
}
},
"@jambonz/realtimedb-helpers": {
"version": "0.4.18",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.18.tgz",
"integrity": "sha512-q1nxqA/tRBlNiRWvprukapRwU2ElC/OFvz2vbBIHBW6Zkfuty3KSesXsVkYDU9zF4zKEynFEhcT1nshKQKH2ag==",
"version": "0.4.19",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.19.tgz",
"integrity": "sha512-wEc7OXogQ5SZ9mgLNxviBNY0WvUKGGztyDzze3oi44edsZp0vNneVHUmdZuDzuDvUMBqsvCa0fvri8LGaxovlw==",
"requires": {
"@google-cloud/text-to-speech": "^3.4.0",
"@jambonz/promisify-redis": "^0.0.6",