From 4bbe18cc0d296eb2dfcf4c85b995e631aaaf86ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2019 16:03:11 +0000 Subject: [PATCH] Bump npm from 3.10.10 to 6.13.4 in /examples/2016.12.06-session Bumps [npm](https://github.com/npm/cli) from 3.10.10 to 6.13.4. - [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/v3.10.10...v6.13.4) Signed-off-by: dependabot[bot] --- examples/2016.12.06-session/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/2016.12.06-session/package.json b/examples/2016.12.06-session/package.json index c29e683..c569b0a 100644 --- a/examples/2016.12.06-session/package.json +++ b/examples/2016.12.06-session/package.json @@ -16,7 +16,7 @@ "express": "^4.14.0", "express-session": "^1.14.0", "install": "^0.8.1", - "npm": "^3.10.6", + "npm": "^6.13.4", "session-file-store": "^0.2.0" } }