Skip to content

Commit 61629fa

Browse files
chore(deps): update dependency @types/node to v24
1 parent 57a5a95 commit 61629fa

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@eslint/eslintrc": "^3",
2424
"@tailwindcss/postcss": "^4",
2525
"@types/cypress": "^1.1.6",
26-
"@types/node": "^22.0.0",
26+
"@types/node": "^24.0.0",
2727
"@types/react": "^19",
2828
"@types/react-dom": "^19",
2929
"eslint": "^9",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -739,12 +739,12 @@
739739
dependencies:
740740
undici-types "~6.19.2"
741741

742-
"@types/node@^22.0.0":
743-
version "22.14.1"
744-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f"
745-
integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==
742+
"@types/node@^24.0.0":
743+
version "24.9.2"
744+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
745+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
746746
dependencies:
747-
undici-types "~6.21.0"
747+
undici-types "~7.16.0"
748748

749749
"@types/react-dom@^19":
750750
version "19.1.1"
@@ -3937,10 +3937,10 @@ undici-types@~6.19.2:
39373937
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz"
39383938
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
39393939

3940-
undici-types@~6.21.0:
3941-
version "6.21.0"
3942-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3943-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3940+
undici-types@~7.16.0:
3941+
version "7.16.0"
3942+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3943+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
39443944

39453945
universalify@^2.0.0:
39463946
version "2.0.1"

0 commit comments

Comments
 (0)