diff --git a/CHANGELOG.md b/CHANGELOG.md index 078885e0..d5111764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d31aff13..589719ea 100644 --- a/package.json +++ b/package.json @@ -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" @@ -40,7 +40,7 @@ ], "dependencies": { "chokidar": "~1.5.1", - "cli": "~0.11.2" + "cli": "^1.0.1" }, "devDependencies": { "ayepromise": "~1.1.1",