From 1d915f632ca3a0c27f4f4948bbb8259c7b810f55 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Jun 2025 03:02:52 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @types/node to v22.15.31 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 705ec74..700852e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2282,9 +2282,9 @@ undici-types "~6.20.0" "@types/node@^22.0.0": - version "22.15.30" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d" - integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA== + version "22.15.31" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.31.tgz#454f11e2061150135c8353d7f3b3b1823fca9f3f" + integrity sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw== dependencies: undici-types "~6.21.0" From 3707e2e1732d1fee84c5ca214a083d9e6cc7620c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Jun 2025 04:02:54 +0000 Subject: [PATCH 2/2] chore(deps): update dependency @types/node to v24 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9a3bc92..db222cf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "private": false, "dependencies": { "@testing-library/dom": "^10.1.0", - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "@types/react-dom": "^19.0.0", "@types/styled-components": "^5.1.9", "browserslist": "^4.21.11", diff --git a/yarn.lock b/yarn.lock index 700852e..a07669d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2281,12 +2281,12 @@ dependencies: undici-types "~6.20.0" -"@types/node@^22.0.0": - version "22.15.31" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.31.tgz#454f11e2061150135c8353d7f3b3b1823fca9f3f" - integrity sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw== +"@types/node@^24.0.0": + version "24.0.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.0.tgz#14a278ce74dd33993f2c4e5dd614760728c0fba8" + integrity sha512-yZQa2zm87aRVcqDyH5+4Hv9KYgSdgwX1rFnGvpbzMaC7YAljmhBET93TPiTd3ObwTL+gSpIzPKg5BqVxdCvxKg== dependencies: - undici-types "~6.21.0" + undici-types "~7.8.0" "@types/parse-json@^4.0.0": version "4.0.0" @@ -9966,10 +9966,10 @@ undici-types@~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-types@~6.21.0: - version "6.21.0" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" - integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== +undici-types@~7.8.0: + version "7.8.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294" + integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw== unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0"