Skip to content

Commit e192eac

Browse files
author
Siemen Sikkema
committed
Downgrade to types/node@24 to match node version
1 parent 25bddf2 commit e192eac

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"uuid": "^13.0.0"
3636
},
3737
"devDependencies": {
38-
"@types/node": "^25.5.2",
38+
"@types/node": "^24.12.2",
3939
"@types/semver": "^7.7.1",
4040
"esbuild": "^0.28.0",
4141
"eslint": "^10.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,12 @@
311311
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
312312
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
313313

314-
"@types/node@^25.5.2":
315-
version "25.5.2"
316-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.5.2.tgz#94861e32f9ffd8de10b52bbec403465c84fff762"
317-
integrity sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==
314+
"@types/node@^24.12.2":
315+
version "24.12.2"
316+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.2.tgz#353cb161dbf1785ea25e8829ba7ec574c5c629ac"
317+
integrity sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==
318318
dependencies:
319-
undici-types "~7.18.0"
319+
undici-types "~7.16.0"
320320

321321
"@types/semver@^7.7.1":
322322
version "7.7.1"
@@ -2292,10 +2292,10 @@ unbox-primitive@^1.1.0:
22922292
has-symbols "^1.1.0"
22932293
which-boxed-primitive "^1.1.1"
22942294

2295-
undici-types@~7.18.0:
2296-
version "7.18.2"
2297-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
2298-
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
2295+
undici-types@~7.16.0:
2296+
version "7.16.0"
2297+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
2298+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
22992299

23002300
undici@^6.23.0:
23012301
version "6.24.1"

0 commit comments

Comments
 (0)