Skip to content

Commit 5a114a7

Browse files
chore(deps): update dependency @types/node to v24 (#302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fdd900 commit 5a114a7

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@types/jest": "^30.0.0",
2929
"@types/js-yaml": "^4.0.9",
30-
"@types/node": "^22.18.12",
30+
"@types/node": "^24.9.1",
3131
"@vercel/ncc": "^0.38.4",
3232
"action-docs": "^2.5.1",
3333
"jest": "^30.2.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,12 +1009,12 @@
10091009
dependencies:
10101010
undici-types "~7.12.0"
10111011

1012-
"@types/node@^22.18.12":
1013-
version "22.18.12"
1014-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
1015-
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
1012+
"@types/node@^24.9.1":
1013+
version "24.9.1"
1014+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
1015+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
10161016
dependencies:
1017-
undici-types "~6.21.0"
1017+
undici-types "~7.16.0"
10181018

10191019
"@types/stack-utils@^2.0.3":
10201020
version "2.0.3"
@@ -3065,16 +3065,16 @@ uglify-js@^3.1.4:
30653065
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
30663066
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
30673067

3068-
undici-types@~6.21.0:
3069-
version "6.21.0"
3070-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3071-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3072-
30733068
undici-types@~7.12.0:
30743069
version "7.12.0"
30753070
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
30763071
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
30773072

3073+
undici-types@~7.16.0:
3074+
version "7.16.0"
3075+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3076+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
3077+
30783078
undici@^5.25.4:
30793079
version "5.29.0"
30803080
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"

0 commit comments

Comments
 (0)