From 41a33cf6d3ba6b931d5db117b4d492ccd6b45c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 02:54:24 +0000 Subject: [PATCH] Bump the aws-sdk group in /src with 2 updates Bumps the aws-sdk group in /src with 2 updates: [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) and [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3). Updates `@aws-sdk/client-dynamodb` from 3.1052.0 to 3.1053.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1053.0/clients/client-dynamodb) Updates `@aws-sdk/client-s3` from 3.1052.0 to 3.1053.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1053.0/clients/client-s3) --- updated-dependencies: - dependency-name: "@aws-sdk/client-dynamodb" dependency-version: 3.1053.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.1053.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 16 ++++++++-------- src/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 2171ff5d..928ac83f 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/client-dynamodb": "^3.1052.0", - "@aws-sdk/client-s3": "^3.1052.0" + "@aws-sdk/client-dynamodb": "^3.1053.0", + "@aws-sdk/client-s3": "^3.1053.0" }, "devDependencies": { "jest": "^30.4.2", @@ -216,9 +216,9 @@ } }, "node_modules/@aws-sdk/client-dynamodb": { - "version": "3.1052.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-dynamodb/-/client-dynamodb-3.1052.0.tgz", - "integrity": "sha512-KfAfnURP5EoODMOqf5kCdidmOipc557TJCNuwazU1UY3DcWbaDkKT/iT6pPq0o+C3pE5DJdLOLGBjXWTTbzDIQ==", + "version": "3.1053.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-dynamodb/-/client-dynamodb-3.1053.0.tgz", + "integrity": "sha512-tZKxImLQIF4xbNHYWI7kZjZguM7Ne3k0U4dGH0iglauzKjGS1hr2/M5ec5xiZ0KP+B2d+zQlQQqwz3gec23p4Q==", "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", @@ -239,9 +239,9 @@ } }, "node_modules/@aws-sdk/client-s3": { - "version": "3.1052.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.1052.0.tgz", - "integrity": "sha512-8fgQHfk1WjGUyowyqtMwq9HzZvIQQ86cqn9IZW5Qkq8kaolVjMmZez60qVYxKYvKhVRYUP5hWYPVCyraoud0AA==", + "version": "3.1053.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.1053.0.tgz", + "integrity": "sha512-/oGxoB6p1Nqs935Blt+v1o+anSCEf2n3RjIrcLz84i4cn2Gr+Z7JpDdUkG5+74r5ctqEPG7k/phTGbJ9fNKnHg==", "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha1-browser": "5.2.0", diff --git a/src/package.json b/src/package.json index ce9e08bf..ed39c0fa 100644 --- a/src/package.json +++ b/src/package.json @@ -10,8 +10,8 @@ "test": "jest" }, "dependencies": { - "@aws-sdk/client-dynamodb": "^3.1052.0", - "@aws-sdk/client-s3": "^3.1052.0" + "@aws-sdk/client-dynamodb": "^3.1053.0", + "@aws-sdk/client-s3": "^3.1053.0" }, "devDependencies": { "jest": "^30.4.2",