From fcef2abcd7b009f96928baff5d06b5db381f4fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:54:28 +0000 Subject: [PATCH] Bump aws-sdk from 2.1586.0 to 2.1587.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1586.0 to 2.1587.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1586.0...v2.1587.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Land/Cargo/Runtime/example/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Land/Cargo/Runtime/example/functions/package.json b/Land/Cargo/Runtime/example/functions/package.json index 72a455b3..77abb1dc 100644 --- a/Land/Cargo/Runtime/example/functions/package.json +++ b/Land/Cargo/Runtime/example/functions/package.json @@ -9,7 +9,7 @@ "dependencies": { "@aws-sdk/client-dynamodb": "3.535.0", "@aws-sdk/client-s3": "3.537.0", - "aws-sdk": "2.1586.0", + "aws-sdk": "2.1587.0", "esbuild-css-modules-plugin": "3.1.0", "react": "18.2.0", "react-dom": "18.2.0"