diff --git a/package-lock.json b/package-lock.json index 102c82f..60e6170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@linzjs/style": "^5.0.0", - "@types/aws-lambda": "^8.10.119", + "@types/aws-lambda": "^8.10.161", "@types/node": "^20.5.0", "source-map-support": "^0.5.21" }, @@ -200,10 +200,11 @@ } }, "node_modules/@types/aws-lambda": { - "version": "8.10.119", - "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.119.tgz", - "integrity": "sha512-Vqm22aZrCvCd6I5g1SvpW151jfqwTzEZ7XJ3yZ6xaZG31nUEOEyzzVImjRcsN8Wi/QyPxId/x8GTtgIbsy8kEw==", - "dev": true + "version": "8.10.161", + "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.161.tgz", + "integrity": "sha512-rUYdp+MQwSFocxIOcSsYSF3YYYC/uUpMbCY/mbO21vGqfrEYvNSoPyKYDj6RhXXpPfS0KstW9RwG3qXh9sL7FQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/json-schema": { "version": "7.0.12", diff --git a/package.json b/package.json index 7053b31..6398ab7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@linzjs/style": "^5.0.0", - "@types/aws-lambda": "^8.10.119", + "@types/aws-lambda": "^8.10.161", "@types/node": "^20.5.0", "source-map-support": "^0.5.21" },