From ecaf3da92fb3c42bf1af122aa4d3cc64e5c1225d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2019 16:06:18 +0000 Subject: [PATCH] Bump npm from 4.6.1 to 6.13.4 in /lambda-auth/server Bumps [npm](https://github.com/npm/cli) from 4.6.1 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/v4.6.1...v6.13.4) Signed-off-by: dependabot[bot] --- lambda-auth/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-auth/server/package.json b/lambda-auth/server/package.json index 3e59f06..ff733eb 100644 --- a/lambda-auth/server/package.json +++ b/lambda-auth/server/package.json @@ -6,7 +6,7 @@ "dependencies": { "firebase-admin": "^4.1.1", "install": "^0.8.7", - "npm": "^4.3.0", + "npm": "^6.13.4", "twilio": "^3.0.0-rc.13" }, "devDependencies": {},