update db helpers

This commit is contained in:
Dave Horton
2020-01-29 15:41:22 -05:00
parent e7893c8efa
commit 8487bb0571
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1802,9 +1802,9 @@
}
},
"jambonz-db-helpers": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/jambonz-db-helpers/-/jambonz-db-helpers-0.1.8.tgz",
"integrity": "sha512-Mnc/hAiJKcTok0gstkH3FWR/JtEyByc0KpLm2wceriIbTNhqtoBOegEMI/DyP3gRQMCdWF4RDX7v5jSY1HmKiw==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/jambonz-db-helpers/-/jambonz-db-helpers-0.2.0.tgz",
"integrity": "sha512-AykK4ICzUl5/LaNQGZdy8dlWuv8nOSSRVAqQDztJvdmJHyl4wTEC+///pKNgQlm+RX7R3vCV7dFCVoTHuIAx3A==",
"requires": {
"debug": "^4.1.1",
"mysql2": "^2.0.2"

View File

@@ -31,7 +31,7 @@
"drachtio-fn-b2b-sugar": "0.0.12",
"drachtio-fsmrf": "^1.5.12",
"drachtio-srf": "^4.4.27",
"jambonz-db-helpers": "^0.1.8",
"jambonz-db-helpers": "^0.2.0",
"moment": "^2.24.0",
"parse-url": "^5.0.1",
"pino": "^5.14.0",