From d8ba23d3ba2b296258fdcb68847a488e1db78f10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 00:05:05 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v16.18.39 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 435cf6139..2a2f51570 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@types/jest": "27.5.2", "@types/jsonpath": "0.2.0", "@types/lodash": "4.14.191", - "@types/node": "16.18.18", + "@types/node": "16.18.39", "@typescript-eslint/eslint-plugin": "5.56.0", "@typescript-eslint/parser": "5.56.0", "dotenv": "16.0.3", diff --git a/yarn.lock b/yarn.lock index 4b1dcec34..c41d4bdd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1482,11 +1482,16 @@ resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz" integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= -"@types/node@*", "@types/node@16.18.18", "@types/node@>= 8": +"@types/node@*", "@types/node@>= 8": version "16.18.18" resolved "https://registry.npmjs.org/@types/node/-/node-16.18.18.tgz" integrity sha512-fwGw1uvQAzabxL1pyoknPlJIF2t7+K90uTqynleKRx24n3lYcxWa3+KByLhgkF8GEAK2c7hC8Ki0RkNM5H15jQ== +"@types/node@16.18.39": + version "16.18.39" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.39.tgz#aa39a1a87a40ef6098ee69689a1acb0c1b034832" + integrity sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ== + "@types/node@>=12": version "17.0.21" resolved "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz"