From a94f25b0bd73ca71f96fdd8a1526925e0629c67f Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Mon, 8 Aug 2022 16:27:42 +0200 Subject: [PATCH] update to latest @jambonz/siprec-utils with fix for sdp version --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c5513d..aec5b5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@jambonz/http-health-check": "^0.0.1", "@jambonz/realtimedb-helpers": "^0.4.29", "@jambonz/rtpengine-utils": "^0.3.1", - "@jambonz/siprec-client-utils": "^0.1.3", + "@jambonz/siprec-client-utils": "^0.1.4", "@jambonz/stats-collector": "^0.1.6", "@jambonz/time-series": "^0.1.9", "aws-sdk": "^2.1152.0", @@ -691,9 +691,9 @@ } }, "node_modules/@jambonz/siprec-client-utils": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@jambonz/siprec-client-utils/-/siprec-client-utils-0.1.3.tgz", - "integrity": "sha512-gsqfApTCil8ylt2ljZNdqr0fUgdoiHNx8CSk/HokNEr69NS2yhzdIE32VTwbqk+ocWIJXLNNJm1eZxgeDRgp8g==", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@jambonz/siprec-client-utils/-/siprec-client-utils-0.1.4.tgz", + "integrity": "sha512-5UZLjR9Qg06nOUQFkGw09wpc5fY7fF7Zws2poCt3ZWG2v2FXn61nXKT0DYVYsPpHIVOvPcPetxxeU/cJZtoTxw==", "dependencies": { "sdp-transform": "^2.14.1", "uuid": "^8.3.2" @@ -5842,9 +5842,9 @@ } }, "@jambonz/siprec-client-utils": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@jambonz/siprec-client-utils/-/siprec-client-utils-0.1.3.tgz", - "integrity": "sha512-gsqfApTCil8ylt2ljZNdqr0fUgdoiHNx8CSk/HokNEr69NS2yhzdIE32VTwbqk+ocWIJXLNNJm1eZxgeDRgp8g==", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@jambonz/siprec-client-utils/-/siprec-client-utils-0.1.4.tgz", + "integrity": "sha512-5UZLjR9Qg06nOUQFkGw09wpc5fY7fF7Zws2poCt3ZWG2v2FXn61nXKT0DYVYsPpHIVOvPcPetxxeU/cJZtoTxw==", "requires": { "sdp-transform": "^2.14.1", "uuid": "^8.3.2" diff --git a/package.json b/package.json index d8fbce7..9405f7a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@jambonz/http-health-check": "^0.0.1", "@jambonz/realtimedb-helpers": "^0.4.29", "@jambonz/rtpengine-utils": "^0.3.1", - "@jambonz/siprec-client-utils": "^0.1.3", + "@jambonz/siprec-client-utils": "^0.1.4", "@jambonz/stats-collector": "^0.1.6", "@jambonz/time-series": "^0.1.9", "aws-sdk": "^2.1152.0",