Skip to content

Commit 14b6706

Browse files
Upgrade: [dependabot] - bump @aws-sdk/client-secrets-manager from 3.667.0 to 3.668.0 (#1362)
Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) 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/client-secrets-manager</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/clients/client-secrets-manager/CHANGELOG.md"><code>@​aws-sdk/client-secrets-manager</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/client-secrets-manager</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/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.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>
1 parent c2ee02f commit 14b6706

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
lines changed

package-lock.json

Lines changed: 50 additions & 50 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.9.0",
1818
"@aws-lambda-powertools/parameters": "^2.9.0",
19-
"@aws-sdk/client-secrets-manager": "^3.667.0",
19+
"@aws-sdk/client-secrets-manager": "^3.668.0",
2020
"@middy/core": "^5.5.0",
2121
"@middy/input-output-logger": "^5.5.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.9.0",
1919
"@aws-lambda-powertools/parameters": "^2.9.0",
20-
"@aws-sdk/client-secrets-manager": "^3.667.0",
20+
"@aws-sdk/client-secrets-manager": "^3.668.0",
2121
"@middy/core": "^5.5.0",
2222
"@middy/http-header-normalizer": "^5.5.0",
2323
"@middy/input-output-logger": "^5.5.0",

0 commit comments

Comments
 (0)