Skip to content

Commit 03738de

Browse files
fix(deps): update dependency @types/node to v24
1 parent b18fcc0 commit 03738de

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@testing-library/react": "13.4.0",
88
"@testing-library/user-event": "13.5.0",
99
"@types/jest": "27.5.2",
10-
"@types/node": "16.11.68",
10+
"@types/node": "24.10.0",
1111
"@types/react": "18.0.21",
1212
"@types/react-dom": "18.0.6",
1313
"react": "18.2.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1993,10 +1993,12 @@
19931993
resolved "https://registry.npmjs.org/@types/node/-/node-18.11.3.tgz#78a6d7ec962b596fc2d2ec102c4dd3ef073fea6a"
19941994
integrity sha512-fNjDQzzOsZeKZu5NATgXUPsaFaTxeRgFXoosrHivTl8RGeV733OLawXsGfEk9a8/tySyZUyiZ6E8LcjPFZ2y1A==
19951995

1996-
"@types/node@16.11.68":
1997-
version "16.11.68"
1998-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.68.tgz#30ee923f4d940793e0380f5ce61c0bd4b7196b6c"
1999-
integrity sha512-JkRpuVz3xCNCWaeQ5EHLR/6woMbHZz/jZ7Kmc63AkU+1HxnoUugzSWMck7dsR4DvNYX8jp9wTi9K7WvnxOIQZQ==
1996+
"@types/node@24.10.0":
1997+
version "24.10.0"
1998+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
1999+
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
2000+
dependencies:
2001+
undici-types "~7.16.0"
20002002

20012003
"@types/parse-json@^4.0.0":
20022004
version "4.0.0"
@@ -8542,6 +8544,11 @@ unbox-primitive@^1.0.2:
85428544
has-symbols "^1.0.3"
85438545
which-boxed-primitive "^1.0.2"
85448546

8547+
undici-types@~7.16.0:
8548+
version "7.16.0"
8549+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
8550+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
8551+
85458552
unicode-canonical-property-names-ecmascript@^2.0.0:
85468553
version "2.0.0"
85478554
resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)