diff --git a/package.json b/package.json index 9ca6b95c..b58c37cc 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.15.31", "@types/sinon": "10.0.2", "expect": "24.1.0", "lnfs-cli": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 61e05e3c..a9a1cdf6 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.15.31": + version "22.15.31" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.31.tgz#454f11e2061150135c8353d7f3b3b1823fca9f3f" + integrity sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw== + dependencies: + undici-types "~6.21.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.21.0: + version "6.21.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" + integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== + 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"