Skip to content

Commit 8332f62

Browse files
deps: aws-sdk (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 436f26d commit 8332f62

File tree

3 files changed

+313
-311
lines changed

3 files changed

+313
-311
lines changed

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {},
2727
"devDependencies": {
28-
"@aws-sdk/client-lambda": "3.804.0",
28+
"@aws-sdk/client-lambda": "3.848.0",
2929
"@seek/logger": "^10.0.0",
3030
"@types/aws-lambda": "^8.10.130",
3131
"@types/koa": "^2.13.6",

packages/infra/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"zod": "^3.22.4"
3636
},
3737
"devDependencies": {
38-
"@aws-sdk/client-cloudformation": "3.804.0",
39-
"@aws-sdk/client-codedeploy": "3.804.0",
40-
"@aws-sdk/client-lambda": "3.804.0",
41-
"@smithy/util-stream": "4.2.0",
38+
"@aws-sdk/client-cloudformation": "3.848.0",
39+
"@aws-sdk/client-codedeploy": "3.848.0",
40+
"@aws-sdk/client-lambda": "3.848.0",
41+
"@smithy/util-stream": "4.2.3",
4242
"aws-sdk-client-mock": "4.1.0",
4343
"aws-sdk-client-mock-jest": "4.1.0",
4444
"isomorphic-git": "1.30.2",

0 commit comments

Comments
 (0)