Skip to content

Commit 524a824

Browse files
chore(deps-dev): bump @types/node from 22.15.3 to 24.3.0 (#436)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.3 to 24.3.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.15.3&new-version=24.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 098f92c commit 524a824

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@tsconfig/strictest": "^2.0.5",
6666
"@types/eslint": "^9",
6767
"@types/minimatch": "^5.1.2",
68-
"@types/node": "^22.5.2",
68+
"@types/node": "^24.3.0",
6969
"@types/ts-expose-internals": "npm:[email protected]",
7070
"@types/ts-node": "npm:ts-node@^10.9.2",
7171
"@types/typescript-3": "npm:[email protected]",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -355,12 +355,12 @@ __metadata:
355355
languageName: node
356356
linkType: hard
357357

358-
"@types/node@npm:^22.5.2":
359-
version: 22.15.3
360-
resolution: "@types/node@npm:22.15.3"
358+
"@types/node@npm:^24.3.0":
359+
version: 24.3.0
360+
resolution: "@types/node@npm:24.3.0"
361361
dependencies:
362-
undici-types: "npm:~6.21.0"
363-
checksum: 10c0/2879f012d1aeba0bfdb5fed80d165f4f2cb3d1f2e1f98a24b18d4a211b4ace7d64bf2622784c78355982ffc1081ba79d0934efc2fb8353913e5871a63609661f
362+
undici-types: "npm:~7.10.0"
363+
checksum: 10c0/96bdeca01f690338957c2dcc92cb9f76c262c10398f8d91860865464412b0f9d309c24d9b03d0bdd26dd47fa7ee3f8227893d5c89bc2009d919a525a22512030
364364
languageName: node
365365
linkType: hard
366366

@@ -2992,7 +2992,7 @@ __metadata:
29922992
"@tsconfig/strictest": "npm:^2.0.5"
29932993
"@types/eslint": "npm:^9"
29942994
"@types/minimatch": "npm:^5.1.2"
2995-
"@types/node": "npm:^22.5.2"
2995+
"@types/node": "npm:^24.3.0"
29962996
"@types/ts-expose-internals": "npm:[email protected]"
29972997
"@types/ts-node": "npm:ts-node@^10.9.2"
29982998
"@types/typescript-3": "npm:[email protected]"
@@ -3042,10 +3042,10 @@ __metadata:
30423042
languageName: node
30433043
linkType: hard
30443044

3045-
"undici-types@npm:~6.21.0":
3046-
version: 6.21.0
3047-
resolution: "undici-types@npm:6.21.0"
3048-
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
3045+
"undici-types@npm:~7.10.0":
3046+
version: 7.10.0
3047+
resolution: "undici-types@npm:7.10.0"
3048+
checksum: 10c0/8b00ce50e235fe3cc601307f148b5e8fb427092ee3b23e8118ec0a5d7f68eca8cee468c8fc9f15cbb2cf2a3797945ebceb1cbd9732306a1d00e0a9b6afa0f635
30493049
languageName: node
30503050
linkType: hard
30513051

0 commit comments

Comments
 (0)