From 1faf282009cf0a416edef81674657c7f99317749 Mon Sep 17 00:00:00 2001 From: danactive Date: Mon, 5 Dec 2016 09:44:31 -0800 Subject: [PATCH] Decrease security vulnerabilities by upgrading cli dependency (#754 #748) --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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",