From ab9dd8356ed9c0b64aa2eee2f4f492e64fca83d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 06:10:57 +0000 Subject: [PATCH] fix(deps): update dependency @types/node to v22 --- test-app/package.json | 2 +- test-app/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test-app/package.json b/test-app/package.json index ec7fb800..86d6bca5 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.7", + "@types/node": "22.9.3", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "react": "18.3.1", diff --git a/test-app/yarn.lock b/test-app/yarn.lock index 6e99910b..4da8c7e7 100644 --- a/test-app/yarn.lock +++ b/test-app/yarn.lock @@ -2103,12 +2103,12 @@ dependencies: undici-types "~6.19.8" -"@types/node@20.17.7": - version "20.17.7" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.7.tgz#790151a28c5a172773d95d53a0c23d3c59a883c4" - integrity sha512-sZXXnpBFMKbao30dUAvzKbdwA2JM1fwUtVEq/kxKuPI5mMwZiRElCpTXb0Biq/LMEVpXDZL5G5V0RPnxKeyaYg== +"@types/node@22.9.3": + version "22.9.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.3.tgz#08f3d64b3bc6d74b162d36f60213e8a6704ef2b4" + integrity sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw== dependencies: - undici-types "~6.19.2" + undici-types "~6.19.8" "@types/parse-json@^4.0.0": version "4.0.2" @@ -9384,7 +9384,7 @@ 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, undici-types@~6.19.8: +undici-types@~6.19.8: version "6.19.8" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==