diff --git a/src/functions-templates/unused_ts/hello-world/package.json b/src/functions-templates/unused_ts/hello-world/package.json index 775189aaf62..14478f8b7d9 100644 --- a/src/functions-templates/unused_ts/hello-world/package.json +++ b/src/functions-templates/unused_ts/hello-world/package.json @@ -15,7 +15,7 @@ "license": "MIT", "dependencies": { "node-fetch": "^2.3.0", - "@types/node": "^10.17.27", + "@types/node": "^10.17.28", "typescript": "^3.2.2", "@types/aws-lambda": "^8.10.59" } diff --git a/src/functions-templates/unused_ts/node-fetch/package.json b/src/functions-templates/unused_ts/node-fetch/package.json index 88c2543115b..4f9c0576e50 100644 --- a/src/functions-templates/unused_ts/node-fetch/package.json +++ b/src/functions-templates/unused_ts/node-fetch/package.json @@ -16,7 +16,7 @@ "dependencies": { "node-fetch": "^2.3.0", "@types/node-fetch": "^2.1.4", - "@types/node": "^10.17.27", + "@types/node": "^10.17.28", "typescript": "^3.2.2", "@types/aws-lambda": "^8.10.59" }