diff --git a/package.json b/package.json index 9ca6b95c..62277c5a 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": "20.16.7", "@types/sinon": "10.0.2", "expect": "24.1.0", "lnfs-cli": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 61e05e3c..b284015b 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@20.16.7": + version "20.16.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.7.tgz#0a245bf5805add998a22b8b5adac612ee70190bc" + integrity sha512-QkDQjAY3gkvJNcZOWwzy3BN34RweT0OQ9zJyvLCU0kSK22dO2QYh/NHGfbEAYylPYzRB1/iXcojS79wOg5gFSw== + dependencies: + undici-types "~6.19.2" "@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.19.2: + version "6.19.8" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" + integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== + 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"