Skip to content

Commit 4003240

Browse files
build(deps-dev): bump @types/node from 22.18.6 to 24.6.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.18.6 to 24.6.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.6.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb6dcaa commit 4003240

2 files changed

Lines changed: 10 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@eslint/js": "^9.36.0",
4747
"@types/adm-zip": "^0.5.7",
4848
"@types/ejs": "^3.1.5",
49-
"@types/node": "22",
49+
"@types/node": "24",
5050
"@types/update-notifier": "^6.0.8",
5151
"@types/yargs": "^17.0.33",
5252
"esbuild": "^0.25.10",

yarn.lock

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -504,19 +504,12 @@
504504
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
505505
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
506506

507-
"@types/node@*":
508-
version "24.5.2"
509-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446"
510-
integrity sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==
507+
"@types/node@*", "@types/node@24":
508+
version "24.6.0"
509+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.6.0.tgz#5dd8d4eca0bba7dd81d853e7fadc96b322ff84f6"
510+
integrity sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==
511511
dependencies:
512-
undici-types "~7.12.0"
513-
514-
"@types/node@22":
515-
version "22.18.6"
516-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.6.tgz#38172ef0b65e09d1a4fc715eb09a7d5decfdc748"
517-
integrity sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==
518-
dependencies:
519-
undici-types "~6.21.0"
512+
undici-types "~7.13.0"
520513

521514
"@types/update-notifier@^6.0.8":
522515
version "6.0.8"
@@ -3035,15 +3028,10 @@ unbox-primitive@^1.1.0:
30353028
has-symbols "^1.1.0"
30363029
which-boxed-primitive "^1.1.1"
30373030

3038-
undici-types@~6.21.0:
3039-
version "6.21.0"
3040-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3041-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3042-
3043-
undici-types@~7.12.0:
3044-
version "7.12.0"
3045-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
3046-
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
3031+
undici-types@~7.13.0:
3032+
version "7.13.0"
3033+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.13.0.tgz#a20ba7c0a2be0c97bd55c308069d29d167466bff"
3034+
integrity sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==
30473035

30483036
update-notifier@^7.3.1:
30493037
version "7.3.1"

0 commit comments

Comments
 (0)