diff --git a/package.json b/package.json index 9ca6b95c..8c798d12 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": "22.10.3", "@types/sinon": "10.0.2", "expect": "24.1.0", "lnfs-cli": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 61e05e3c..69f05734 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@22.10.3": + version "22.10.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10" + integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw== + dependencies: + undici-types "~6.20.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@~6.20.0: + version "6.20.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433" + integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg== + 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"