Skip to content

Commit cb4d57e

Browse files
Bump @types/node from 22.15.30 to 24.0.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.30 to 24.0.10. - [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.10 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 496ed23 commit cb4d57e

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
@@ -26,7 +26,7 @@
2626
"@types/debug": "^4.1.12",
2727
"@types/express": "^5.0.3",
2828
"@types/jest": "^30.0.0",
29-
"@types/node": "^22.15.30",
29+
"@types/node": "^24.0.12",
3030
"@types/react": "^19.1.8",
3131
"@types/react-dom": "^18.2.25",
3232
"@types/webpack": "^5.28.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,12 +1293,12 @@
12931293
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
12941294
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
12951295

1296-
"@types/node@*", "@types/node@^22.15.30":
1297-
version "22.15.30"
1298-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
1299-
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
1296+
"@types/node@*", "@types/node@^24.0.12":
1297+
version "24.0.12"
1298+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.12.tgz#3cf8719572145cfecf4cf9d180d8e7f74a61af00"
1299+
integrity sha512-LtOrbvDf5ndC9Xi+4QZjVL0woFymF/xSTKZKPgrrl7H7XoeDvnD+E2IclKVDyaK9UM756W/3BXqSU+JEHopA9g==
13001300
dependencies:
1301-
undici-types "~6.21.0"
1301+
undici-types "~7.8.0"
13021302

13031303
"@types/parse-json@^4.0.0":
13041304
version "4.0.0"
@@ -7141,10 +7141,10 @@ unbox-primitive@^1.1.0:
71417141
has-symbols "^1.1.0"
71427142
which-boxed-primitive "^1.1.1"
71437143

7144-
undici-types@~6.21.0:
7145-
version "6.21.0"
7146-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7147-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7144+
undici-types@~7.8.0:
7145+
version "7.8.0"
7146+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
7147+
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
71487148

71497149
unpipe@1.0.0:
71507150
version "1.0.0"

0 commit comments

Comments
 (0)