From 538a00bfcf37266c0464c35c8799c540f48303b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:45:53 +0000 Subject: [PATCH] chore(deps): update dependency @types/aws-lambda to v8.10.124 --- 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 a527d628..ca0b31da 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.123", + "@types/aws-lambda": "8.10.124", "@types/node": "18.18.3", "@typescript-eslint/eslint-plugin": "6.7.4", "@typescript-eslint/parser": "6.7.4", @@ -230,9 +230,9 @@ } }, "node_modules/@types/aws-lambda": { - "version": "8.10.123", - "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.123.tgz", - "integrity": "sha512-YBxxrA5fZzt1UFslJFBXH4AJUjkxu5ePv9RPjrpq5Tif5Xi2YhG3P8RAJfXXWL5/M6wPrlzlAMqaMM5ysci/EQ==", + "version": "8.10.124", + "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.124.tgz", + "integrity": "sha512-PHqK0SuAkFS3tZjceqRXecxxrWIN3VqTicuialtK2wZmvBy7H9WGc3u3+wOgaZB7N8SpSXDpWk9qa7eorpTStg==", "dev": true }, "node_modules/@types/json-schema": { diff --git a/infrastructure/package.json b/infrastructure/package.json index 444cfb29..aa9be1c3 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.123", + "@types/aws-lambda": "8.10.124", "@types/node": "18.18.3", "@typescript-eslint/eslint-plugin": "6.7.4", "@typescript-eslint/parser": "6.7.4",