From de3a627f71d79418f3d96006582ef267fdb07d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:21:27 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @aws-sdk/util-dynamodb from 3.549.0 to 3.552.0 (#107) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@aws-sdk/util-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-dynamodb) from 3.549.0 to 3.552.0.
Release notes

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

v3.552.0

3.552.0(2024-04-09)

Chores
Documentation Changes
New Features

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

v3.551.0

3.551.0(2024-04-08)

Chores
New Features

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

v3.550.0

... (truncated)

Changelog

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

3.552.0 (2024-04-09)

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

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@aws-sdk/util-dynamodb&package-manager=npm_and_yarn&previous-version=3.549.0&new-version=3.552.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 | 8 ++++---- packages/updatePrescriptionStatus/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f545474a..49d3dc126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -819,9 +819,9 @@ } }, "node_modules/@aws-sdk/util-dynamodb": { - "version": "3.549.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-dynamodb/-/util-dynamodb-3.549.0.tgz", - "integrity": "sha512-HvJmvDNw9GN1vxWjbM7jYqv+DvQVeL21kLQ+Tth24QRPA1tiCrUuBi+lerRZ8fHG/kiZMTGyJ7UOPvljGD84dw==", + "version": "3.552.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-dynamodb/-/util-dynamodb-3.552.0.tgz", + "integrity": "sha512-mqmVmD7wp1kA/h1kTKlY6KzKjF6AZ7STPb9eQJ9n+KA37xkS3GAiKL+U98VMXpTlCOTHDYdZJ7RMwp0woA7OvQ==", "dependencies": { "tslib": "^2.6.2" }, @@ -12811,7 +12811,7 @@ "@aws-lambda-powertools/commons": "^2.0.0", "@aws-lambda-powertools/logger": "^2.0.0", "@aws-sdk/client-dynamodb": "^3.552.0", - "@aws-sdk/util-dynamodb": "^3.549.0", + "@aws-sdk/util-dynamodb": "^3.552.0", "@middy/core": "^5.2.6", "@middy/input-output-logger": "^5.2.6", "@nhs/fhir-middy-error-handler": "^2.0.0" diff --git a/packages/updatePrescriptionStatus/package.json b/packages/updatePrescriptionStatus/package.json index 8f898ae7d..2da0dc213 100644 --- a/packages/updatePrescriptionStatus/package.json +++ b/packages/updatePrescriptionStatus/package.json @@ -17,7 +17,7 @@ "@aws-lambda-powertools/commons": "^2.0.0", "@aws-lambda-powertools/logger": "^2.0.0", "@aws-sdk/client-dynamodb": "^3.552.0", - "@aws-sdk/util-dynamodb": "^3.549.0", + "@aws-sdk/util-dynamodb": "^3.552.0", "@middy/core": "^5.2.6", "@middy/input-output-logger": "^5.2.6", "@nhs/fhir-middy-error-handler": "^2.0.0"