Skip to content

Commit ffaea11

Browse files
chore(deps): update dependency @types/node to v24
1 parent 9c87baf commit ffaea11

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/config-conventional": "^7.5.0",
3838
"@microsoft/api-extractor": "^7.0.19",
3939
"@types/jest": "^24.0.9",
40-
"@types/node": "^10.12.27",
40+
"@types/node": "^24.0.0",
4141
"@types/storybook__react": "^4.0.1",
4242
"@typescript-eslint/eslint-plugin": "^1.4.2",
4343
"@typescript-eslint/parser": "^1.4.2",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,16 +480,18 @@
480480
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.8.tgz#92509422653f10e9c0ac18d87e0610b39f9821c7"
481481
integrity sha512-8KmlRxwbKZfjUHFIt3q8TF5S2B+/E5BaAoo/3mgc5h6FJzqxXkCK/VMetO+IRDtwtU6HUvovHMBn+XRj7SV9Qg==
482482

483-
"@types/node@^10.12.27":
484-
version "10.12.27"
485-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.27.tgz#eb3843f15d0ba0986cc7e4d734d2ee8b50709ef8"
486-
integrity sha512-e9wgeY6gaY21on3ve0xAjgBVjGDWq/xUteK0ujsE53bUoxycMkqfnkUgMt6ffZtykZ5X12Mg3T7Pw4TRCObDKg==
487-
488483
"@types/node@^11.9.5":
489484
version "11.9.5"
490485
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.5.tgz#011eece9d3f839a806b63973e228f85967b79ed3"
491486
integrity sha512-vVjM0SVzgaOUpflq4GYBvCpozes8OgIIS5gVXVka+OfK3hvnkC1i93U8WiY2OtNE4XUWyyy/86Kf6e0IHTQw1Q==
492487

488+
"@types/node@^24.0.0":
489+
version "24.13.0"
490+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.13.0.tgz#8d357bbaeafccd6369d9de428467d69befdccb19"
491+
integrity sha512-5vtOqGQr4NJKeEzV441FcOi2MeG9UTWq9LqVLGneDdu4vlX17H8kQ2PA2UmNwCUGPVDj4oBjNhS7ReVEIWJJrg==
492+
dependencies:
493+
undici-types "~7.18.0"
494+
493495
"@types/prop-types@*":
494496
version "15.5.9"
495497
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.9.tgz#f2d14df87b0739041bc53a7d75e3d77d726a3ec0"
@@ -6957,6 +6959,11 @@ umask@^1.1.0, umask@~1.1.0:
69576959
resolved "https://registry.yarnpkg.com/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"
69586960
integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=
69596961

6962+
undici-types@~7.18.0:
6963+
version "7.18.2"
6964+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
6965+
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
6966+
69606967
union-value@^1.0.0:
69616968
version "1.0.0"
69626969
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"

0 commit comments

Comments
 (0)