Skip to content

Commit 24886cf

Browse files
Bump @types/node from 22.15.30 to 24.0.0 in the types group (#2915)
Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.15.30 to 24.0.0 - [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.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: types ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d30e4e commit 24886cf

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
@@ -23,7 +23,7 @@
2323
"@serverless-guru/prettier-plugin-import-order": "^0.4.1",
2424
"@types/eslint": "^9.6.0",
2525
"@types/glob": "^8.0.0",
26-
"@types/node": "^22.0.0",
26+
"@types/node": "^24.0.0",
2727
"@typescript-eslint/eslint-plugin": "^8.0.1",
2828
"@typescript-eslint/parser": "^8.0.1",
2929
"@vercel/ncc": "0.38.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -594,12 +594,12 @@
594594
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
595595
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
596596

597-
"@types/node@*", "@types/node@^22.0.0":
598-
version "22.15.30"
599-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
600-
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
597+
"@types/node@*", "@types/node@^24.0.0":
598+
version "24.0.0"
599+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.0.tgz#14a278ce74dd33993f2c4e5dd614760728c0fba8"
600+
integrity sha512-yZQa2zm87aRVcqDyH5+4Hv9KYgSdgwX1rFnGvpbzMaC7YAljmhBET93TPiTd3ObwTL+gSpIzPKg5BqVxdCvxKg==
601601
dependencies:
602-
undici-types "~6.21.0"
602+
undici-types "~7.8.0"
603603

604604
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.0.1":
605605
version "8.34.0"
@@ -1838,10 +1838,10 @@ typescript@^5.0.2:
18381838
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
18391839
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
18401840

1841-
undici-types@~6.21.0:
1842-
version "6.21.0"
1843-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
1844-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
1841+
undici-types@~7.8.0:
1842+
version "7.8.0"
1843+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
1844+
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
18451845

18461846
undici@^5.25.4, undici@^5.28.5:
18471847
version "5.29.0"

0 commit comments

Comments
 (0)