From b2b989eef45988431084195b3f639da1ea7fbfe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:26:47 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20.17.3 (#427) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 75b69c1..e2e31fc 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@swc/core": "1.7.40", "@swc/jest": "0.2.36", "@types/jest": "29.5.14", - "@types/node": "20.17.2", + "@types/node": "20.17.3", "@types/prompts": "2.4.9", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", diff --git a/yarn.lock b/yarn.lock index 47b877c..7817737 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1435,10 +1435,10 @@ dependencies: undici-types "~5.26.4" -"@types/node@20.17.2": - version "20.17.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.2.tgz#3ca40ef7d776c85a1db3df23cbb5bfb3c384a92e" - integrity sha512-OOHK4sjXqkL7yQ7VEEHcf6+0jSvKjWqwnaCtY7AKD/VLEvRHMsxxu7eI8ErnjxHS8VwmekD4PeVCpu4qZEZSxg== +"@types/node@20.17.3": + version "20.17.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.3.tgz#1ad87177c53fa2b237e79a4929fd37932f779f0c" + integrity sha512-tSQrmKKatLDGnG92h40GD7FzUt0MjahaHwOME4VAFeeA/Xopayq5qLyQRy7Jg/pjgKIFBXuKcGhJo+UdYG55jQ== dependencies: undici-types "~6.19.2"