Updated drachtio version to 5.0.5 (#177)

https://github.com/drachtio/drachtio-server/issues/424
This commit is contained in:
rammohan-y
2025-04-22 20:35:45 +05:30
committed by GitHub
parent dd198105e3
commit e02e0fa8c1
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"cidr-matcher": "^2.1.1",
"debug": "^4.3.4",
"drachtio-fn-b2b-sugar": "^0.2.1",
"drachtio-srf": "^5.0.4",
"drachtio-srf": "^5.0.5",
"express": "^4.19.2",
"pino": "^8.20.0",
"sdp-transform": "^2.15.0"
@@ -1589,10 +1589,9 @@
"integrity": "sha512-bMtje8GWVTze+UG6WSGnlUfBaYCuFiApNXl/XxWc+X9uATZiZkV2jIqhf+Y4SY3nS8dZclJIVKd9qwoCa+i+Vw=="
},
"node_modules/drachtio-srf": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-5.0.4.tgz",
"integrity": "sha512-qAUFy67r8UvP8dUdZermJrl165YMcmNU731vlkC8e5JjGkqMNf1TuDzRQiMo266e1qeGIDKBfNGdHHh1EJGxBA==",
"license": "MIT",
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-5.0.5.tgz",
"integrity": "sha512-dKdOf+zonTvk1eVu0IVc4a/Hdah2KspXngAeLQ3NZHdAkjQCJjYQZubVP6ho2QT1pzu8wA3U4M/atL1O99Ujzw==",
"dependencies": {
"debug": "^3.2.7",
"delegates": "^0.1.0",
@@ -1606,7 +1605,7 @@
"uuid-random": "^1.3.2"
},
"engines": {
"node": ">= 10.x"
"node": ">= 18.x"
}
},
"node_modules/drachtio-srf/node_modules/debug": {

View File

@@ -38,7 +38,7 @@
"cidr-matcher": "^2.1.1",
"debug": "^4.3.4",
"drachtio-fn-b2b-sugar": "^0.2.1",
"drachtio-srf": "^5.0.4",
"drachtio-srf": "^5.0.5",
"express": "^4.19.2",
"pino": "^8.20.0",
"sdp-transform": "^2.15.0"