Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

chore(deps): update dependency @types/node to v22 #1556

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 @@ -112,7 +112,7 @@
"@types/lodash.isequal": "4.5.8",
"@types/lodash.partition": "4.6.9",
"@types/lodash.truncate": "4.4.9",
"@types/node": "20.17.0",
"@types/node": "22.10.8",
"@types/papaparse": "5.3.15",
"@types/react": "18.3.12",
"@types/react-csv": "1.1.10",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2839,12 +2839,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.0":
version: 20.17.0
resolution: "@types/node@npm:20.17.0"
"@types/node@npm:22.10.8":
version: 22.10.8
resolution: "@types/node@npm:22.10.8"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/3b39bb883aeaa558f5779f12bda765db96b56282dd7e55d611915cf6b76d30c355ba099403afd11ccabb6a5bf7fe882ff8ae0af68eda0157669f943b51dc5551
undici-types: "npm:~6.20.0"
checksum: 10/30dcbd045789b20bbb305c1eafde57b4517486c7e045a54b532a7a6287eca095158204976205d2b452ebbd36c93a444e60d811eb444cee01995e9a644a4f5659
languageName: node
linkType: hard

Expand Down Expand Up @@ -6431,7 +6431,7 @@ __metadata:
"@types/lodash.isequal": "npm:4.5.8"
"@types/lodash.partition": "npm:4.6.9"
"@types/lodash.truncate": "npm:4.4.9"
"@types/node": "npm:20.17.0"
"@types/node": "npm:22.10.8"
"@types/papaparse": "npm:5.3.15"
"@types/react": "npm:18.3.12"
"@types/react-csv": "npm:1.1.10"
Expand Down Expand Up @@ -11499,10 +11499,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10/583ac7bbf4ff69931d3985f4762cde2690bb607844c16a5e2fbb92ed312fe4fa1b365e953032d469fa28ba8b224e88a595f0b10a449332f83fa77c695e567dbe
languageName: node
linkType: hard

Expand Down
Loading