From 4799a66606d9bd94c231bca540c328a26a145598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:44:44 +0000 Subject: [PATCH] Bump aws-sdk from 2.1589.0 to 2.1594.0 in /lambda (#520) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1589.0 to 2.1594.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1589.0...v2.1594.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> --- lambda/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/package.json b/lambda/package.json index 93b3535..2390f2e 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -1,7 +1,7 @@ { "license": "UNLICENSED", "dependencies": { - "aws-sdk": "2.1589.0" + "aws-sdk": "2.1594.0" }, "devDependencies": { "@fun-stack/fun-pack": "0.3.5"