From ef35749a591f5ba476d5c1cad0a6a33bde3f908b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Sep 2021 01:10:42 +0000 Subject: [PATCH] fix(deps): update dependency @types/node to v14.17.19 --- .../ts/hello-world/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/functions-templates/ts/hello-world/package-lock.json b/src/functions-templates/ts/hello-world/package-lock.json index 11936178219..a43c76a2305 100644 --- a/src/functions-templates/ts/hello-world/package-lock.json +++ b/src/functions-templates/ts/hello-world/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@netlify/functions": "^0.7.2", - "@types/node": "^14.17.17", + "@types/node": "^14.17.19", "typescript": "^4.0.0" } }, @@ -26,9 +26,9 @@ } }, "node_modules/@types/node": { - "version": "14.17.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.17.tgz", - "integrity": "sha512-niAjcewgEYvSPCZm3OaM9y6YQrL2SEPH9PymtE6fuZAvFiP6ereCcvApGl2jKTq7copTIguX3PBvfP08LN4LvQ==" + "version": "14.17.19", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.19.tgz", + "integrity": "sha512-jjYI6NkyfXykucU6ELEoT64QyKOdvaA6enOqKtP4xUsGY0X0ZUZz29fUmrTRo+7v7c6TgDu82q3GHHaCEkqZwA==" }, "node_modules/is-promise": { "version": "4.0.0", @@ -58,9 +58,9 @@ } }, "@types/node": { - "version": "14.17.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.17.tgz", - "integrity": "sha512-niAjcewgEYvSPCZm3OaM9y6YQrL2SEPH9PymtE6fuZAvFiP6ereCcvApGl2jKTq7copTIguX3PBvfP08LN4LvQ==" + "version": "14.17.19", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.19.tgz", + "integrity": "sha512-jjYI6NkyfXykucU6ELEoT64QyKOdvaA6enOqKtP4xUsGY0X0ZUZz29fUmrTRo+7v7c6TgDu82q3GHHaCEkqZwA==" }, "is-promise": { "version": "4.0.0",