Skip to content

Commit c3fa2d7

Browse files
chore(deps): update dependency @types/node to v24
1 parent 4b2516a commit c3fa2d7

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
@@ -102,7 +102,7 @@
102102
"devDependencies": {
103103
"@sourcegraph/eslint-config": "^0.37.1",
104104
"@sourcegraph/tsconfig": "^4.0.1",
105-
"@types/node": "22.18.13",
105+
"@types/node": "24.9.2",
106106
"eslint": "^9.39.0",
107107
"lnfs-cli": "^2.1.0",
108108
"mkdirp": "^1.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,12 +1178,12 @@
11781178
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
11791179
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
11801180

1181-
"@types/node@22.18.13":
1182-
version "22.18.13"
1183-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
1184-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
1181+
"@types/node@24.9.2":
1182+
version "24.9.2"
1183+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1184+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
11851185
dependencies:
1186-
undici-types "~6.21.0"
1186+
undici-types "~7.16.0"
11871187

11881188
"@types/normalize-package-data@^2.4.0":
11891189
version "2.4.1"
@@ -7231,10 +7231,10 @@ uncss@^0.17.3:
72317231
postcss-selector-parser "6.0.2"
72327232
request "^2.88.0"
72337233

7234-
undici-types@~6.21.0:
7235-
version "6.21.0"
7236-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7237-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7234+
undici-types@~7.16.0:
7235+
version "7.16.0"
7236+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7237+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
72387238

72397239
unicode-canonical-property-names-ecmascript@^1.0.4:
72407240
version "1.0.4"

0 commit comments

Comments
 (0)