From 6fc5438cc667ffdbf9e5b94885b3587ba8b71879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:27:01 +0000 Subject: [PATCH] Bump aws-sdk from 2.1677.0 to 2.1682.0 in /lambda (#576) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1677.0 to 2.1682.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1677.0...v2.1682.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- lambda/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/package.json b/lambda/package.json index 535cda9..e7b7cbf 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -1,7 +1,7 @@ { "license": "UNLICENSED", "dependencies": { - "aws-sdk": "2.1677.0" + "aws-sdk": "2.1682.0" }, "devDependencies": { "@fun-stack/fun-pack": "0.3.5"