diff --git a/package-lock.json b/package-lock.json index 8fde0f7c..22f51382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,10 @@ "version": "v0.8.2", "license": "MIT", "dependencies": { - "@jambonz/db-helpers": "^0.7.9", + "@jambonz/db-helpers": "^0.7.10", "@jambonz/http-health-check": "^0.0.1", "@jambonz/realtimedb-helpers": "^0.7.2", - "@jambonz/speech-utils": "^0.0.12", + "@jambonz/speech-utils": "^0.0.13", "@jambonz/stats-collector": "^0.1.8", "@jambonz/time-series": "^0.2.5", "@jambonz/verb-specifications": "^0.0.22", @@ -1595,9 +1595,9 @@ } }, "node_modules/@jambonz/db-helpers": { - "version": "0.7.9", - "resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.7.9.tgz", - "integrity": "sha512-JajIJSPXW0OTjVprDwTH8/yU/qhHY1XkXe6f5PRh0kvRt42AmYggcGKqgivUkY1seR/GVCnQccDcIA2ZEdvDUg==", + "version": "0.7.10", + "resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.7.10.tgz", + "integrity": "sha512-wVZY7je6j01jZNmnzSiuhUz+ufeVEqh8WLi2RPiOJrNk3lFa6eNJJifCCzi5Z71zzIO8jEnDzj54rvbaFgaMtw==", "dependencies": { "cidr-matcher": "^2.1.1", "debug": "^4.3.4", @@ -1639,9 +1639,9 @@ } }, "node_modules/@jambonz/speech-utils": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.12.tgz", - "integrity": "sha512-0S5HlFmVLGw6AA7R1HBE08tgCjT4P7szqsMioDKVrrTA84/qqqb4Vv70zc0F63lM2qUU5OXUnA1RJUcVpo9imQ==", + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.13.tgz", + "integrity": "sha512-vJFgPn65FEtHTq8I/glu8h54NIvAh+7EzD18YpM9wgaUvNR0+qAeunBbqPQZLzud++i7HYPPnwd1v5u1r3wXgw==", "dependencies": { "@aws-sdk/client-polly": "^3.303.0", "@google-cloud/text-to-speech": "^4.2.1", @@ -10053,9 +10053,9 @@ "dev": true }, "@jambonz/db-helpers": { - "version": "0.7.9", - "resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.7.9.tgz", - "integrity": "sha512-JajIJSPXW0OTjVprDwTH8/yU/qhHY1XkXe6f5PRh0kvRt42AmYggcGKqgivUkY1seR/GVCnQccDcIA2ZEdvDUg==", + "version": "0.7.10", + "resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.7.10.tgz", + "integrity": "sha512-wVZY7je6j01jZNmnzSiuhUz+ufeVEqh8WLi2RPiOJrNk3lFa6eNJJifCCzi5Z71zzIO8jEnDzj54rvbaFgaMtw==", "requires": { "cidr-matcher": "^2.1.1", "debug": "^4.3.4", @@ -10091,9 +10091,9 @@ } }, "@jambonz/speech-utils": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.12.tgz", - "integrity": "sha512-0S5HlFmVLGw6AA7R1HBE08tgCjT4P7szqsMioDKVrrTA84/qqqb4Vv70zc0F63lM2qUU5OXUnA1RJUcVpo9imQ==", + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.13.tgz", + "integrity": "sha512-vJFgPn65FEtHTq8I/glu8h54NIvAh+7EzD18YpM9wgaUvNR0+qAeunBbqPQZLzud++i7HYPPnwd1v5u1r3wXgw==", "requires": { "@aws-sdk/client-polly": "^3.303.0", "@google-cloud/text-to-speech": "^4.2.1", diff --git a/package.json b/package.json index 19c845a7..33506922 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ "jslint:fix": "eslint app.js tracer.js lib --fix" }, "dependencies": { - "@jambonz/db-helpers": "^0.7.9", + "@jambonz/db-helpers": "^0.7.10", "@jambonz/http-health-check": "^0.0.1", "@jambonz/realtimedb-helpers": "^0.7.2", - "@jambonz/speech-utils": "^0.0.12", + "@jambonz/speech-utils": "^0.0.13", "@jambonz/stats-collector": "^0.1.8", "@jambonz/time-series": "^0.2.5", "@jambonz/verb-specifications": "^0.0.22",