From 43b750d5d595f0be552b65d81c15647f2fc2c6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 14:57:42 +0000 Subject: [PATCH] Bump aws-lambda from 0.1.2 to 1.0.6 in /source/services Bumps [aws-lambda](https://github.com/awspilot/cli-lambda-deploy) from 0.1.2 to 1.0.6. - [Release notes](https://github.com/awspilot/cli-lambda-deploy/releases) - [Changelog](https://github.com/awspilot/cli-lambda-deploy/blob/master/ChangeLog) - [Commits](https://github.com/awspilot/cli-lambda-deploy/commits) Signed-off-by: dependabot[bot] --- source/services/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/services/package.json b/source/services/package.json index b29da6c..dcc22b2 100644 --- a/source/services/package.json +++ b/source/services/package.json @@ -14,7 +14,7 @@ "test": "npm install && CI=true jest --config jestconfig.json --coverage" }, "dependencies": { - "aws-lambda": "^0.1.2", + "aws-lambda": "^1.0.6", "aws-serverless-express": "^3.0.1", "body-parser": "^1.19.0", "express": "^4.17.1",