Skip to content

Commit 14923e6

Browse files
Update dependency @types/node to v20.17.13 (#1096)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc2a88e commit 14923e6

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
@@ -43,7 +43,7 @@
4343
"@rollup/plugin-typescript": "11.1.6",
4444
"@types/dotenv": "8.2.3",
4545
"@types/jsonwebtoken": "9.0.7",
46-
"@types/node": "20.14.14",
46+
"@types/node": "20.17.13",
4747
"@types/ramda": "0.30.2",
4848
"@typescript-eslint/eslint-plugin": "7.2.0",
4949
"@typescript-eslint/parser": "7.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -401,12 +401,12 @@
401401
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.7.tgz#4a53d8332bb65a45470a2f9e2611f1ced637a5cb"
402402
integrity sha512-1QUk+WAUD4t8iR+Oj+UgI8oJa6yyxaB8a8pHaC8uqM6RrS1qbL7bf3Pwl5rHv0psm2CuDErgho6v5N+G+5fwtQ==
403403

404-
"@types/node@20.14.14":
405-
version "20.14.14"
406-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.14.tgz#6b655d4a88623b0edb98300bb9dd2107225f885e"
407-
integrity sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==
404+
"@types/node@20.17.13":
405+
version "20.17.13"
406+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.13.tgz#26a7d3e72724ed73bc2fd39a66a2ab17e6e19a00"
407+
integrity sha512-RNf+4dEeV69PIvyp++4IKM2vnLXtmp/JovfeQm5P5+qpKb6wHoH7INywLdZ7z+gVX46kgBP/fwJJvZYaHxtdyw==
408408
dependencies:
409-
undici-types "~5.26.4"
409+
undici-types "~6.19.2"
410410

411411
"@types/ramda@0.30.2":
412412
version "0.30.2"
@@ -2485,10 +2485,10 @@ typescript@5.5.4:
24852485
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
24862486
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
24872487

2488-
undici-types@~5.26.4:
2489-
version "5.26.5"
2490-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2491-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2488+
undici-types@~6.19.2:
2489+
version "6.19.8"
2490+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
2491+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
24922492

24932493
uri-js@^4.2.2:
24942494
version "4.4.1"

0 commit comments

Comments
 (0)