Skip to content

Commit 09393ba

Browse files
chore(deps): update dependency @types/node to v24
1 parent df7dea9 commit 09393ba

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"@types/lodash": "4.14.179",
185185
"@types/mocha": "8.2.2",
186186
"@types/mock-require": "2.0.0",
187-
"@types/node": "14.17.3",
187+
"@types/node": "24.9.2",
188188
"@types/sinon": "10.0.2",
189189
"expect": "24.1.0",
190190
"lnfs-cli": "^2.1.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -923,10 +923,12 @@
923923
dependencies:
924924
"@types/node" "*"
925925

926-
"@types/node@*", "@types/[email protected]":
927-
version "14.17.3"
928-
resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz"
929-
integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw==
926+
"@types/node@*", "@types/[email protected]":
927+
version "24.9.2"
928+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
929+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
930+
dependencies:
931+
undici-types "~7.16.0"
930932

931933
"@types/q@^1.5.1":
932934
version "1.5.2"
@@ -6407,6 +6409,11 @@ uncss@^0.16.2:
64076409
postcss-selector-parser "3.1.1"
64086410
request "^2.72.0"
64096411

6412+
undici-types@~7.16.0:
6413+
version "7.16.0"
6414+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
6415+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
6416+
64106417
unicode-canonical-property-names-ecmascript@^1.0.4:
64116418
version "1.0.4"
64126419
resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz"

0 commit comments

Comments
 (0)