From 232f04d8b1f8ff9dbc2a9cfe591075d0e36d051c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 16:37:46 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18.16.9 --- test/package.json | 2 +- test/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/package.json b/test/package.json index f9298368..9c13c11c 100644 --- a/test/package.json +++ b/test/package.json @@ -44,7 +44,7 @@ "@nestjs/testing": "9.4.0", "@types/express": "4.17.17", "@types/jest": "29.5.1", - "@types/node": "18.16.8", + "@types/node": "18.16.9", "@types/supertest": "2.0.12", "@typescript-eslint/eslint-plugin": "5.59.5", "@typescript-eslint/parser": "5.59.5", diff --git a/test/yarn.lock b/test/yarn.lock index 51bd65c0..3757ac13 100644 --- a/test/yarn.lock +++ b/test/yarn.lock @@ -1399,10 +1399,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.1.tgz#32d43390d5c62c5b6ec486a9bc9c59544de39a08" integrity sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA== -"@types/node@18.16.8": - version "18.16.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.8.tgz#fcd9bd0a793aba2701caff4aeae7c988d4da6ce5" - integrity sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA== +"@types/node@18.16.9": + version "18.16.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.9.tgz#e79416d778a8714597342bb87efb5a6e914f7a73" + integrity sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA== "@types/parse-json@^4.0.0": version "4.0.0"