Skip to content

Commit b07c7e4

Browse files
build(deps-dev): bump @types/node from 22.15.30 to 24.0.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.30 to 24.0.3. - [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.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4952580 commit b07c7e4

2 files changed

Lines changed: 5 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@eslint/js": "^9.29.0",
15-
"@types/node": "^22.15.33",
15+
"@types/node": "^24.0.4",
1616
"@types/source-map-support": "^0.5.10",
1717
"@types/ws": "^8.18.1",
1818
"dotenv": "^16.5.0",

yarn.lock

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -368,20 +368,13 @@
368368
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
369369
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
370370

371-
"@types/node@*":
372-
version "24.0.3"
373-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.3.tgz#f935910f3eece3a3a2f8be86b96ba833dc286cab"
374-
integrity sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==
371+
"@types/node@*", "@types/node@^24.0.4":
372+
version "24.0.4"
373+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.4.tgz#dbae889912bda33a7f57669fb8587c1a56bc0c1f"
374+
integrity sha512-ulyqAkrhnuNq9pB76DRBTkcS6YsmDALy6Ua63V8OhrOBgbcYt6IOdzpw5P1+dyRIyMerzLkeYWBeOXPpA9GMAA==
375375
dependencies:
376376
undici-types "~7.8.0"
377377

378-
"@types/node@^22.15.33":
379-
version "22.15.33"
380-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.33.tgz#5722ba32042fd547c113bc35ea92c1cc59ef68b1"
381-
integrity sha512-wzoocdnnpSxZ+6CjW4ADCK1jVmd1S/J3ArNWfn8FDDQtRm8dkDg7TA+mvek2wNrfCgwuZxqEOiB9B1XCJ6+dbw==
382-
dependencies:
383-
undici-types "~6.21.0"
384-
385378
"@types/source-map-support@^0.5.10":
386379
version "0.5.10"
387380
resolved "https://registry.yarnpkg.com/@types/source-map-support/-/source-map-support-0.5.10.tgz#824dcef989496bae98e9d04c8dc1ac1d70e1bd39"
@@ -2579,11 +2572,6 @@ unbox-primitive@^1.1.0:
25792572
has-symbols "^1.1.0"
25802573
which-boxed-primitive "^1.1.1"
25812574

2582-
undici-types@~6.21.0:
2583-
version "6.21.0"
2584-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2585-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
2586-
25872575
undici-types@~7.8.0:
25882576
version "7.8.0"
25892577
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"

0 commit comments

Comments
 (0)