Skip to content

Update dependency @types/node to v20.19.9 #462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2292,20 +2292,20 @@ __metadata:
linkType: hard

"@types/node@npm:*":
version: 22.15.30
resolution: "@types/node@npm:22.15.30"
version: 24.0.15
resolution: "@types/node@npm:24.0.15"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/ca330ac0e7fd502686d6df115fcc606aba46fd334220f749bbba2f639accdadcb23f7900603ceccdc8240be736739cad5c0b87c0fa92c9255a4dff245f07d664
undici-types: "npm:~7.8.0"
checksum: 10c0/39ead0c0ff25dde29357630b5eaa7dd73cf3af796dbd0f01ed439a8af01cbddfa6b68aa9d67fb3243962836170a4463ff856c47fa822250c585987f707eb42b3
languageName: node
linkType: hard

"@types/node@npm:^20.12.12":
version: 20.19.0
resolution: "@types/node@npm:20.19.0"
version: 20.19.9
resolution: "@types/node@npm:20.19.9"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/11979f5c4c626555351352fe1b30846700ca018747272a7ff425f883f102805b7f07737d5b7fa3c6deb0ddaeb94e367bb9a633a3d1e1d5c517de9a6283c6f21c
checksum: 10c0/c6738131f1698258a5ac1e0185e4fc56977f7f566cd0ee11167f93f2339478470257bd82c5e1908a936a204e0ad7996d741356a1a07c04997a236161ea23a874
languageName: node
linkType: hard

Expand Down Expand Up @@ -10661,6 +10661,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~7.8.0":
version: 7.8.0
resolution: "undici-types@npm:7.8.0"
checksum: 10c0/9d9d246d1dc32f318d46116efe3cfca5a72d4f16828febc1918d94e58f6ffcf39c158aa28bf5b4fc52f410446bc7858f35151367bd7a49f21746cab6497b709b
languageName: node
linkType: hard

"union-value@npm:^1.0.0":
version: 1.0.1
resolution: "union-value@npm:1.0.1"
Expand Down
Loading