Skip to content

Commit 55eb00e

Browse files
Bump @types/node from 22.13.10 to 24.9.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.10 to 24.9.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.9.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89030a2 commit 55eb00e

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
@@ -46,7 +46,7 @@
4646
"@types/jest": "^29.5.2",
4747
"@types/lodash": "^4.14.195",
4848
"@types/micromatch": "^4.0.2",
49-
"@types/node": "^22.0.0",
49+
"@types/node": "^24.9.2",
5050
"@types/uuid": "^10.0.0",
5151
"@typescript-eslint/eslint-plugin": "^7.0.0",
5252
"@typescript-eslint/parser": "^7.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,12 +1181,12 @@
11811181
dependencies:
11821182
"@types/braces" "*"
11831183

1184-
"@types/node@*", "@types/node@^22.0.0":
1185-
version "22.13.10"
1186-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
1187-
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
1184+
"@types/node@*", "@types/node@^24.9.2":
1185+
version "24.9.2"
1186+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1187+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
11881188
dependencies:
1189-
undici-types "~6.20.0"
1189+
undici-types "~7.16.0"
11901190

11911191
"@types/stack-utils@^2.0.0":
11921192
version "2.0.3"
@@ -4425,10 +4425,10 @@ unbox-primitive@^1.1.0:
44254425
has-symbols "^1.1.0"
44264426
which-boxed-primitive "^1.1.1"
44274427

4428-
undici-types@~6.20.0:
4429-
version "6.20.0"
4430-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
4431-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
4428+
undici-types@~7.16.0:
4429+
version "7.16.0"
4430+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
4431+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
44324432

44334433
undici@^5.25.4:
44344434
version "5.29.0"

0 commit comments

Comments
 (0)