Skip to content

Commit

Permalink
chore(deps): bump @aws-sdk/client-ssm from 3.698.0 to 3.699.0
Browse files Browse the repository at this point in the history
Bumps [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) from 3.698.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-ssm/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.699.0/clients/client-ssm)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 41aeefb commit f864e88
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@aws-sdk/client-cloudformation": "^3.696.0",
"@aws-sdk/client-cloudwatch-logs": "^3.693.0",
"@aws-sdk/client-secrets-manager": "^3.675.0",
"@aws-sdk/client-ssm": "^3.698.0",
"@aws-sdk/client-ssm": "^3.699.0",
"aws-cdk-lib": "2.163.0",
"aws-rfdk": "1.4.0",
"constructs": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion lambda-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@aws-sdk/client-lambda": "3.691.0",
"@aws-sdk/client-ssm": "3.698.0"
"@aws-sdk/client-ssm": "3.699.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@aws-sdk/client-acm": "^3.699.0",
"@aws-sdk/client-ssm": "^3.698.0",
"@aws-sdk/client-ssm": "^3.699.0",
"@aws-sdk/client-cloudformation": "^3.696.0",
"@aws-sdk/client-cloudwatch-logs": "^3.693.0",
"@aws-sdk/client-dynamodb": "^3.679.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -531,17 +531,17 @@
tslib "^2.6.2"
uuid "^9.0.1"

"@aws-sdk/client-ssm@3.698.0", "@aws-sdk/client-ssm@^3.698.0":
version "3.698.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-ssm/-/client-ssm-3.698.0.tgz#cacff08e5334167931eeb8b7b9873ba1f5f9e6b9"
integrity sha512-/Lf8rH2/6dDasqJiPuK2fRhLuC0Tm9eFJMWB911FumOHG8Wzp5ceDnCdzeVrAlWHsB2o+ouZ3+lk3r4HLZMTFg==
"@aws-sdk/client-ssm@3.699.0", "@aws-sdk/client-ssm@^3.699.0":
version "3.699.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-ssm/-/client-ssm-3.699.0.tgz#7cafc817973ee0087b8fde81d183ee22f9e4f7c3"
integrity sha512-ROynEZI8RZC+NkQP/BBcdkhGHuk+RJkinemxmsTt8FGYqHlK/7hcOjWitziAGpmjWfPm4a6UAtqeNg/AX7nvlw==
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 f864e88

Please sign in to comment.