From 3cc32e03ce99f712a725a4305190f0ee615ee1a9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 26 Oct 2022 23:15:53 +0200 Subject: [PATCH] Update dependency @types/node to v16.18.2 (#8061) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1f783360898..872f1937523 100644 --- a/package.json +++ b/package.json @@ -1190,7 +1190,7 @@ "@types/glob": "8.0.0", "@types/lodash": "4.14.186", "@types/mocha": "10.0.0", - "@types/node": "16.18.1", + "@types/node": "16.18.2", "@types/parsimmon": "1.10.6", "@types/sinon": "10.0.13", "@types/source-map-support": "0.5.6", diff --git a/yarn.lock b/yarn.lock index 6c696af7366..7973f3b6ed0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -271,10 +271,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256" integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA== -"@types/node@16.18.1": - version "16.18.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.1.tgz#fd860a5efc505a5417d25a99cbff78077447a391" - integrity sha512-Z659t5cj2Tt2SaqbJxXRo5EaU86E4l2CxtklCY1VftxYXhR81Z75UsugwdI7l5MUAR1I+l8sdt3B5Y++ZV76WQ== +"@types/node@16.18.2": + version "16.18.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.2.tgz#77878acc68c5f6241454008beedd39513bd8e851" + integrity sha512-KIGQJyya+opDCFvDSZMNNS899ov5jlNdtN7PypgHWeb8e+5vWISdwTRo/ClsNVlmDihzOGqFyNBDamUs7TQQCA== "@types/parse-json@^4.0.0": version "4.0.0"