diff --git a/package-lock.json b/package-lock.json index cbfeeaab..705224e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -262,9 +262,12 @@ } }, "@types/node": { - "version": "13.13.52", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz", - "integrity": "sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==" + "version": "22.9.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.4.tgz", + "integrity": "sha512-d9RWfoR7JC/87vj7n+PVTzGg9hDyuFjir3RxUHbjFSKNd9mpxbxwMEyaCim/ddCmy4IuW7HjTzF3g9p3EtWEOg==", + "requires": { + "undici-types": "~6.19.8" + } }, "@types/object-inspect": { "version": "1.8.1", @@ -4004,6 +4007,11 @@ "through": "^2.3.8" } }, + "undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" + }, "universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", diff --git a/package.json b/package.json index 15b03844..1e147982 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "description": "WebdriverIO end-to-end test automation boilerplate. Using TypeScript, ts-node, Jasmine and Expect.", "devDependencies": { "@types/jasmine": "3.8.1", - "@types/node": "13.13.52", + "@types/node": "22.9.4", "husky": "6.0.0", "lint-staged": "10.5.4", "prettier": "2.3.2",