Skip to content

Commit ed90bfa

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

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

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.9.1",
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.9.1":
1019+
version "25.9.1"
1020+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.9.1.tgz#3bda556db500ae4319c08e7fc9ab94f19013ba0b"
1021+
integrity sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==
10221022
dependencies:
1023-
undici-types "~7.16.0"
1023+
undici-types ">=7.24.0 <7.24.7"
10241024

10251025
"@types/react-dom@19.2.3":
10261026
version "19.2.3"
@@ -5701,6 +5701,11 @@ unbox-primitive@^1.1.0:
57015701
has-symbols "^1.1.0"
57025702
which-boxed-primitive "^1.1.1"
57035703

5704+
"undici-types@>=7.24.0 <7.24.7":
5705+
version "7.24.6"
5706+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.24.6.tgz#61275b485d7fd4e9d269c7cf04ec2873c9cc0f91"
5707+
integrity sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==
5708+
57045709
undici-types@~7.16.0:
57055710
version "7.16.0"
57065711
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"

0 commit comments

Comments
 (0)