Skip to content

Commit

Permalink
chore(deps): bump @aws-sdk/client-cloudformation from 3.696.0 to 3.699.0
Browse files Browse the repository at this point in the history
Bumps [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) from 3.696.0 to 3.699.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudformation/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.699.0/clients/client-cloudformation)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-cloudformation"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 41aeefb commit c6098d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"typescript": "~5.4.5"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.696.0",
"@aws-sdk/client-cloudformation": "^3.699.0",
"@aws-sdk/client-cloudwatch-logs": "^3.693.0",
"@aws-sdk/client-secrets-manager": "^3.675.0",
"@aws-sdk/client-ssm": "^3.698.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@aws-sdk/client-acm": "^3.699.0",
"@aws-sdk/client-ssm": "^3.698.0",
"@aws-sdk/client-cloudformation": "^3.696.0",
"@aws-sdk/client-cloudformation": "^3.699.0",
"@aws-sdk/client-cloudwatch-logs": "^3.693.0",
"@aws-sdk/client-dynamodb": "^3.679.0",
"@aws-sdk/client-ecs": "^3.703.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,17 @@
"@smithy/util-waiter" "^3.1.9"
tslib "^2.6.2"

"@aws-sdk/client-cloudformation@^3.696.0":
version "3.696.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudformation/-/client-cloudformation-3.696.0.tgz#abfb1057e003d7ee12084e866ec5d68f42094b82"
integrity sha512-isXEx8EmFTP7b2Fd4kYudpIxR4xy1zKdxFGY3fifkOHAaJWRQj4r7lsq2F9nkKnGgOt6SMHf+Uh7nfGcVtvvgA==
"@aws-sdk/client-cloudformation@^3.699.0":
version "3.699.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudformation/-/client-cloudformation-3.699.0.tgz#4045a012c1e8644a5bdaa50cb18b58b0633d06a4"
integrity sha512-GMo/K2pq0CDciqvbBAH22QmzOkY7UXuaEDDxrxCbxGoLngRJ4vE0HPwDCANGc1+Gvqqp3TeqCLQrfSxkBsFKNQ==
dependencies:
"@aws-crypto/sha256-browser" "5.2.0"
"@aws-crypto/sha256-js" "5.2.0"
"@aws-sdk/client-sso-oidc" "3.696.0"
"@aws-sdk/client-sts" "3.696.0"
"@aws-sdk/client-sso-oidc" "3.699.0"
"@aws-sdk/client-sts" "3.699.0"
"@aws-sdk/core" "3.696.0"
"@aws-sdk/credential-provider-node" "3.696.0"
"@aws-sdk/credential-provider-node" "3.699.0"
"@aws-sdk/middleware-host-header" "3.696.0"
"@aws-sdk/middleware-logger" "3.696.0"
"@aws-sdk/middleware-recursion-detection" "3.696.0"
Expand Down

0 comments on commit c6098d6

Please sign in to comment.