Merge pull request #26 from jambonz/fix/db-helper

fix: update db helper version
This commit is contained in:
Dave Horton
2023-05-05 20:35:34 -04:00
committed by GitHub
2 changed files with 11 additions and 11 deletions

14
package-lock.json generated
View File

@@ -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",

View File

@@ -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",