From d06782dc16a0b92179cdef085ec22e9092487159 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 03:54:53 +0000 Subject: [PATCH] fix(deps): update dependency @types/node to v14.17.29 (#3525) Co-authored-by: Renovate Bot --- .../typescript/hello-world/package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/functions-templates/typescript/hello-world/package-lock.json b/src/functions-templates/typescript/hello-world/package-lock.json index 02169f9de4b..e82be6e8dfc 100644 --- a/src/functions-templates/typescript/hello-world/package-lock.json +++ b/src/functions-templates/typescript/hello-world/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "dependencies": { "@netlify/functions": "^0.7.2", - "@types/node": "^14.0.0", - "typescript": "^4.4.4" + "@types/node": "^14.17.29", + "typescript": "^4.0.0" } }, "node_modules/@netlify/functions": { @@ -26,9 +26,9 @@ } }, "node_modules/@types/node": { - "version": "14.17.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.21.tgz", - "integrity": "sha512-zv8ukKci1mrILYiQOwGSV4FpkZhyxQtuFWGya2GujWg+zVAeRQ4qbaMmWp9vb9889CFA8JECH7lkwCL6Ygg8kA==" + "version": "14.17.29", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.29.tgz", + "integrity": "sha512-sd4CHI9eTJXTH2vF3RGtGkqvWRwhsSSUFsXD4oG38GZzSZ0tNPbWikd2AbOAcKxCXhOg57fL8FPxjpfSzb2pIQ==" }, "node_modules/is-promise": { "version": "4.0.0", @@ -58,9 +58,9 @@ } }, "@types/node": { - "version": "14.17.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.21.tgz", - "integrity": "sha512-zv8ukKci1mrILYiQOwGSV4FpkZhyxQtuFWGya2GujWg+zVAeRQ4qbaMmWp9vb9889CFA8JECH7lkwCL6Ygg8kA==" + "version": "14.17.29", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.29.tgz", + "integrity": "sha512-sd4CHI9eTJXTH2vF3RGtGkqvWRwhsSSUFsXD4oG38GZzSZ0tNPbWikd2AbOAcKxCXhOg57fL8FPxjpfSzb2pIQ==" }, "is-promise": { "version": "4.0.0",