Skip to content

Commit 39eab82

Browse files
chore(deps): update dependency @types/node to v24
1 parent 3446277 commit 39eab82

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@types/fs-extra": "11.0.4",
117117
"@types/jest": "30.0.0",
118118
"@types/jsonpath": "0.2.4",
119-
"@types/node": "20.19.33",
119+
"@types/node": "24.10.14",
120120
"@typescript-eslint/eslint-plugin": "7.18.0",
121121
"@typescript-eslint/parser": "7.18.0",
122122
"dotenv": "17.3.1",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3149,7 +3149,14 @@
31493149
dependencies:
31503150
undici-types "~7.14.0"
31513151

3152-
"@types/node@20.19.33", "@types/node@^20.10.7":
3152+
"@types/node@24.10.14":
3153+
version "24.10.14"
3154+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.14.tgz#374550a07e24c9e4e604ceadfaddec4dd60faa90"
3155+
integrity sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==
3156+
dependencies:
3157+
undici-types "~7.16.0"
3158+
3159+
"@types/node@^20.10.7":
31533160
version "20.19.33"
31543161
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.33.tgz#ac8364c623b72d43125f0e7dd722bbe968f0c65e"
31553162
integrity sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==
@@ -11658,6 +11665,11 @@ undici-types@~7.14.0:
1165811665
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.14.0.tgz#4c037b32ca4d7d62fae042174604341588bc0840"
1165911666
integrity sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==
1166011667

11668+
undici-types@~7.16.0:
11669+
version "7.16.0"
11670+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
11671+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
11672+
1166111673
unicode-canonical-property-names-ecmascript@^2.0.0:
1166211674
version "2.0.1"
1166311675
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz#cb3173fe47ca743e228216e4a3ddc4c84d628cc2"

0 commit comments

Comments
 (0)