Skip to content

Commit

Permalink
chore(deps): bump aws-sdk from 2.1516.0 to 2.1586.0
Browse files Browse the repository at this point in the history
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1516.0 to 2.1586.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1516.0...v2.1586.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 04e4ab8 commit 47e0362
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lambda-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"typescript": "~5.1.6"
},
"dependencies": {
"aws-sdk": "^2.1516.0"
"aws-sdk": "^2.1586.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/jest": "^29.5.11",
"@types/node": "18.11.19",
"aws-cdk-lib": "2.114.1",
"aws-sdk": "^2.1516.0",
"aws-sdk": "^2.1586.0",
"constructs": "^10.0.0",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-rfdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/jest": "^29.5.11",
"@types/sinon": "^17.0.2",
"aws-cdk-lib": "2.114.1",
"aws-sdk": "^2.1516.0",
"aws-sdk": "^2.1586.0",
"aws-sdk-mock": "5.5.0",
"awslint": "2.68.0",
"constructs": "^10.0.0",
Expand Down
34 changes: 9 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3160,10 +3160,10 @@ [email protected]:
sinon "^11.1.1"
traverse "^0.6.6"

aws-sdk@^2.1516.0:
version "2.1516.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1516.0.tgz#66c427bd800dbc3e502b946500d312cafec95611"
integrity sha512-RgTRRQR77NDYjnpCwA8/fv9bKTrbcugP6PaLduYtlMZa78fws/vROTe6bL6K+BRZ/lrWz6kW6xJJdN9KkkrOMw==
aws-sdk@^2.1586.0, aws-sdk@^2.928.0:
version "2.1586.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1586.0.tgz#27b0370c700b67d64846434cf5ca9f9c59081145"
integrity sha512-s1wLXA6NVKOmiEocMo8ZJLFtWy/lb0LJhFvH1bTKtQz4KQWNm1DUTgomdtSQvfqW19UQtnUXhdAjyjeeAeGK8g==
dependencies:
buffer "4.9.2"
events "1.1.1"
Expand All @@ -3174,23 +3174,7 @@ aws-sdk@^2.1516.0:
url "0.10.3"
util "^0.12.4"
uuid "8.0.0"
xml2js "0.5.0"

aws-sdk@^2.928.0:
version "2.1518.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1518.0.tgz#e8c30d0be0ca0bca5edcea1fb5fd467b57f60221"
integrity sha512-SknaBH0kvDNsdjGyt8wsAfVky688azgEoLKlPqnLWiA/tJPIpdZ3qUfSFXLO6O9s2aolM8JVAULRSEgBMy57iw==
dependencies:
buffer "4.9.2"
events "1.1.1"
ieee754 "1.1.13"
jmespath "0.16.0"
querystring "0.2.0"
sax "1.2.1"
url "0.10.3"
util "^0.12.4"
uuid "8.0.0"
xml2js "0.5.0"
xml2js "0.6.2"

[email protected]:
version "2.68.0"
Expand Down Expand Up @@ -9780,10 +9764,10 @@ [email protected]:
type-fest "^0.4.1"
write-json-file "^3.2.0"

xml2js@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
xml2js@0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
dependencies:
sax ">=0.6.0"
xmlbuilder "~11.0.0"
Expand Down

0 comments on commit 47e0362

Please sign in to comment.