Skip to content

Commit

Permalink
Decrease security vulnerabilities by upgrading cli dependency (#754 #748
Browse files Browse the repository at this point in the history
)
  • Loading branch information
danactive committed Dec 5, 2016
1 parent d485a72 commit 1faf282
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

### v2.7.3 (2016/12/05 17:30 +00:00)
- [#756](https://github.com/linkedin/dustjs/pull/756) Decrease security vulnerabilities by upgrading cli dependency (@danactive)

Closes #754 #748 (@danactive)

### v2.7.2 (2015/06/08 20:41 +00:00)
- [#673](https://github.com/linkedin/dustjs/pull/673) Pass the current context to filters (@sethkinast)
- [#676](https://github.com/linkedin/dustjs/pull/676) If a Promise is resolved with an array, iterate over it instead of rendering the whole array at once. Closes #674 (@sethkinast)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dustjs-linkedin",
"version": "2.7.2",
"version": "2.7.3",
"author": {
"name": "Aleksander Williams",
"url": "http://akdubya.github.com/dustjs"
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"dependencies": {
"chokidar": "~1.5.1",
"cli": "~0.11.2"
"cli": "^1.0.1"
},
"devDependencies": {
"ayepromise": "~1.1.1",
Expand Down

0 comments on commit 1faf282

Please sign in to comment.