Skip to content

Commit

Permalink
Update concat-stream (#72)
Browse files Browse the repository at this point in the history
This allows npm to dedupe concat-stream versions used by module-deps and
insert-module-globals.
  • Loading branch information
goto-bus-stop authored Mar 20, 2018
1 parent 4246684 commit 86b069f
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 @@ -9,7 +9,7 @@
"dependencies": {
"JSONStream": "^1.0.3",
"combine-source-map": "~0.7.1",
"concat-stream": "~1.5.1",
"concat-stream": "^1.6.1",
"is-buffer": "^1.1.0",
"lexical-scope": "^1.2.0",
"process": "~0.11.0",
Expand Down

0 comments on commit 86b069f

Please sign in to comment.