From 95c56b9168b737d2c3b7b875ca0b985b49a543cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 11:32:04 +0100 Subject: [PATCH] Update dependency @types/node to v16.18.39 (#1111) 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 bf0e876..115ff72 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@types/jest": "^29.0.0", "@types/minimist": "^1.2.1", "@types/mkdirp": "^1.0.2", - "@types/node": "16.18.38", + "@types/node": "16.18.39", "@types/pacote": "^11.1.1", "@types/tar": "^6.1.3", "@types/uuid": "^9.0.2", @@ -122,7 +122,7 @@ "keytar": "^7.9.0" }, "resolutions": { - "@types/node": "16.18.38" + "@types/node": "16.18.39" }, "build": { "appId": "im.riot.app", diff --git a/yarn.lock b/yarn.lock index 3b5547b..5473c61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1970,10 +1970,10 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@16.18.38", "@types/node@^17.0.36", "@types/node@^18.11.18": - version "16.18.38" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.38.tgz#1dcdb6c54d02b323f621213745f2e44af30c73e6" - integrity sha512-6sfo1qTulpVbkxECP+AVrHV9OoJqhzCsfTNp5NIG+enM4HyM3HvZCO798WShIXBN0+QtDIcutJCjsVYnQP5rIQ== +"@types/node@*", "@types/node@16.18.39", "@types/node@^17.0.36", "@types/node@^18.11.18": + version "16.18.39" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.39.tgz#aa39a1a87a40ef6098ee69689a1acb0c1b034832" + integrity sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ== "@types/normalize-package-data@^2.4.0": version "2.4.1"