From c164f3cbe9e34fa9d8be0c57ab6bfd7362f7ea61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 22:06:26 -0700 Subject: [PATCH] Update dependency @types/node to v16.18.8 (#489) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 33389a0..f7fe6b1 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/jest": "^29.0.0", "@types/minimist": "^1.2.1", "@types/mkdirp": "^1.0.2", - "@types/node": "16.18.4", + "@types/node": "16.18.8", "@types/pacote": "^11.1.1", "@types/rimraf": "^3.0.2", "@types/tar": "^6.1.3", @@ -105,7 +105,7 @@ "keytar": "^7.9.0" }, "resolutions": { - "@types/node": "16.18.4" + "@types/node": "16.18.8" }, "build": { "appId": "im.riot.app", diff --git a/yarn.lock b/yarn.lock index 768c7f0..8665349 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2760,10 +2760,10 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@16.18.4", "@types/node@^16.11.26", "@types/node@^17.0.36": - version "16.18.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.4.tgz#712ba61b4caf091fc6490301b1888356638c17bd" - integrity sha512-9qGjJ5GyShZjUfx2ArBIGM+xExdfLvvaCyQR0t6yRXKPcWCVYF/WemtX/uIU3r7FYECXRXkIiw2Vnhn6y8d+pw== +"@types/node@*", "@types/node@16.18.8", "@types/node@^16.11.26", "@types/node@^17.0.36": + version "16.18.8" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.8.tgz#ffb2a4efa4eb4384811081776c52b054481cca54" + integrity sha512-TrpoNiaPvBH5h8rQQenMtVsJXtGsVBRJrcp2Ik6oEt99jHfGvDLh20VTTq3ixTbjYujukYz1IlY4N8a8yfY0jA== "@types/normalize-package-data@^2.4.0": version "2.4.1"