mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2026-01-24 22:27:52 +00:00
Merge pull request #26 from jambonz/fix/db-helper
fix: update db helper version
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user