From bfe9cdeb115ba9ad6c9dcfbc54afd6cfe32249f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 23:51:03 +0000 Subject: [PATCH] Bump aws-lambda from 1.0.4 to 1.0.5 Bumps [aws-lambda](https://github.com/awspilot/cli-lambda-deploy) from 1.0.4 to 1.0.5. - [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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99dde35..5119f79 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@middy/core": "^1.0.0-beta", "@middy/do-not-wait-for-empty-event-loop": "^1.0.0-beta", - "aws-lambda": "^1.0.4", + "aws-lambda": "^1.0.5", "chrome-aws-lambda": "^2.0.2", "puppeteer": "^2.0.0", "puppeteer-core": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 26d40bf..9aaf7ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -886,10 +886,10 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -aws-lambda@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/aws-lambda/-/aws-lambda-1.0.4.tgz#98cd69de2f3f98fe551f44f7db5ec77ce289cefa" - integrity sha512-fihe6tdBrOCGa30XhrazSoGC8Iq7wxPMzuzbH5X8mzNekyvBFgur5HSRSPASk5LbnnNip46WTbcU0XQ48kpknw== +aws-lambda@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/aws-lambda/-/aws-lambda-1.0.5.tgz#9f40ca36da2aca8345230d6252c6e0da5a772dcf" + integrity sha512-rRBZT5mitbeb/qdqHrFiymFQ8k+uc8WlN2Y16OhsCEZzYHKRqFzRirO7gIozDohNuu7T27S6w88KBFpI0cS1NQ== dependencies: aws-sdk "*" commander "^3.0.2"