This commit is contained in:
Dave Horton
2025-08-20 18:16:36 -04:00
parent 10b5ceeef1
commit b4b096d07c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.15",
"@jambonz/speech-utils": "^0.2.21",
"@jambonz/speech-utils": "^0.2.22",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.14",
"@jambonz/verb-specifications": "^0.0.113",
@@ -1376,9 +1376,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.2.21",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.21.tgz",
"integrity": "sha512-9lu2op+k/U9EWcpihGt+3XcBxxUi4A+2JAkU4KUqDGJXdcuxSHg4JOGgMjgJRTkO5WLVNo3OXtFHHhDQe6TYlQ==",
"version": "0.2.22",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.22.tgz",
"integrity": "sha512-heSKhoIEAbIjmzwo4CKLkpClGBYrLEo7tud5V0kj2Su3MmgBjCNkPh2WVrP0Qj4Ix8ROKXLASzApkrL60zwNYg==",
"dependencies": {
"23": "^0.0.0",
"@aws-sdk/client-polly": "^3.496.0",

View File

@@ -31,7 +31,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.15",
"@jambonz/speech-utils": "^0.2.21",
"@jambonz/speech-utils": "^0.2.22",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.14",
"@jambonz/verb-specifications": "^0.0.113",