From c466e76c568a83df8369345cccaecfcfc6531133 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 03:16:08 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v24 --- package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9ca6b95c..a2c48af8 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "@types/lodash": "4.14.179", "@types/mocha": "8.2.2", "@types/mock-require": "2.0.0", - "@types/node": "14.17.3", + "@types/node": "24.10.4", "@types/sinon": "10.0.2", "expect": "24.1.0", "lnfs-cli": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 61e05e3c..b6558d1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -923,10 +923,12 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@14.17.3": - version "14.17.3" - resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz" - integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw== +"@types/node@*", "@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/q@^1.5.1": version "1.5.2" @@ -6407,6 +6409,11 @@ uncss@^0.16.2: postcss-selector-parser "3.1.1" request "^2.72.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== + unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz"