Skip to content

Commit

Permalink
Upgrade: [dependabot] - bump @aws-sdk/lib-dynamodb from 3.667.0 to 3.…
Browse files Browse the repository at this point in the history
…668.0 (#919)

Bumps
[@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb)
from 3.667.0 to 3.668.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/lib-dynamodb</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.668.0</h2>
<h4>3.668.0(2024-10-09)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2024-10-09
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/496cf5c2930a9b99bed84fc367d825f68eefe8e6">496cf5c2</a>)</li>
<li><strong>client-codepipeline:</strong> AWS CodePipeline introduces a
Compute category (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3d482c546dc9e12bb600f02491b39cf3fea2fd23">3d482c54</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>credentials:</strong> used selected auth scheme identity
instead of calling credentials provider (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6555">#6555</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/27f462b20c94e92a010e41bddb08b2e83b57810f">27f462b2</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.668.0.zip</strong></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-dynamodb/CHANGELOG.md"><code>@​aws-sdk/lib-dynamodb</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.667.0...v3.668.0">3.668.0</a>
(2024-10-09)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/lib-dynamodb</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/6e61f0e78ff7a9e3b1f2cd651bde5fc656d85ba9"><code>6e61f0e</code></a>
Publish v3.668.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.668.0/lib/lib-dynamodb">compare
view</a></li>
</ul>
</details>
<br />


[![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.667.0&new-version=3.668.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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent c13d490 commit 7941803
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
28 changes: 7 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/checkPrescriptionStatusUpdates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@aws-lambda-powertools/logger": "^2.9.0",
"@aws-lambda-powertools/parameters": "^2.9.0",
"@aws-sdk/client-dynamodb": "^3.667.0",
"@aws-sdk/lib-dynamodb": "^3.667.0",
"@aws-sdk/lib-dynamodb": "^3.668.0",
"@middy/core": "^5.5.0",
"@middy/http-header-normalizer": "^5.5.0",
"@middy/input-output-logger": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gsul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@aws-lambda-powertools/commons": "^2.7.0",
"@aws-lambda-powertools/logger": "^2.9.0",
"@aws-sdk/client-dynamodb": "^3.667.0",
"@aws-sdk/lib-dynamodb": "^3.667.0",
"@aws-sdk/lib-dynamodb": "^3.668.0",
"@aws-sdk/util-dynamodb": "^3.668.0",
"@middy/core": "^5.5.0",
"@middy/input-output-logger": "^5.5.0",
Expand Down

0 comments on commit 7941803

Please sign in to comment.