From 05ac70f05dba823b494dc23ac3dd2bd720355fd1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 13:04:24 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v16.11.27 --- infrastructure/package.json | 2 +- infrastructure/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/package.json b/infrastructure/package.json index 7214d3d0..99c6ce95 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -19,7 +19,7 @@ "source-map-support": "0.5.21" }, "devDependencies": { - "@types/node": "16.11.26", + "@types/node": "16.11.27", "@typescript-eslint/eslint-plugin": "5.5.0", "@typescript-eslint/parser": "5.5.0", "eslint": "8.3.0", diff --git a/infrastructure/yarn.lock b/infrastructure/yarn.lock index efc757a1..702d7693 100644 --- a/infrastructure/yarn.lock +++ b/infrastructure/yarn.lock @@ -62,10 +62,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== -"@types/node@16.11.26": - version "16.11.26" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.26.tgz#63d204d136c9916fb4dcd1b50f9740fe86884e47" - integrity sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ== +"@types/node@16.11.27": + version "16.11.27" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.27.tgz#5da19383bdbeda99bc0d09cfbb88cab7297ebc51" + integrity sha512-C1pD3kgLoZ56Uuy5lhfOxie4aZlA3UMGLX9rXteq4WitEZH6Rl80mwactt9QG0w0gLFlN/kLBTFnGXtDVWvWQw== "@typescript-eslint/eslint-plugin@5.5.0": version "5.5.0"