From 1e5c90a646689511e9134d6a4c4dd908b433227c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:17:29 +0000 Subject: [PATCH] fix(deps): update dependency @types/node to v22 --- test-app/package.json | 2 +- test-app/yarn.lock | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/test-app/package.json b/test-app/package.json index 7dc79622..a2de5c9c 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -7,7 +7,7 @@ "@testing-library/react": "15.0.7", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.14", - "@types/node": "20.17.12", + "@types/node": "22.10.9", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "react": "18.3.1", diff --git a/test-app/yarn.lock b/test-app/yarn.lock index 43707003..af29fd30 100644 --- a/test-app/yarn.lock +++ b/test-app/yarn.lock @@ -2092,12 +2092,12 @@ dependencies: undici-types "~6.20.0" -"@types/node@20.17.12": - version "20.17.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.12.tgz#ee3b7d25a522fd95608c1b3f02921c97b93fcbd6" - integrity sha512-vo/wmBgMIiEA23A/knMfn/cf37VnuF52nZh5ZoW0GWt4e4sxNquibrMRJ7UQsA06+MBx9r/H1jsI9grYjQCQlw== +"@types/node@22.10.9": + version "22.10.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.9.tgz#b62b5e8485b9b412262466209280405525320108" + integrity sha512-Ir6hwgsKyNESl/gLOcEz3krR4CBGgliDqBQ2ma4wIhEx0w+xnoeTq3tdrNw15kU3SxogDjOgv9sqdtLW8mIHaw== dependencies: - undici-types "~6.19.2" + undici-types "~6.20.0" "@types/parse-json@^4.0.0": version "4.0.2" @@ -9544,11 +9544,6 @@ underscore@1.12.1: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e" integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw== -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== - undici-types@~6.20.0: version "6.20.0" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"