Skip to content

Commit 0ef92b6

Browse files
Update dependency @types/node to v22.15.32 (#1111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42a4b7c commit 0ef92b6

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": "12.1.3",
4444
"@types/dotenv": "8.2.3",
4545
"@types/jsonwebtoken": "9.0.10",
46-
"@types/node": "22.13.5",
46+
"@types/node": "22.15.32",
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
@@ -407,12 +407,12 @@
407407
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.7.tgz#4a53d8332bb65a45470a2f9e2611f1ced637a5cb"
408408
integrity sha512-1QUk+WAUD4t8iR+Oj+UgI8oJa6yyxaB8a8pHaC8uqM6RrS1qbL7bf3Pwl5rHv0psm2CuDErgho6v5N+G+5fwtQ==
409409

410-
"@types/node@22.13.5":
411-
version "22.13.5"
412-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.5.tgz#23add1d71acddab2c6a4d31db89c0f98d330b511"
413-
integrity sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==
410+
"@types/node@22.15.32":
411+
version "22.15.32"
412+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.32.tgz#c301cc2275b535a5e54bb81d516b1d2e9afe06e5"
413+
integrity sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==
414414
dependencies:
415-
undici-types "~6.20.0"
415+
undici-types "~6.21.0"
416416

417417
"@types/ramda@0.30.2":
418418
version "0.30.2"
@@ -2491,10 +2491,10 @@ typescript@5.7.3:
24912491
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
24922492
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
24932493

2494-
undici-types@~6.20.0:
2495-
version "6.20.0"
2496-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
2497-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
2494+
undici-types@~6.21.0:
2495+
version "6.21.0"
2496+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2497+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
24982498

24992499
uri-js@^4.2.2:
25002500
version "4.4.1"

0 commit comments

Comments
 (0)