From 904b4c6ff4f01ddd96f5061093bcabe3e6afe06c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 00:40:16 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v14.17.14 (#1603) Signed-off-by: Renovate Bot Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 74379e020..be6d026ec 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/cli-color": "2.0.1", "@types/express": "4.17.13", "@types/jest": "27.0.1", - "@types/node": "14.17.13", + "@types/node": "14.17.14", "@types/supertest": "2.0.11", "@typescript-eslint/eslint-plugin": "4.29.3", "@typescript-eslint/parser": "4.29.3", diff --git a/yarn.lock b/yarn.lock index c0d6e80a1..4d8a9761f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1262,10 +1262,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.6.tgz#8666478db8095aa66e25b7e469f3e7b53ea2855e" integrity sha512-VESVNFoa/ahYA62xnLBjo5ur6gPsgEE5cNRy8SrdnkZ2nwJSW0kJ4ufbFr2zuU9ALtHM8juY53VcRoTA7htXSg== -"@types/node@14.17.13": - version "14.17.13" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.13.tgz#392ba5c51b1550ee3c38082cf1e59b3144f06871" - integrity sha512-OqG3iSnFg3cnJLsSRyhriILdDfBOwGty0fmnalbsPdYKbDgK6TI9On/36lzO/1bcaeEkg9OGD2wYLjx8t5MZNQ== +"@types/node@14.17.14": + version "14.17.14" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.14.tgz#6fda9785b41570eb628bac27be4b602769a3f938" + integrity sha512-rsAj2u8Xkqfc332iXV12SqIsjVi07H479bOP4q94NAcjzmAvapumEhuVIt53koEf7JFrpjgNKjBga5Pnn/GL8A== "@types/parse-json@^4.0.0": version "4.0.0"