From 961e8974758fdf46f0c5668fc82959f983372650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 00:39:00 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v24 --- advanced/package.json | 2 +- advanced/yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/advanced/package.json b/advanced/package.json index 19a1f03e..43eb9c14 100644 --- a/advanced/package.json +++ b/advanced/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@types/bcryptjs": "2.4.6", - "@types/node": "10.17.60", + "@types/node": "24.10.4", "dotenv-cli": "1.4.0", "nodemon": "1.19.4", "prisma": "1.34.12", diff --git a/advanced/yarn.lock b/advanced/yarn.lock index 396f291e..06be610b 100644 --- a/advanced/yarn.lock +++ b/advanced/yarn.lock @@ -66,10 +66,12 @@ version "10.12.12" resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.12.tgz#e15a9d034d9210f00320ef718a50c4a799417c47" -"@types/node@10.17.60": - version "10.17.60" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" - integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw== +"@types/node@24.10.4": + version "24.10.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.4.tgz#9d27c032a1b2c42a4eab8fb65c5856a8b8e098c4" + integrity sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg== + dependencies: + undici-types "~7.16.0" "@types/range-parser@*": version "1.2.3" @@ -2153,6 +2155,11 @@ undefsafe@^2.0.2: dependencies: debug "^2.2.0" +undici-types@~7.16.0: + version "7.16.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== + union-value@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"