diff --git a/packages/storycap/package.json b/packages/storycap/package.json index 57c0456f0..1d8ad7028 100644 --- a/packages/storycap/package.json +++ b/packages/storycap/package.json @@ -73,7 +73,7 @@ "devDependencies": { "@types/jest": "29.5.14", "@types/mkdirp": "^2.0.0", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "@types/wait-on": "^5.0.0", "@types/yargs": "^17.0.0", "jest": "29.7.0", diff --git a/packages/storycrawler/package.json b/packages/storycrawler/package.json index c92c51eb8..293f4a62f 100644 --- a/packages/storycrawler/package.json +++ b/packages/storycrawler/package.json @@ -41,7 +41,7 @@ ], "devDependencies": { "@types/jest": "29.5.14", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "@types/wait-on": "^5.0.0", "jest": "29.7.0", "ts-jest": "29.2.5", diff --git a/yarn.lock b/yarn.lock index e386435f1..1a34a6248 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2865,12 +2865,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b" integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ== -"@types/node@^20.0.0": - version "20.17.10" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.10.tgz#3f7166190aece19a0d1d364d75c8b0b5778c1e18" - integrity sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA== +"@types/node@^22.0.0": + version "22.10.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9" + integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ== dependencies: - undici-types "~6.19.2" + undici-types "~6.20.0" "@types/normalize-package-data@^2.4.0": version "2.4.4" @@ -10096,6 +10096,11 @@ undici-types@~6.19.2: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== +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== + undici@^5.22.1: version "5.28.3" resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b"