Skip to content

Commit 335374f

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

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
@@ -93,7 +93,7 @@
9393
"devDependencies": {
9494
"@sourcegraph/eslint-config": "^0.37.1",
9595
"@sourcegraph/tsconfig": "^4.0.1",
96-
"@types/node": "22.18.13",
96+
"@types/node": "24.9.2",
9797
"eslint": "^9.39.0",
9898
"lnfs-cli": "^2.1.0",
9999
"mkdirp": "^1.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,12 +1164,12 @@
11641164
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
11651165
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
11661166

1167-
"@types/node@22.18.13":
1168-
version "22.18.13"
1169-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
1170-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
1167+
"@types/node@24.9.2":
1168+
version "24.9.2"
1169+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1170+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
11711171
dependencies:
1172-
undici-types "~6.21.0"
1172+
undici-types "~7.16.0"
11731173

11741174
"@types/normalize-package-data@^2.4.0":
11751175
version "2.4.0"
@@ -7075,10 +7075,10 @@ uncss@^0.17.3:
70757075
postcss-selector-parser "6.0.2"
70767076
request "^2.88.0"
70777077

7078-
undici-types@~6.21.0:
7079-
version "6.21.0"
7080-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7081-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7078+
undici-types@~7.16.0:
7079+
version "7.16.0"
7080+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7081+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
70827082

70837083
unicode-canonical-property-names-ecmascript@^1.0.4:
70847084
version "1.0.4"

0 commit comments

Comments
 (0)