Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

pin event-stream to 3.3.5 #138

Closed
wants to merge 1 commit into from
Closed

Conversation

groovecoder
Copy link
Member

No description provided.

@@ -40,5 +40,8 @@
"start": "web-ext run --no-reload",
"test": "echo 'Error: no test specified' && exit 0",
"watch": "web-ext run"
},
"dependencies": {
"event-stream": "3.3.4"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Should this be in devDependencies along w/ npm-run-all?
  2. According to Issue with dependency on flatmap-stream via ps-tree mysticatea/npm-run-all#155, it looks like the issue was solved in [email protected] by "switching from ps-tree package to pidtree package for security reasons".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeah, that fix will work here. I couldn't do that in blurts-server because it had nodemon which also used ps-tree. I'll change this one to [email protected]

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like nodemon was fixed in v1.18.7 release. I'll comment in the blurts-server repo in case we want to bump that version and remove our pinned version of event-stream.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay! Thanks!

@groovecoder
Copy link
Member Author

Superseded by #139.

@groovecoder groovecoder deleted the pin-event-stream-to-3.3.5 branch November 27, 2018 18:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants