From 8653adf6badcd152e316ba52e78b023ceeb92176 Mon Sep 17 00:00:00 2001 From: CK Kashyap Date: Tue, 17 Mar 2020 15:36:13 -0700 Subject: [PATCH] Use the release version of botframework-streaming --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18361472d..202510ccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2951,9 +2951,9 @@ "dev": true }, "botframework-streaming": { - "version": "4.8.0-preview-109324", - "resolved": "https://registry.npmjs.org/botframework-streaming/-/botframework-streaming-4.8.0-preview-109324.tgz", - "integrity": "sha512-ZhWRVlKQYj1I2bFTgrqVfJYC3+VnQxwW0ivrLwtWr0uGoTMg1TglXwsXrHgBKL9ATO6MCVFqIRjbmLywedFM3g==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/botframework-streaming/-/botframework-streaming-4.8.0.tgz", + "integrity": "sha512-Jvwc8x7Sbc2nfVDSuuOBuevZZT69BnCuJ+E13sPAMXnJlexKQSyjEHOrMu/GHAwxy7Lui2FP8Hn+2kz2cs6P/g==", "requires": { "@types/ws": "^6.0.3", "uuid": "^3.3.2", @@ -2961,9 +2961,9 @@ }, "dependencies": { "ws": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz", - "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==" + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz", + "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==" } } }, diff --git a/package.json b/package.json index 891821f68..87b7086f8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.6.0", - "botframework-streaming": "4.8.0-preview-109324", + "botframework-streaming": "4.8.0", "core-js": "^3.6.4", "cross-fetch": "^3.0.4", "rxjs": "^5.0.3",