Skip to content

Commit 9941342

Browse files
Upgrade: [dependabot] - bump @aws-sdk/client-secrets-manager from 3.726.0 to 3.726.1 (#1580)
Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.726.0 to 3.726.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-secrets-manager</code>'s releases</a>.</em></p> <blockquote> <h2>v3.726.1</h2> <h4>3.726.1(2025-01-10)</h4> <h5>Documentation Changes</h5> <ul> <li><strong>client-securitylake:</strong> Doc only update for ServiceName that fixes several customer-reported issues (<a href="https://github.com/aws/aws-sdk-js-v3/commit/f29fee900acbfc17e12c459cc6821d6848e0ef4f">f29fee90</a>)</li> <li><strong>client-sts:</strong> Fixed typos in the descriptions. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/3ea4627b5af0d35e21c11125d60307996175e2ec">3ea4627b</a>)</li> <li><strong>client-redshift:</strong> Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/05635df25a48a78ccb18f1418883e4ea4052f707">05635df2</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-01-10 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/9f3d4f997e0e49dfad7af5b433166de82c4076a3">9f3d4f99</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>codegen:</strong> handle case when sample operation not found (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6788">#6788</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/a4fb2d43bf262e3c8d53499e5324dc3a24dc80a0">a4fb2d43</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.726.1.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/clients/client-secrets-manager/CHANGELOG.md"><code>@​aws-sdk/client-secrets-manager</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1">3.726.1</a> (2025-01-10)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-secrets-manager</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/0bde6b63943c5046d60cbeac5c0062236d329e12"><code>0bde6b6</code></a> Publish v3.726.1</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.726.1/clients/client-secrets-manager">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@aws-sdk/client-secrets-manager&package-manager=npm_and_yarn&previous-version=3.726.0&new-version=3.726.1)](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>
1 parent 32bd52a commit 9941342

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/enrichPrescriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@aws-lambda-powertools/commons": "^2.8.0",
1717
"@aws-lambda-powertools/logger": "^2.12.0",
1818
"@aws-lambda-powertools/parameters": "^2.12.0",
19-
"@aws-sdk/client-secrets-manager": "^3.726.0",
19+
"@aws-sdk/client-secrets-manager": "^3.726.1",
2020
"@middy/core": "^6.0.0",
2121
"@middy/input-output-logger": "^6.0.0",
2222
"@types/fhir": "^0.0.41",

packages/getMyPrescriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@aws-lambda-powertools/commons": "^2.8.0",
1818
"@aws-lambda-powertools/logger": "^2.12.0",
1919
"@aws-lambda-powertools/parameters": "^2.12.0",
20-
"@aws-sdk/client-secrets-manager": "^3.726.0",
20+
"@aws-sdk/client-secrets-manager": "^3.726.1",
2121
"@middy/core": "^6.0.0",
2222
"@middy/http-header-normalizer": "^6.0.0",
2323
"@middy/input-output-logger": "^6.0.0",

0 commit comments

Comments
 (0)