From 1c9d5db6d6029eabcda869cef1c0004a04fdb610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 19:16:47 +0000 Subject: [PATCH] Bump npm from 5.10.0 to 6.14.6 in /web Bumps [npm](https://github.com/npm/cli) from 5.10.0 to 6.14.6. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v5.10.0...v6.14.6) Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 8b4aa3a..b92a473 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "body-parser": "^1.4.3", "express": "^4.13.4", "morgan": "^1.1.1", - "npm": "^5.8.0", + "npm": "^6.14.6", "pug": "^2.0.0-beta6", "request": "^2.85.0" }