From 93300f475a94f2c9dcc9ec07ef695d57b08968a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 23:53:38 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v16.18.22 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 55e261b..d243a9b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "license": "MIT", "devDependencies": { - "@types/node": "16.11.35", + "@types/node": "16.18.22", "@typescript-eslint/eslint-plugin": "5.23.0", "@typescript-eslint/parser": "5.23.0", "eslint": "8.15.0", diff --git a/yarn.lock b/yarn.lock index 517e981..dc54e73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -57,10 +57,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.35": - version "16.11.35" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.35.tgz#6642bdce5b5cee23314b91a7c069981c6bd68791" - integrity sha512-QXu45LyepgnhUfnIAj/FyT4uM87ug5KpIrgXfQtUPNAlx8w5hmd8z8emqCLNvG11QkpRSCG9Qg2buMxvqfjfsQ== +"@types/node@16.18.22": + version "16.18.22" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.22.tgz#a6505a5da1387aae03fddfb93591118f27b4c0ea" + integrity sha512-LJSIirgASa1LicFGTUFwDY7BfKDtLIbijqDLkH47LxEo/jtdrtiZ4/kLPD99bEQhTcPcuh6KhDllHqRxygJD2w== "@typescript-eslint/eslint-plugin@5.23.0": version "5.23.0"