Skip to content

Commit 6b787b3

Browse files
authored
Merge pull request #7 from launchdarkly/at/sync-package-json
Use version 3.3.4 of event-stream
2 parents 2a3bacd + 65ced35 commit 6b787b3

File tree

4 files changed

+426
-29
lines changed

4 files changed

+426
-29
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
All notable changes to the "launchdarkly" extension will be documented in this file.
44

5+
## [2.0.3] - 2018-11-26
6+
7+
### Fixed
8+
9+
- The previous version of ld-vscode had shipped with a potentially vulnerable version of `event-stream`, a dependency used by the vscode api. This version downgrades `event-stream` to a previous version that did not contain this vulnerability. More information on this vulnerability can be found here: https://github.com/dominictarr/event-stream/issues/116.
10+
511
## [2.0.2] - 2018-10-04
612

13+
### ⚠ PSA: Version 2.0.2 contains a dependency vulnerability in `event-stream` and should not be used.
14+
715
### Fixed
816

917
- Fixed a bug causing hovers on non-flag string literals to indefinitely display loading text

package-lock.json

Lines changed: 21 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "launchdarkly",
33
"displayName": "LaunchDarkly",
44
"description": "View LaunchDarkly feature flags in your editor.",
5-
"version": "2.0.2",
5+
"version": "2.0.3",
66
"publisher": "launchdarkly",
77
"engines": {
88
"vscode": "^1.18.0"

0 commit comments

Comments
 (0)