From c3d0bacbc04736a121e6de2e39abf0fc9fd4fcdc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 05:01:08 +0000 Subject: [PATCH] Update doxx requirement from ~0.7.0 to ~2.1.1 Updates the requirements on [doxx](https://github.com/FGRibreau/doxx) to permit the latest version. - [Release notes](https://github.com/FGRibreau/doxx/releases) - [Changelog](https://github.com/mr-doc/mr-doc/blob/master/CHANGELOG.md) - [Commits](https://github.com/FGRibreau/doxx/commits/v2.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6483f8f..969bb11 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "grunt": "~0.3.15", "nodeunit": "~0.7.4", "grunt-shell": "~0.1.4", - "doxx": "~0.7.0" + "doxx": "~2.1.1" } }