diff --git a/.gitignore b/.gitignore index eeaa11d13..41947f05c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.env -/dist -/lib -/node_modules +dist +lib +node_modules +.vscode diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e65bbf0..684047b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed + +- Bumped [`botframework-streaming@4.11.0`](https://npmjs.com/package/botframework-streaming), by [@stevengum](https://github.com/stevengum), in PR [#323](https://github.com/microsoft/BotFramework-DirectLineJS/pull/323) + ## [0.13.1] - 2020-09-09 ### Changed diff --git a/package-lock.json b/package-lock.json index a54d4d0a4..9eeea25d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2962,9 +2962,9 @@ "dev": true }, "botframework-streaming": { - "version": "4.10.3", - "resolved": "https://registry.npmjs.org/botframework-streaming/-/botframework-streaming-4.10.3.tgz", - "integrity": "sha512-9g6942ejQQ6S72OT5uzN5HaKBYQrsDTXQ0d3Z9+7Q1Rj7gpJJEI0JzsSkX+80k746TQJEk3V7PRnV+HXNOqduA==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/botframework-streaming/-/botframework-streaming-4.11.0.tgz", + "integrity": "sha512-sJjC01TwMbJKx3yUN0J4AAzwggQ3+G096Kb0/oF3TmxwqibPWcNFH0feHmg5FpWVJn7q5tuZ8vnkKtdfsVnh/g==", "requires": { "@types/ws": "^6.0.3", "uuid": "^3.4.0", @@ -2977,9 +2977,9 @@ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "ws": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", - "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz", + "integrity": "sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==" } } }, diff --git a/package.json b/package.json index 63a91413c..4639adcc7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "@babel/runtime": "7.6.0", - "botframework-streaming": "4.10.3", + "botframework-streaming": "4.11.0", "core-js": "3.6.4", "cross-fetch": "3.0.4", "jwt-decode": "3.1.2",