From e9f76397649b5c7c1d915c79e961267ed484d904 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 31 Oct 2024 23:04:04 +0200 Subject: [PATCH] --- example/functions/package.json | 2 +- example/infrastructure/package.json | 2 +- example/llrt-sam/hello-world/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/functions/package.json b/example/functions/package.json index b08b1d8721..d72669e180 100644 --- a/example/functions/package.json +++ b/example/functions/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@aws-sdk/client-dynamodb": "3.682.0", - "@aws-sdk/client-ec2": "3.682.0", + "@aws-sdk/client-ec2": "3.683.0", "@aws-sdk/client-s3": "3.682.0", "aws-sdk": "2.1691.0", "esbuild-css-modules-plugin": "3.1.2", diff --git a/example/infrastructure/package.json b/example/infrastructure/package.json index 69823314f6..21911882dd 100644 --- a/example/infrastructure/package.json +++ b/example/infrastructure/package.json @@ -9,7 +9,7 @@ "synth": "cdk synth" }, "devDependencies": { - "@types/node": "22.8.4", + "@types/node": "22.8.6", "aws-cdk": "2.164.1", "aws-cdk-lib": "2.164.1", "constructs": "10.4.2", diff --git a/example/llrt-sam/hello-world/package.json b/example/llrt-sam/hello-world/package.json index 0d1ffe7c3d..62355ece5b 100644 --- a/example/llrt-sam/hello-world/package.json +++ b/example/llrt-sam/hello-world/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@types/aws-lambda": "8.10.145", - "@types/node": "22.8.4", + "@types/node": "22.8.6", "ts-node": "10.9.2", "typescript": "5.6.3" } diff --git a/package.json b/package.json index 05b12dc459..fbf0504066 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@aws-sdk/s3-request-presigner": "3.682.0", "@jest/types": "29.6.3", "@types/chai": "5.0.1", - "@types/readable-stream": "4.0.16", + "@types/readable-stream": "4.0.18", "@types/uuid": "10.0.0", "@vue/compiler-sfc": "3.5.12", "esbuild": "0.24.0",