Skip to content

Commit 2fe8ea1

Browse files
chore(deps): update dependency @types/node to v24
1 parent b7164fc commit 2fe8ea1

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

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": "^22.0.0",
119+
"@types/node": "^24.0.0",
120120
"@typescript-eslint/eslint-plugin": "7.18.0",
121121
"@typescript-eslint/parser": "7.18.0",
122122
"dotenv": "17.4.2",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3238,12 +3238,12 @@
32383238
dependencies:
32393239
undici-types "~6.21.0"
32403240

3241-
"@types/node@^22.0.0":
3242-
version "22.20.0"
3243-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.20.0.tgz#431f5007396bc1a1a47b9c7df60f3e5e0b5b7304"
3244-
integrity sha512-QWlFW2wf3nTjC13/DqRnBpR4ZO36VJH/JVBkA/vcnmbTBNQIlnObqyqZE1tUR7+Ni23Lda8R1BxMfbXRpCUx5g==
3241+
"@types/node@^24.0.0":
3242+
version "24.13.2"
3243+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.13.2.tgz#3b9b280a7055128359f125eb1067d9a190f39854"
3244+
integrity sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==
32453245
dependencies:
3246-
undici-types "~6.21.0"
3246+
undici-types "~7.18.0"
32473247

32483248
"@types/normalize-package-data@^2.4.3", "@types/normalize-package-data@^2.4.4":
32493249
version "2.4.4"
@@ -11228,6 +11228,11 @@ undici-types@~6.21.0:
1122811228
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
1122911229
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
1123011230

11231+
undici-types@~7.18.0:
11232+
version "7.18.2"
11233+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
11234+
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
11235+
1123111236
undici@^6.23.0, undici@^6.25.0:
1123211237
version "6.26.0"
1123311238
resolved "https://registry.yarnpkg.com/undici/-/undici-6.26.0.tgz#333a35b7f519c48d2dc6aeb38e4e91d9274e0652"

0 commit comments

Comments
 (0)