Skip to content

Commit 4c1787e

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

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.6.2",
3030
"@types/react": "^19.1.13",
3131
"@types/react-dom": "^19.1.6",
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.6.2":
1297+
version "24.6.2"
1298+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.6.2.tgz#59b99878b6fed17e698e7d09e51c729c5877736a"
1299+
integrity sha512-d2L25Y4j+W3ZlNAeMKcy7yDsK425ibcAOO2t7aPTz6gNMH0z2GThtwENCDc0d/Pw9wgyRqE5Px1wkV7naz8ang==
13001300
dependencies:
1301-
undici-types "~6.21.0"
1301+
undici-types "~7.13.0"
13021302

13031303
"@types/parse-json@^4.0.0":
13041304
version "4.0.0"
@@ -7125,10 +7125,10 @@ unbox-primitive@^1.1.0:
71257125
has-symbols "^1.1.0"
71267126
which-boxed-primitive "^1.1.1"
71277127

7128-
undici-types@~6.21.0:
7129-
version "6.21.0"
7130-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7131-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7128+
undici-types@~7.13.0:
7129+
version "7.13.0"
7130+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.13.0.tgz#a20ba7c0a2be0c97bd55c308069d29d167466bff"
7131+
integrity sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==
71327132

71337133
unpipe@1.0.0:
71347134
version "1.0.0"

0 commit comments

Comments
 (0)