diff --git a/package-lock.json b/package-lock.json index 6ee383a..3819c4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@jambonz/db-helpers": "^0.9.18", "@jambonz/lamejs": "^1.2.2", "@jambonz/mw-registrar": "^0.2.7", - "@jambonz/realtimedb-helpers": "^0.8.15", + "@jambonz/realtimedb-helpers": "^0.8.21", "@jambonz/speech-utils": "^0.2.30", "@jambonz/time-series": "^0.2.17", "@jambonz/verb-specifications": "^0.0.123", @@ -2851,9 +2851,9 @@ } }, "node_modules/@jambonz/realtimedb-helpers": { - "version": "0.8.15", - "resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.8.15.tgz", - "integrity": "sha512-gGQrUL9eHO+Gx2nSphl6/GwCo1Vui3GfKvjUYrxxicGPFDV+m8UMvWPKfgL9xHa3GIwGGDGeGDj5jJf77/RT9A==", + "version": "0.8.21", + "resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.8.21.tgz", + "integrity": "sha512-Zn/Zw14U0L1pB2RlN5i160FwWqphonhQ7p880OzsKOuvg+wmj6qIkxdLjDXo6TSxFPXDHD25s33zfGOT6ZIfsw==", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 817ca7c..6ee7fe4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@jambonz/db-helpers": "^0.9.18", "@jambonz/lamejs": "^1.2.2", "@jambonz/mw-registrar": "^0.2.7", - "@jambonz/realtimedb-helpers": "^0.8.15", + "@jambonz/realtimedb-helpers": "^0.8.21", "@jambonz/speech-utils": "^0.2.30", "@jambonz/time-series": "^0.2.17", "@jambonz/verb-specifications": "^0.0.123",