Skip to content

Commit 09ecb10

Browse files
⬆️ upgrade @types/node to v22
1 parent b735e7b commit 09ecb10

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dixt-plugin-worktime": "^2.1.17"
2828
},
2929
"devDependencies": {
30-
"@types/node": "^20.1.7",
30+
"@types/node": "^22.0.0",
3131
"eslint": "^8.40.0",
3232
"eslint-config-antoine": "^1.0.3",
3333
"nodemon": "^3.0.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,12 @@
277277
dependencies:
278278
undici-types "~5.26.4"
279279

280-
"@types/node@^20.1.7":
281-
version "20.10.5"
282-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2"
283-
integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==
280+
"@types/node@^22.0.0":
281+
version "22.8.2"
282+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
283+
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
284284
dependencies:
285-
undici-types "~5.26.4"
285+
undici-types "~6.19.8"
286286

287287
"@types/semver@^7.5.0":
288288
version "7.5.4"
@@ -2984,6 +2984,11 @@ undici-types@~5.26.4:
29842984
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
29852985
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
29862986

2987+
undici-types@~6.19.8:
2988+
version "6.19.8"
2989+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
2990+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
2991+
29872992
29882993
version "5.27.2"
29892994
resolved "https://registry.yarnpkg.com/undici/-/undici-5.27.2.tgz#a270c563aea5b46cc0df2550523638c95c5d4411"

0 commit comments

Comments
 (0)