Skip to content

Commit 97db07a

Browse files
chore(deps): update dependency @types/node to v22
1 parent fb004c2 commit 97db07a

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
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@types/eslint": "7.29.0",
3232
"@types/jest": "26.0.24",
33-
"@types/node": "18.19.65",
33+
"@types/node": "22.10.1",
3434
"@typescript-eslint/eslint-plugin": "4.33.0",
3535
"@typescript-eslint/parser": "4.33.0",
3636
"codecov": "3.8.3",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -684,12 +684,12 @@
684684
dependencies:
685685
undici-types "~6.19.8"
686686

687-
"@types/node@18.19.65":
688-
version "18.19.65"
689-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.65.tgz#e6aaac55fab80c6a3ff61ab27bc25105a7bea479"
690-
integrity sha512-Ay5BZuO1UkTmVHzZJNvZKw/E+iB3GQABb6kijEz89w2JrfhNA+M/ebp18pfz9Gqe9ywhMC8AA8yC01lZq48J+Q==
687+
"@types/node@22.10.1":
688+
version "22.10.1"
689+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766"
690+
integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==
691691
dependencies:
692-
undici-types "~5.26.4"
692+
undici-types "~6.20.0"
693693

694694
"@types/normalize-package-data@^2.4.0":
695695
version "2.4.4"
@@ -4423,16 +4423,16 @@ [email protected]:
44234423
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
44244424
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
44254425

4426-
undici-types@~5.26.4:
4427-
version "5.26.5"
4428-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
4429-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4430-
44314426
undici-types@~6.19.8:
44324427
version "6.19.8"
44334428
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
44344429
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
44354430

4431+
undici-types@~6.20.0:
4432+
version "6.20.0"
4433+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
4434+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
4435+
44364436
union-value@^1.0.0:
44374437
version "1.0.1"
44384438
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)