diff --git a/package-lock.json b/package-lock.json index e633e3a..56de268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.8.1", "license": "MIT", "dependencies": { - "@jambonz/db-helpers": "^0.7.7", + "@jambonz/db-helpers": "^0.7.9", "@jambonz/http-authenticator": "^0.2.2", "@jambonz/mw-registrar": "^0.2.3", "@jambonz/realtimedb-helpers": "^0.4.34", @@ -711,9 +711,9 @@ } }, "node_modules/@jambonz/db-helpers": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.7.7.tgz", - "integrity": "sha512-d6u9VTaYegjF5F2KhL9Il0za74JOriI+Ov8OCfmhoPOYklOLlh5ZF44TaQ0xt++poCsV7qd+k8oVZ0t86q8o5w==", + "version": "0.7.9", + "resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.7.9.tgz", + "integrity": "sha512-JajIJSPXW0OTjVprDwTH8/yU/qhHY1XkXe6f5PRh0kvRt42AmYggcGKqgivUkY1seR/GVCnQccDcIA2ZEdvDUg==", "dependencies": { "cidr-matcher": "^2.1.1", "debug": "^4.3.4", @@ -5913,9 +5913,9 @@ "dev": true }, "@jambonz/db-helpers": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.7.7.tgz", - "integrity": "sha512-d6u9VTaYegjF5F2KhL9Il0za74JOriI+Ov8OCfmhoPOYklOLlh5ZF44TaQ0xt++poCsV7qd+k8oVZ0t86q8o5w==", + "version": "0.7.9", + "resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.7.9.tgz", + "integrity": "sha512-JajIJSPXW0OTjVprDwTH8/yU/qhHY1XkXe6f5PRh0kvRt42AmYggcGKqgivUkY1seR/GVCnQccDcIA2ZEdvDUg==", "requires": { "cidr-matcher": "^2.1.1", "debug": "^4.3.4", diff --git a/package.json b/package.json index 9e1c5a9..5d8b7db 100644 --- a/package.json +++ b/package.json @@ -18,16 +18,16 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/xquanluu/sbc-outbound-handler.git" + "url": "git+https://github.com/jambonz/sbc-sip-sidecar.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/xquanluu/sbc-outbound-handler/issues" + "url": "https://github.com/jambonz/sbc-sip-sidecar/issues" }, - "homepage": "https://github.com/xquanluu/sbc-outbound-handler#readme", + "homepage": "https://github.com/jambonz/sbc-sip-sidecar#readme", "dependencies": { - "@jambonz/db-helpers": "^0.7.7", + "@jambonz/db-helpers": "^0.7.9", "@jambonz/http-authenticator": "^0.2.2", "@jambonz/mw-registrar": "^0.2.3", "@jambonz/realtimedb-helpers": "^0.4.34",