Skip to content

Commit

Permalink
fix: NodeJS v18 fetch + rejectUnauthorization = false
Browse files Browse the repository at this point in the history
v2 needed for comms

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Sep 14, 2023
1 parent 24b389c commit 7369d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/comms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@hpcc-js/util": "^2.50.4",
"@xmldom/xmldom": "0.8.8",
"abort-controller": "3.0.0",
"node-fetch": "3.3.2",
"node-fetch": "2.7.0",
"safe-buffer": "5.2.1",
"tmp": "0.2.1",
"undici": "5.24.0"
Expand Down Expand Up @@ -93,4 +93,4 @@
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization"
}
}

0 comments on commit 7369d0d

Please sign in to comment.