From e2fbf962275b0dcd4a41b3255f95108467b96641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Aug 2021 03:44:45 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v14.17.11 (#1567) 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 cecd220a6..aee315e09 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/cli-color": "2.0.1", "@types/express": "4.17.13", "@types/jest": "27.0.1", - "@types/node": "14.17.10", + "@types/node": "14.17.11", "@types/supertest": "2.0.11", "@typescript-eslint/eslint-plugin": "4.29.2", "@typescript-eslint/parser": "4.29.2", diff --git a/yarn.lock b/yarn.lock index 2ef0ba207..0ba997fc9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1178,10 +1178,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.6.1.tgz#aee62c7b966f55fc66c7b6dfa1d58db2a616da61" integrity sha512-Sr7BhXEAer9xyGuCN3Ek9eg9xPviCF2gfu9kTfuU2HkTVAMYSDeX40fvpmo72n5nansg3nsBjuQBrsS28r+NUw== -"@types/node@14.17.10": - version "14.17.10" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.10.tgz#93f4b095af275a0427114579c10ec7aa696729d7" - integrity sha512-09x2d6kNBwjHgyh3jOUE2GE4DFoxDriDvWdu6mFhMP1ysynGYazt4ecZmJlL6/fe4Zi2vtYvTvtL7epjQQrBhA== +"@types/node@14.17.11": + version "14.17.11" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.11.tgz#82d266d657aec5ff01ca59f2ffaff1bb43f7bf0f" + integrity sha512-n2OQ+0Bz6WEsUjrvcHD1xZ8K+Kgo4cn9/w94s1bJS690QMUWfJPW/m7CCb7gPkA1fcYwL2UpjXP/rq/Eo41m6w== "@types/parse-json@^4.0.0": version "4.0.0"