Skip to content

Commit fa2f87d

Browse files
Update dependency @types/node to v25.4.0
1 parent 17b9aaf commit fa2f87d

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@types/lodash": "4.17.23",
2828
"@types/marked": "6.0.0",
29-
"@types/node": "25.0.10",
29+
"@types/node": "25.4.0",
3030
"@types/react": "19.2.13",
3131
"@types/react-dom": "19.2.3",
3232
"@typescript-eslint/eslint-plugin": "8.50.1",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,12 +1015,12 @@
10151015
dependencies:
10161016
undici-types "~7.16.0"
10171017

1018-
"@types/node@25.0.10":
1019-
version "25.0.10"
1020-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.10.tgz#4864459c3c9459376b8b75fd051315071c8213e7"
1021-
integrity sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==
1018+
"@types/node@25.4.0":
1019+
version "25.4.0"
1020+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.4.0.tgz#f25d8467984d6667cc4c1be1e2f79593834aaedb"
1021+
integrity sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw==
10221022
dependencies:
1023-
undici-types "~7.16.0"
1023+
undici-types "~7.18.0"
10241024

10251025
"@types/react-dom@19.2.3":
10261026
version "19.2.3"
@@ -5701,6 +5701,11 @@ undici-types@~7.16.0:
57015701
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
57025702
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
57035703

5704+
undici-types@~7.18.0:
5705+
version "7.18.2"
5706+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
5707+
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
5708+
57045709
unified@^11.0.0:
57055710
version "11.0.5"
57065711
resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.5.tgz#f66677610a5c0a9ee90cab2b8d4d66037026d9e1"

0 commit comments

Comments
 (0)