From bacd8bc52aac1e863a28fd7f177777d49fb335fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 04:31:18 +0000 Subject: [PATCH] Bump npm from 5.10.0 to 6.14.6 in /server-app 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] --- server-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-app/package.json b/server-app/package.json index 80636a6..39fcc44 100644 --- a/server-app/package.json +++ b/server-app/package.json @@ -13,7 +13,7 @@ "cors": "^2.8.4", "express": "^4.16.2", "install": "^0.10.1", - "npm": "^5.5.1", + "npm": "^6.14.6", "pusher": "^1.5.1" } }