Skip to content

Commit 9f158ea

Browse files
chore(deps): update dependency @types/node to v24 (#1033)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c78b090 commit 9f158ea

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@rollup/plugin-typescript": "12.3.0",
6060
"@tailwindcss/typography": "^0.5.10",
6161
"@types/dotenv": "8.2.3",
62-
"@types/node": "22.18.13",
62+
"@types/node": "24.9.2",
6363
"@types/ramda": "0.31.1",
6464
"@typescript-eslint/eslint-plugin": "8.46.2",
6565
"@typescript-eslint/parser": "8.46.2",

yarn.lock

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,20 +1533,20 @@
15331533
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469"
15341534
integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==
15351535

1536-
"@types/node@22.18.13":
1537-
version "22.18.13"
1538-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
1539-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
1540-
dependencies:
1541-
undici-types "~6.21.0"
1542-
15431536
"@types/node@22.7.5":
15441537
version "22.7.5"
15451538
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.5.tgz#cfde981727a7ab3611a481510b473ae54442b92b"
15461539
integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==
15471540
dependencies:
15481541
undici-types "~6.19.2"
15491542

1543+
"@types/node@24.9.2":
1544+
version "24.9.2"
1545+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1546+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
1547+
dependencies:
1548+
undici-types "~7.16.0"
1549+
15501550
"@types/ramda@0.31.1":
15511551
version "0.31.1"
15521552
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.31.1.tgz#da637f3110b0677521dbc13d8a86ec7cbbf8e3fe"
@@ -6421,11 +6421,6 @@ undici-types@~6.19.2:
64216421
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
64226422
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==
64236423

6424-
undici-types@~6.21.0:
6425-
version "6.21.0"
6426-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
6427-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
6428-
64296424
undici-types@~7.16.0:
64306425
version "7.16.0"
64316426
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"

0 commit comments

Comments
 (0)