From 333a41fcf05f8d09dc72035a11b567894e7efdb7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 17:18:58 +0000 Subject: [PATCH] Bump consolidate from 0.10.0 to 0.15.1 Bumps [consolidate](https://github.com/tj/consolidate.js) from 0.10.0 to 0.15.1. - [Release notes](https://github.com/tj/consolidate.js/releases) - [Changelog](https://github.com/tj/consolidate.js/blob/master/History.md) - [Commits](https://github.com/tj/consolidate.js/compare/0.10.0...0.15.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 bcdeb24..6b682d5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "express": "~3.4.8", "mongodb": "~1.3.23", - "consolidate": "~0.10.0", + "consolidate": "~0.15.1", "swig": "~1.3.2", "underscore": "~1.6.0", "async": "~0.8.0"