From 4f4e5e4ac21c7261e7369c64914cb82ceb382c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:06:56 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @aws-sdk/lib-dynamodb from 3.600.0 to 3.602.0 (#418) 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.600.0 to 3.602.0.
Release notes

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

v3.602.0

3.602.0(2024-06-20)

Documentation Changes
New Features

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

v3.601.0

3.601.0(2024-06-19)

New Features

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

Changelog

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

3.602.0 (2024-06-20)

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.600.0&new-version=3.602.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 | 20 ++++++++++---------- packages/gsul/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6893499ac..01be518a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -803,11 +803,11 @@ } }, "node_modules/@aws-sdk/lib-dynamodb": { - "version": "3.600.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.600.0.tgz", - "integrity": "sha512-OUGX4T5tkJ9Rp3q2FcTmH0MlHf2yr8IofrhJMg7k4rep/0K+EItQSTxV9HyoPVlrZdXIxBz93i8OAXJmhgGcog==", + "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==", "dependencies": { - "@aws-sdk/util-dynamodb": "3.600.0", + "@aws-sdk/util-dynamodb": "3.602.0", "@smithy/smithy-client": "^3.1.2", "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -816,7 +816,7 @@ "node": ">=16.0.0" }, "peerDependencies": { - "@aws-sdk/client-dynamodb": "^3.600.0" + "@aws-sdk/client-dynamodb": "^3.602.0" } }, "node_modules/@aws-sdk/middleware-endpoint-discovery": { @@ -938,9 +938,9 @@ } }, "node_modules/@aws-sdk/util-dynamodb": { - "version": "3.600.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-dynamodb/-/util-dynamodb-3.600.0.tgz", - "integrity": "sha512-NiicAVRFl7L1G9s9q9KeGbGSuKef/ZBGaiiO95bl0EoRmVJAt6a+/4cH6b1uLjGa6oIbSkwtrOfbBtm+kGRLIQ==", + "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" }, @@ -948,7 +948,7 @@ "node": ">=16.0.0" }, "peerDependencies": { - "@aws-sdk/client-dynamodb": "^3.600.0" + "@aws-sdk/client-dynamodb": "^3.602.0" } }, "node_modules/@aws-sdk/util-endpoints": { @@ -15439,7 +15439,7 @@ "@aws-lambda-powertools/commons": "^2.0.0", "@aws-lambda-powertools/logger": "^2.2.0", "@aws-sdk/client-dynamodb": "^3.602.0", - "@aws-sdk/lib-dynamodb": "^3.600.0", + "@aws-sdk/lib-dynamodb": "^3.602.0", "@aws-sdk/util-dynamodb": "^3.600.0", "@middy/core": "^5.4.1", "@middy/input-output-logger": "^5.4.1", diff --git a/packages/gsul/package.json b/packages/gsul/package.json index f32c85c89..3a297f46d 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.2.0", "@aws-sdk/client-dynamodb": "^3.602.0", - "@aws-sdk/lib-dynamodb": "^3.600.0", + "@aws-sdk/lib-dynamodb": "^3.602.0", "@aws-sdk/util-dynamodb": "^3.600.0", "@middy/core": "^5.4.1", "@middy/input-output-logger": "^5.4.1",