From 527b1b7cec34d70f64e0c6d04a00128bee0a12bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:35:42 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @aws-sdk/lib-dynamodb from 3.635.0 to 3.637.0 (#709) 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.635.0 to 3.637.0.
Release notes

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

v3.637.0

3.637.0(2024-08-22)

Chores
Documentation Changes
New Features

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

v3.636.0

3.636.0(2024-08-21)

Chores
Documentation Changes
New Features

... (truncated)

Changelog

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

3.637.0 (2024-08-22)

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.635.0&new-version=3.637.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 | 28 +++++-------------- .../package.json | 2 +- packages/gsul/package.json | 2 +- 3 files changed, 9 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index be3f2ea52..824d7efa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -611,11 +611,11 @@ } }, "node_modules/@aws-sdk/lib-dynamodb": { - "version": "3.635.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.635.0.tgz", - "integrity": "sha512-EEuurFULGzHYA1gk1uNXclkw38TFgFhzO1hKu6FchjeLv7mw1Z9Pj5hkGjmNOqesQDjSfYbEXs3JI2jYWwp7Iw==", + "version": "3.637.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.637.0.tgz", + "integrity": "sha512-jyIZBagxcwrzWdgDZdlqXKWz1uKPNGxFuUODwhRj3337EZz+yVo1qSfs6s9TKO7+nta+kPLg2mo064KXP5XHJw==", "dependencies": { - "@aws-sdk/util-dynamodb": "3.635.0", + "@aws-sdk/util-dynamodb": "3.637.0", "@smithy/core": "^2.4.0", "@smithy/smithy-client": "^3.2.0", "@smithy/types": "^3.3.0", @@ -625,21 +625,7 @@ "node": ">=16.0.0" }, "peerDependencies": { - "@aws-sdk/client-dynamodb": "^3.635.0" - } - }, - "node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/util-dynamodb": { - "version": "3.635.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-dynamodb/-/util-dynamodb-3.635.0.tgz", - "integrity": "sha512-j0xMQRgRrdZmdlrFjan5z7eJUcK0TboW2BTMB2TYo/tZw5DT8f7PIs/e3TTndPRGfzTUwggopd9+lAm5Wk4hQA==", - "dependencies": { - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=16.0.0" - }, - "peerDependencies": { - "@aws-sdk/client-dynamodb": "^3.635.0" + "@aws-sdk/client-dynamodb": "^3.637.0" } }, "node_modules/@aws-sdk/middleware-endpoint-discovery": { @@ -16041,7 +16027,7 @@ "@aws-lambda-powertools/logger": "^2.7.0", "@aws-lambda-powertools/parameters": "^2.7.0", "@aws-sdk/client-dynamodb": "^3.637.0", - "@aws-sdk/lib-dynamodb": "^3.635.0", + "@aws-sdk/lib-dynamodb": "^3.637.0", "@middy/core": "^5.4.6", "@middy/http-header-normalizer": "^5.4.6", "@middy/input-output-logger": "^5.4.6", @@ -16110,7 +16096,7 @@ "@aws-lambda-powertools/commons": "^2.7.0", "@aws-lambda-powertools/logger": "^2.7.0", "@aws-sdk/client-dynamodb": "^3.637.0", - "@aws-sdk/lib-dynamodb": "^3.635.0", + "@aws-sdk/lib-dynamodb": "^3.637.0", "@aws-sdk/util-dynamodb": "^3.637.0", "@middy/core": "^5.4.6", "@middy/input-output-logger": "^5.4.6", diff --git a/packages/checkPrescriptionStatusUpdates/package.json b/packages/checkPrescriptionStatusUpdates/package.json index ca0fe0e69..219debc1b 100644 --- a/packages/checkPrescriptionStatusUpdates/package.json +++ b/packages/checkPrescriptionStatusUpdates/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/logger": "^2.7.0", "@aws-lambda-powertools/parameters": "^2.7.0", "@aws-sdk/client-dynamodb": "^3.637.0", - "@aws-sdk/lib-dynamodb": "^3.635.0", + "@aws-sdk/lib-dynamodb": "^3.637.0", "@middy/core": "^5.4.6", "@middy/http-header-normalizer": "^5.4.6", "@middy/input-output-logger": "^5.4.6", diff --git a/packages/gsul/package.json b/packages/gsul/package.json index beae82063..a3c4bbe4e 100644 --- a/packages/gsul/package.json +++ b/packages/gsul/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/commons": "^2.7.0", "@aws-lambda-powertools/logger": "^2.7.0", "@aws-sdk/client-dynamodb": "^3.637.0", - "@aws-sdk/lib-dynamodb": "^3.635.0", + "@aws-sdk/lib-dynamodb": "^3.637.0", "@aws-sdk/util-dynamodb": "^3.637.0", "@middy/core": "^5.4.6", "@middy/input-output-logger": "^5.4.6",