update drachtio-srf

This commit is contained in:
Dave Horton
2025-02-20 10:19:56 -05:00
parent 6b8b7661da
commit 0f63223c55
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"drachtio-mw-registration-parser": "^0.1.0", "drachtio-mw-registration-parser": "^0.1.0",
"drachtio-mw-response-time": "^1.0.2", "drachtio-mw-response-time": "^1.0.2",
"drachtio-srf": "^5.0.1", "drachtio-srf": "^5.0.2",
"pino": "^8.20.0", "pino": "^8.20.0",
"short-uuid": "^4.2.2" "short-uuid": "^4.2.2"
}, },
@@ -1422,9 +1422,9 @@
"integrity": "sha512-d+DtKuqhpkSBBkRfwcgS3x26T3lrdgo86yVWZ4wy+K8RtS1faT3hgLBq9EPEYSDkcw76r4klvdDWPhTrPqGAQw==" "integrity": "sha512-d+DtKuqhpkSBBkRfwcgS3x26T3lrdgo86yVWZ4wy+K8RtS1faT3hgLBq9EPEYSDkcw76r4klvdDWPhTrPqGAQw=="
}, },
"node_modules/drachtio-srf": { "node_modules/drachtio-srf": {
"version": "5.0.1", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-5.0.1.tgz", "resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-5.0.2.tgz",
"integrity": "sha512-HMPn+xLm2TCYY6cJoRpTlhCRakyKgPD93lM1gg6nNIlO9gPSKlUjX3mxL4iaFKuh+UFMMTAoB26fj892A6Lr4Q==", "integrity": "sha512-tM4TVNoC3IpdmpNn2gnuIp5AzNF6Ik6rvRTFjmQ25/W4gb4eVzK8cCYntc00rtbENI4HHmrX4Ep+/T+ZVnoTDw==",
"dependencies": { "dependencies": {
"debug": "^3.2.7", "debug": "^3.2.7",
"delegates": "^0.1.0", "delegates": "^0.1.0",

View File

@@ -36,7 +36,7 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"drachtio-mw-registration-parser": "^0.1.0", "drachtio-mw-registration-parser": "^0.1.0",
"drachtio-mw-response-time": "^1.0.2", "drachtio-mw-response-time": "^1.0.2",
"drachtio-srf": "^5.0.1", "drachtio-srf": "^5.0.2",
"pino": "^8.20.0", "pino": "^8.20.0",
"short-uuid": "^4.2.2" "short-uuid": "^4.2.2"
}, },