update db-helper 0.9.16 (#1316)

This commit is contained in:
Hoan Luu Huu
2025-08-08 21:43:59 +07:00
committed by GitHub
parent 66bb466297
commit 6b8d0fe1a8
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"@aws-sdk/client-auto-scaling": "^3.549.0",
"@aws-sdk/client-sns": "^3.549.0",
"@jambonz/db-helpers": "^0.9.12",
"@jambonz/db-helpers": "^0.9.16",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.15",
@@ -1336,12 +1336,12 @@
}
},
"node_modules/@jambonz/db-helpers": {
"version": "0.9.12",
"resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.9.12.tgz",
"integrity": "sha512-cmUuh6G2yqsPZxx0v0iKq0puCaWPz6RGaHvMxBZlolEfLHxTcHshgm+Y/L7J3/4bEKaovzP4z7TXh/pab7mZig==",
"version": "0.9.16",
"resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.9.16.tgz",
"integrity": "sha512-vp+UoqfgshZlSw+ci4Ml5ZkhR0ZAC1l2WwvKjTQMV6CITN1x6LQps2QndJHrMQHkwtPfFOLAZQwvVxczC5jktQ==",
"license": "MIT",
"dependencies": {
"cidr-matcher": "^2.1.1",
"debug": "^4.3.4",
"mysql2": "^3.11.0",
"node-object-hash": "^2.3.10",
"uuid": "^8.3.2"

View File

@@ -27,7 +27,7 @@
"dependencies": {
"@aws-sdk/client-auto-scaling": "^3.549.0",
"@aws-sdk/client-sns": "^3.549.0",
"@jambonz/db-helpers": "^0.9.12",
"@jambonz/db-helpers": "^0.9.16",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.15",