From c2182f50f859e08d323c0feec624161c5c230bc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 04:13:20 +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..e2257af1 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.14", "@types/sinon": "10.0.2", "expect": "24.1.0", "lnfs-cli": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 61e05e3c..b134bc3c 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.14": + version "24.10.14" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.14.tgz#374550a07e24c9e4e604ceadfaddec4dd60faa90" + integrity sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg== + 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"