From 0029cac277326caa112b8e636540e4fd127e648b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 01:02:40 +0000 Subject: [PATCH] Bump morgan from 1.8.0 to 1.9.1 in /mlpipe/static/jsPlumb Bumps [morgan](https://github.com/expressjs/morgan) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/morgan/compare/1.8.0...1.9.1) Signed-off-by: dependabot[bot] --- mlpipe/static/jsPlumb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlpipe/static/jsPlumb/package.json b/mlpipe/static/jsPlumb/package.json index c38aec6..c439635 100644 --- a/mlpipe/static/jsPlumb/package.json +++ b/mlpipe/static/jsPlumb/package.json @@ -29,7 +29,7 @@ "author": "jsPlumb", "license": "(MIT OR GPL-2.0)", "devDependencies": { - "morgan":"1.8.0", + "morgan":"1.9.1", "biltong": "^0.4.0", "grunt": "~0.4.1", "grunt-contrib-clean": "~0.5.0",