Skip to content

Commit 4a82e49

Browse files
[npm] Bump @types/node from 18.19.129 to 24.9.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.129 to 24.9.1. - [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.9.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1731e8a commit 4a82e49

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ts-jest": "^29.3.4",
3838
"jest-environment-jsdom": "^29.7.0",
3939
"msw": "^2.8.4",
40-
"@types/node": "^18.19.70",
40+
"@types/node": "^24.9.1",
4141
"prettier": "^3.4.2",
4242
"typescript": "~5.7.2",
4343
"@types/ws": "^8.5.9",

yarn.lock

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -740,19 +740,12 @@
740740
"@types/node" "*"
741741
form-data "^4.0.4"
742742

743-
"@types/node@*":
744-
version "24.6.1"
745-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.6.1.tgz#29cd365beb4419b3b8271c7464f1a563446d7481"
746-
integrity sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==
743+
"@types/node@*", "@types/node@^24.9.1":
744+
version "24.9.1"
745+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
746+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
747747
dependencies:
748-
undici-types "~7.13.0"
749-
750-
"@types/node@^18.19.70":
751-
version "18.19.129"
752-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.129.tgz#1fea86229068c748ea395294dae4b0d5f1d96290"
753-
integrity sha512-hrmi5jWt2w60ayox3iIXwpMEnfUvOLJCRtrOPbHtH15nTjvO7uhnelvrdAs0dO0/zl5DZ3ZbahiaXEVb54ca/A==
754-
dependencies:
755-
undici-types "~5.26.4"
748+
undici-types "~7.16.0"
756749

757750
"@types/qs@^6.9.17":
758751
version "6.14.0"
@@ -3175,15 +3168,10 @@ uglify-js@^3.1.4:
31753168
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
31763169
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
31773170

3178-
undici-types@~5.26.4:
3179-
version "5.26.5"
3180-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3181-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3182-
3183-
undici-types@~7.13.0:
3184-
version "7.13.0"
3185-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.13.0.tgz#a20ba7c0a2be0c97bd55c308069d29d167466bff"
3186-
integrity sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==
3171+
undici-types@~7.16.0:
3172+
version "7.16.0"
3173+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3174+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
31873175

31883176
universalify@^0.2.0:
31893177
version "0.2.0"

0 commit comments

Comments
 (0)