Skip to content

Commit

Permalink
feat(deps): Use carat range for combined-stream
Browse files Browse the repository at this point in the history
As mentioned in pelias/openaddresses#343, we
were a bit nervous about a behavior change introduced in combined-stream 1.0.7.
However, as discovered in
felixge/node-combined-stream#40 it's a bugfix
that makes previously unrecommended use of the library finally break.

The code in this repository is already using the library in the
recommended way, and isn't affected, so we might as well stay with the
latest version.

Closes #442
  • Loading branch information
orangejulius committed May 21, 2019
1 parent a9f5eb7 commit 3d72c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"async": "^2.5.0",
"better-sqlite3": "^5.0.0",
"combined-stream": "1.0.5",
"combined-stream": "^1.0.5",
"csv-stream": "^0.2.0",
"download-file-sync": "^1.0.4",
"fs-extra": "^8.0.0",
Expand Down

0 comments on commit 3d72c22

Please sign in to comment.