diff --git a/src/main/resources/public/package-lock.json b/src/main/resources/public/package-lock.json index f4fa3de..7d3d4a7 100644 --- a/src/main/resources/public/package-lock.json +++ b/src/main/resources/public/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@twilio/voice-sdk": "github:twilio/twilio-voice.js#2.0.0" + "@twilio/voice-sdk": "^2.0.1" } }, "node_modules/@twilio/audioplayer": { @@ -29,16 +29,16 @@ } }, "node_modules/@twilio/voice-sdk": { - "version": "2.0.0", - "resolved": "git+ssh://git@github.com/twilio/twilio-voice.js.git#4e7135bb029ac00b90b9fd136f3c0914159402eb", - "license": "Apache-2.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@twilio/voice-sdk/-/voice-sdk-2.0.1.tgz", + "integrity": "sha512-s/JApPh/pLstydmWtKSzbpHnwxEcBBsZNIj0dG2pDFrdDJ2+viuEOxeTy/anet7L6mS0koHvbRfNQiwfM3rkSw==", "dependencies": { "@twilio/audioplayer": "1.0.6", "@twilio/voice-errors": "1.1.1", "backoff": "2.5.0", "loglevel": "1.6.7", "rtcpeerconnection-shim": "1.2.8", - "ws": "6.1.3", + "ws": "6.2.2", "xmlhttprequest": "1.8.0" } }, @@ -824,9 +824,9 @@ } }, "node_modules/ws": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.3.tgz", - "integrity": "sha512-tbSxiT+qJI223AP4iLfQbkbxkwdFcneYinM2+x46Gx2wgvbaOMO36czfdfVUBRTHvzAMRhDd98sA5d/BuWbQdg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", "dependencies": { "async-limiter": "~1.0.0" } @@ -858,15 +858,16 @@ } }, "@twilio/voice-sdk": { - "version": "git+ssh://git@github.com/twilio/twilio-voice.js.git#4e7135bb029ac00b90b9fd136f3c0914159402eb", - "from": "@twilio/voice-sdk@github:twilio/twilio-voice.js#2.0.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@twilio/voice-sdk/-/voice-sdk-2.0.1.tgz", + "integrity": "sha512-s/JApPh/pLstydmWtKSzbpHnwxEcBBsZNIj0dG2pDFrdDJ2+viuEOxeTy/anet7L6mS0koHvbRfNQiwfM3rkSw==", "requires": { "@twilio/audioplayer": "1.0.6", "@twilio/voice-errors": "1.1.1", "backoff": "2.5.0", "loglevel": "1.6.7", "rtcpeerconnection-shim": "1.2.8", - "ws": "6.1.3", + "ws": "6.2.2", "xmlhttprequest": "1.8.0" } }, @@ -1442,9 +1443,9 @@ } }, "ws": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.3.tgz", - "integrity": "sha512-tbSxiT+qJI223AP4iLfQbkbxkwdFcneYinM2+x46Gx2wgvbaOMO36czfdfVUBRTHvzAMRhDd98sA5d/BuWbQdg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", "requires": { "async-limiter": "~1.0.0" } diff --git a/src/main/resources/public/package.json b/src/main/resources/public/package.json index 62cd58d..a47d76a 100644 --- a/src/main/resources/public/package.json +++ b/src/main/resources/public/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "@twilio/voice-sdk": "github:twilio/twilio-voice.js#2.0.0" + "@twilio/voice-sdk": "2.0.1" } }