Skip to content

Commit ca7ffb1

Browse files
author
Eiman Eltigani
committed
fix: pin @types/node to 18.19.0 for TypeScript 4.x compatibility
1 parent d8b49e8 commit ca7ffb1

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@
8787
},
8888
"overrides": {
8989
"jws": "4.0.1",
90-
"qs": "6.14.1"
90+
"qs": "6.14.1",
91+
"@types/node": "18.19.0"
9192
},
9293
"resolutions": {
9394
"jws": "4.0.1",
94-
"qs": "6.14.1"
95+
"qs": "6.14.1",
96+
"@types/node": "18.19.0"
9597
}
9698
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -980,12 +980,12 @@
980980
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
981981
integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
982982

983-
"@types/node@*", "@types/node@>=13.7.0":
984-
version "25.0.3"
985-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.3.tgz#79b9ac8318f373fbfaaf6e2784893efa9701f269"
986-
integrity sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==
983+
"@types/node@*", "@types/node@18.19.0", "@types/node@>=13.7.0":
984+
version "18.19.0"
985+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.0.tgz#e86ce256c46661016fa83360bf8738eb4efdc88c"
986+
integrity sha512-667KNhaD7U29mT5wf+TZUnrzPrlL2GNQ5N0BMjO2oNULhBxX0/FKCkm6JMu0Jh7Z+1LwUlR21ekd7KhIboNFNw==
987987
dependencies:
988-
undici-types "~7.16.0"
988+
undici-types "~5.26.4"
989989

990990
"@types/qs@*":
991991
version "6.14.0"
@@ -5624,10 +5624,10 @@ undefsafe@^2.0.5:
56245624
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
56255625
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
56265626

5627-
undici-types@~7.16.0:
5628-
version "7.16.0"
5629-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
5630-
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
5627+
undici-types@~5.26.4:
5628+
version "5.26.5"
5629+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5630+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
56315631

56325632
unpipe@1.0.0, unpipe@~1.0.0:
56335633
version "1.0.0"

0 commit comments

Comments
 (0)