From 55c3950b7b44de0e27969689244ccb8298d153e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:10:07 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @aws-sdk/lib-dynamodb from 3.602.0 to 3.606.0 (#459) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) from 3.602.0 to 3.606.0.
Release notes

Sourced from @​aws-sdk/lib-dynamodb's releases.

v3.606.0

3.606.0(2024-06-27)

Chores
Documentation Changes
New Features

For list of updated packages, view updated-packages.md in assets-3.606.0.zip

v3.605.0

3.605.0(2024-06-26)

New Features
Bug Fixes

For list of updated packages, view updated-packages.md in assets-3.605.0.zip

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-dynamodb's changelog.

3.606.0 (2024-06-27)

Note: Version bump only for package @​aws-sdk/lib-dynamodb

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@aws-sdk/lib-dynamodb&package-manager=npm_and_yarn&previous-version=3.602.0&new-version=3.606.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 26 ++++++-------------------- packages/gsul/package.json | 2 +- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index f23c487a4..52d477aef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -805,11 +805,11 @@ } }, "node_modules/@aws-sdk/lib-dynamodb": { - "version": "3.602.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.602.0.tgz", - "integrity": "sha512-6kKNyjP0WawAU1dDiA00eK2MfYH0eaviuc/ctQ7HkpWDAuCAfY7alKXAvks+6qCXf+T1SzucIUUj6zlG5i0a2w==", + "version": "3.606.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.606.0.tgz", + "integrity": "sha512-BdfyqaetIWUlg0NBfjHWGeiZnnrJArZyHsq07+3BE07OJ6a0pu6g3oqjd6ikzmGfmTxtxm7SldkFk7bOlFA5jA==", "dependencies": { - "@aws-sdk/util-dynamodb": "3.602.0", + "@aws-sdk/util-dynamodb": "3.606.0", "@smithy/smithy-client": "^3.1.2", "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -818,21 +818,7 @@ "node": ">=16.0.0" }, "peerDependencies": { - "@aws-sdk/client-dynamodb": "^3.602.0" - } - }, - "node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/util-dynamodb": { - "version": "3.602.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-dynamodb/-/util-dynamodb-3.602.0.tgz", - "integrity": "sha512-0QsRLE4cK0h9jseCbaBZpcLzBcOgPMdsEy4wIYvcXivHIdgt/JQxs329NF7EfWQU8h3PU5hRy3tiTBLuB4TmgQ==", - "dependencies": { - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=16.0.0" - }, - "peerDependencies": { - "@aws-sdk/client-dynamodb": "^3.602.0" + "@aws-sdk/client-dynamodb": "^3.606.0" } }, "node_modules/@aws-sdk/middleware-endpoint-discovery": { @@ -15441,7 +15427,7 @@ "@aws-lambda-powertools/commons": "^2.0.0", "@aws-lambda-powertools/logger": "^2.3.0", "@aws-sdk/client-dynamodb": "^3.606.0", - "@aws-sdk/lib-dynamodb": "^3.602.0", + "@aws-sdk/lib-dynamodb": "^3.606.0", "@aws-sdk/util-dynamodb": "^3.606.0", "@middy/core": "^5.4.2", "@middy/input-output-logger": "^5.4.2", diff --git a/packages/gsul/package.json b/packages/gsul/package.json index 667b1ace1..f2179e63d 100644 --- a/packages/gsul/package.json +++ b/packages/gsul/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/commons": "^2.0.0", "@aws-lambda-powertools/logger": "^2.3.0", "@aws-sdk/client-dynamodb": "^3.606.0", - "@aws-sdk/lib-dynamodb": "^3.602.0", + "@aws-sdk/lib-dynamodb": "^3.606.0", "@aws-sdk/util-dynamodb": "^3.606.0", "@middy/core": "^5.4.2", "@middy/input-output-logger": "^5.4.2",