Skip to content

chore(deps): bump @types/node from 22.15.30 to 24.2.1 #1816

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: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/babel__preset-env": "^7",
"@types/file-saver": "^2.0.7",
"@types/js-yaml": "^4.0.5",
"@types/node": "^22.15.30",
"@types/node": "^24.2.1",
"@types/react": "18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-text-truncate": "^0.19.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3025,12 +3025,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.15.30":
version: 22.15.30
resolution: "@types/node@npm:22.15.30"
"@types/node@npm:^24.2.1":
version: 24.2.1
resolution: "@types/node@npm:24.2.1"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/ca330ac0e7fd502686d6df115fcc606aba46fd334220f749bbba2f639accdadcb23f7900603ceccdc8240be736739cad5c0b87c0fa92c9255a4dff245f07d664
undici-types: "npm:~7.10.0"
checksum: 10c0/439a3c7edf88a298e0c92e46f670234070b892589c3b06e82cc86c47a7e1cf220f4a4b4736ec6ac7e4b9e1c40d7b6d443a1e22f99dd17f13f9dd15de3b32011b
languageName: node
linkType: hard

Expand Down Expand Up @@ -7799,7 +7799,7 @@ __metadata:
"@types/file-saver": "npm:^2.0.7"
"@types/js-yaml": "npm:^4.0.5"
"@types/jsonpath": "npm:^0.2.4"
"@types/node": "npm:^22.15.30"
"@types/node": "npm:^24.2.1"
"@types/react": "npm:18.3.5"
"@types/react-syntax-highlighter": "npm:^15.5.13"
"@types/react-text-truncate": "npm:^0.19.0"
Expand Down Expand Up @@ -11185,10 +11185,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
"undici-types@npm:~7.10.0":
version: 7.10.0
resolution: "undici-types@npm:7.10.0"
checksum: 10c0/8b00ce50e235fe3cc601307f148b5e8fb427092ee3b23e8118ec0a5d7f68eca8cee468c8fc9f15cbb2cf2a3797945ebceb1cbd9732306a1d00e0a9b6afa0f635
languageName: node
linkType: hard

Expand Down
Loading