diff --git a/webapp/package.json b/webapp/package.json index d549ac3bd..bfca923ca 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -24,7 +24,7 @@ "@playwright/test": "^1.40.0", "@reduxjs/toolkit": "^1.9.7", "debug": "^4.3.4", - "microsoft-cognitiveservices-speech-sdk": "^1.32.0", + "microsoft-cognitiveservices-speech-sdk": "^1.33.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^9.0.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index d8c613c15..b665e2775 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -3264,6 +3264,11 @@ resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43" integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== +"@types/webrtc@^0.0.37": + version "0.0.37" + resolved "https://registry.yarnpkg.com/@types/webrtc/-/webrtc-0.0.37.tgz#693663dc5de8c6c85406f6cf5661ccc1e84e4c68" + integrity sha512-JGAJC/ZZDhcrrmepU4sPLQLIOIAgs5oIK+Ieq90K8fdaNMhfdfqmYatJdgif1NDQtvrSlTOGJDUYHIDunuufOg== + "@types/ws@^8.5.5": version "8.5.5" resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.5.tgz#af587964aa06682702ee6dcbc7be41a80e4b28eb" @@ -8207,11 +8212,12 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5: braces "^3.0.2" picomatch "^2.3.1" -microsoft-cognitiveservices-speech-sdk@^1.32.0: - version "1.32.0" - resolved "https://registry.yarnpkg.com/microsoft-cognitiveservices-speech-sdk/-/microsoft-cognitiveservices-speech-sdk-1.32.0.tgz#bc33cf2fd98aea521179e7be45bd744c0a90c09d" - integrity sha512-TQqCIytCvW7x8MB2UT8DfyZkIjO34CSpy0zYlbQChkYWrYNzGgMIAA3uTGuYGj8hb0xMQBwRfqyAc5sA2VRgjQ== +microsoft-cognitiveservices-speech-sdk@^1.33.1: + version "1.33.1" + resolved "https://registry.yarnpkg.com/microsoft-cognitiveservices-speech-sdk/-/microsoft-cognitiveservices-speech-sdk-1.33.1.tgz#719086ceea5764562ad53b751c2fe00b39ded555" + integrity sha512-mVXgU98dd1nvK2xHNpXimqe7VmA5QdMAn8kAkqSouoCo1MU3BhRpb6ueuYRn5kvxSfPHypud2knQBh+PItVcdw== dependencies: + "@types/webrtc" "^0.0.37" agent-base "^6.0.1" bent "^7.3.12" https-proxy-agent "^4.0.0"