From 0bcfc458c66ed327bb63e7b0ef49f7429f32de0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 18:57:52 +0500 Subject: [PATCH] fix(deps): update dependency @types/node to ^10.17.27 (#998) Co-authored-by: Renovate Bot --- src/functions-templates/unused_ts/hello-world/package.json | 2 +- src/functions-templates/unused_ts/node-fetch/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions-templates/unused_ts/hello-world/package.json b/src/functions-templates/unused_ts/hello-world/package.json index 1c3744123a0..775189aaf62 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.12.12", + "@types/node": "^10.17.27", "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 70d85c2e018..88c2543115b 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.12.12", + "@types/node": "^10.17.27", "typescript": "^3.2.2", "@types/aws-lambda": "^8.10.59" }