Skip to content

Commit f2cb400

Browse files
Update dependency @types/node to v25.6.0
1 parent 8d30257 commit f2cb400

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.6.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.6.0":
1019+
version "25.6.0"
1020+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.6.0.tgz#4e09bad9b469871f2d0f68140198cbd714f4edca"
1021+
integrity sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==
10221022
dependencies:
1023-
undici-types "~7.16.0"
1023+
undici-types "~7.19.0"
10241024

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

5709+
undici-types@~7.19.0:
5710+
version "7.19.2"
5711+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.19.2.tgz#1b67fc26d0f157a0cba3a58a5b5c1e2276b8ba2a"
5712+
integrity sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==
5713+
57095714
unified@^11.0.0:
57105715
version "11.0.5"
57115716
resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.5.tgz#f66677610a5c0a9ee90cab2b8d4d66037026d9e1"

0 commit comments

Comments
 (0)