Skip to content

Commit

Permalink
Merge pull request #29 from matepek/development
Browse files Browse the repository at this point in the history
[Security] #issues/28
  • Loading branch information
matepek authored Nov 28, 2018
2 parents ac10152 + 98265c2 commit 45e1b99
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 65 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.2]

### Security

- Security issue related to event-stream https://code.visualstudio.com/blogs/2018/11/26/event-stream

## [2.2.1] - 2018-11-25

Stability improvements.
Expand Down
111 changes: 52 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@
"typescript": "^2.9.2",
"vscode-test-adapter-api": "^1.1.0",
"vscode-test-adapter-util": "^0.5.1",
"vscode": "^1.1.21",
"vscode": "^1.1.22",
"@types/xml2js": "^0.4.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"vsce": "^1.53.0",
"@types/request-promise": "4.1.42",
"request-promise": "4.2.2",
"@types/chai": "^4.1.7",
"@types/deep-equal": "^1.0.1",
"@types/fs-extra": "^5.0.4",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.7",
"@types/node": "^10.12.9",
"@types/request-promise": "4.1.42",
"@types/sinon": "^5.0.7",
"deep-equal": "^1.0.1",
"fs-extra": "^7.0.1",
"sinon": "^7.1.1"
"request-promise": "4.2.2",
"sinon": "^7.1.1",
"vsce": "^1.53.2"
},
"engines": {
"vscode": "^1.23.0"
Expand Down

0 comments on commit 45e1b99

Please sign in to comment.