Skip to content

Commit c7fd27c

Browse files
build(deps-dev): bump @types/node from 20.14.10 to 22.5.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.10 to 22.5.5. - [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-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ca2645 commit c7fd27c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@actions/github": "^6.0.0"
3030
},
3131
"devDependencies": {
32-
"@types/node": "^20.14.10",
32+
"@types/node": "^22.5.5",
3333
"@typescript-eslint/parser": "^7.16.0",
3434
"@vercel/ncc": "^0.38.1",
3535
"eslint": "^8.57.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -929,12 +929,12 @@
929929
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
930930
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
931931

932-
"@types/node@*", "@types/node@^20.14.10":
933-
version "20.14.10"
934-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
935-
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
932+
"@types/node@*", "@types/node@^22.5.5":
933+
version "22.5.5"
934+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
935+
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
936936
dependencies:
937-
undici-types "~5.26.4"
937+
undici-types "~6.19.2"
938938

939939
"@types/stack-utils@^2.0.0":
940940
version "2.0.1"
@@ -4003,10 +4003,10 @@ unbox-primitive@^1.0.2:
40034003
has-symbols "^1.0.3"
40044004
which-boxed-primitive "^1.0.2"
40054005

4006-
undici-types@~5.26.4:
4007-
version "5.26.5"
4008-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
4009-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4006+
undici-types@~6.19.2:
4007+
version "6.19.8"
4008+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
4009+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
40104010

40114011
undici@^5.25.4:
40124012
version "5.28.4"

0 commit comments

Comments
 (0)