From f6f405cc296188e30c7e34c00c06e1fb038fb979 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 04:47:34 +0000 Subject: [PATCH] chore(deps): update dependency @types/aws-lambda to v8.10.128 --- infrastructure/package-lock.json | 8 ++++---- infrastructure/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 9100c8d6..f0726a2a 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -17,7 +17,7 @@ "infrastructure": "bin/infrastructure.js" }, "devDependencies": { - "@types/aws-lambda": "8.10.126", + "@types/aws-lambda": "8.10.128", "@types/node": "20.9.3", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", @@ -218,9 +218,9 @@ } }, "node_modules/@types/aws-lambda": { - "version": "8.10.126", - "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.126.tgz", - "integrity": "sha512-5eh4ffLdGYgGYI1Xr6W5L4IVse4RR7L2ns5OVUXA52nW5GFapIcGMcCzHAIMMOdpcQs3aGVxbvFlJNZH6IpgEQ==", + "version": "8.10.128", + "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.128.tgz", + "integrity": "sha512-bw4+ORfyywsj9Tq3WJA9j6HG4EbYy+dz+k8LN73ApmwjTdf82ZCSELz3b7BJQzeG5HE8IaTy9SXTHmruIK5ZlQ==", "dev": true }, "node_modules/@types/json-schema": { diff --git a/infrastructure/package.json b/infrastructure/package.json index 19ae97f4..f7262548 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -19,7 +19,7 @@ "source-map-support": "0.5.21" }, "devDependencies": { - "@types/aws-lambda": "8.10.126", + "@types/aws-lambda": "8.10.128", "@types/node": "20.9.3", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0",