Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 17, 2024
1 parent d8b77f3 commit a09157f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@aws-sdk/client-dynamodb": "3.670.0",
"@aws-sdk/client-ec2": "3.670.0",
"@aws-sdk/client-s3": "3.670.0",
"@aws-sdk/client-s3": "3.673.0",
"aws-sdk": "2.1691.0",
"esbuild-css-modules-plugin": "3.1.2",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion example/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"synth": "cdk synth"
},
"devDependencies": {
"@types/node": "22.7.5",
"@types/node": "22.7.6",
"aws-cdk": "2.162.1",
"aws-cdk-lib": "2.162.1",
"constructs": "10.4.2",
Expand Down
2 changes: 1 addition & 1 deletion example/llrt-sam/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.145",
"@types/node": "22.7.5",
"@types/node": "22.7.6",
"ts-node": "10.9.2",
"typescript": "5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion llrt_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tracing-core = "0.1.32"
webpki = "0.22.4"
async-trait = "0.1.83"
zstd = { version = "0.13.2", default-features = false, features = [] }
libc = "0.2.159"
libc = "0.2.160"
bytes = "1.7.2"
uuid-simd = "0.8.0"
simd-json = { version = "0.14.1", default-features = false, features = [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@aws-sdk/client-eventbridge": "3.670.0",
"@aws-sdk/client-kms": "3.670.0",
"@aws-sdk/client-lambda": "3.670.0",
"@aws-sdk/client-s3": "3.670.0",
"@aws-sdk/client-s3": "3.673.0",
"@aws-sdk/client-secrets-manager": "3.670.0",
"@aws-sdk/client-ses": "3.670.0",
"@aws-sdk/client-sfn": "3.670.0",
Expand All @@ -35,9 +35,9 @@
"@aws-sdk/client-xray": "3.670.0",
"@aws-sdk/credential-providers": "3.670.0",
"@aws-sdk/lib-dynamodb": "3.670.0",
"@aws-sdk/lib-storage": "3.670.0",
"@aws-sdk/s3-presigned-post": "3.670.0",
"@aws-sdk/s3-request-presigner": "3.670.0",
"@aws-sdk/lib-storage": "3.673.0",
"@aws-sdk/s3-presigned-post": "3.673.0",
"@aws-sdk/s3-request-presigner": "3.673.0",
"@jest/types": "29.6.3",
"@types/chai": "5.0.0",
"@types/readable-stream": "4.0.15",
Expand Down

0 comments on commit a09157f

Please sign in to comment.