From 4be56e4e0e2581039e5963abafc0dc63d8a90585 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:06:24 +0000 Subject: [PATCH] fix(deps): bump lambda-serverless-api from 6.11.0 to 6.11.1 Bumps [lambda-serverless-api](https://github.com/blackflux/lambda-serverless-api) from 6.11.0 to 6.11.1. - [Release notes](https://github.com/blackflux/lambda-serverless-api/releases) - [Changelog](https://github.com/blackflux/lambda-serverless-api/blob/master/.releaserc.json) - [Commits](https://github.com/blackflux/lambda-serverless-api/compare/v6.11.0...v6.11.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9b5cf6f7..bf48fb7e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dependencies": { "lambda-async": "1.0.5", "lambda-monitor-logger": "2.3.0", - "lambda-serverless-api": "6.11.0", + "lambda-serverless-api": "6.11.1", "moment-timezone": "0.5.28", "request": "2.88.2" }, diff --git a/yarn.lock b/yarn.lock index c9829837..fde14965 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3972,10 +3972,10 @@ lambda-rate-limiter@2.4.29: dependencies: lru-cache "5.1.1" -lambda-serverless-api@6.11.0: - version "6.11.0" - resolved "https://registry.yarnpkg.com/lambda-serverless-api/-/lambda-serverless-api-6.11.0.tgz#a4ac06da2ab35c9aa6667d8414694d1b085ae13d" - integrity sha512-HUO3uxK9EobRhmYuSSjVWVxWXvw9Idhs9Bc1tQwvGQeXQk5nO6IDBuk5BTE+EXytqVERzTD2/NwAZtj3bVFwxw== +lambda-serverless-api@6.11.1: + version "6.11.1" + resolved "https://registry.yarnpkg.com/lambda-serverless-api/-/lambda-serverless-api-6.11.1.tgz#95053ba8ef58521f7d52aa393706a540ba9a4075" + integrity sha512-13j6ePY8RXj2YRWIvSj1h47Jaahqcy6n6tijoDDx2VZ2cvyVmWXOkRxRAfeF0/NDrUjPdgk9acBlyjRMav2fSg== dependencies: joi-strict "1.2.0" lambda-async "1.0.5"