Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Fix malicious package, update nodemon -> 1.18.7 #215

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

mayurkale22
Copy link
Member

The tests failed on CircleCI ~5 days, because of an event-stream incident.

NPM blog on malicious package: https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident.

nodemon@1.18.7: Completely removes the old method of pstree[.remy] and drops the event-stream vulnerability at the same time.

@@ -94,12 +96,14 @@
"@types/mocha": {
"version": "2.2.48",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-2.2.48.tgz",
"integrity": "sha512-nlK/iyETgafGli8Zh9zJVCTicvU3iajSkRwOh3Hhiva598CMqNJ4NcVCGMTGKpGpTYj/9R8RLzS9NAykSSCqGw=="
"integrity": "sha512-nlK/iyETgafGli8Zh9zJVCTicvU3iajSkRwOh3Hhiva598CMqNJ4NcVCGMTGKpGpTYj/9R8RLzS9NAykSSCqGw==",
"dev": true
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you add dev: true everywhere?

Copy link
Member Author

@mayurkale22 mayurkale22 Dec 3, 2018

Choose a reason for hiding this comment

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

package-lock.json is automatically generated. If "dev": true then this dependency is either a development dependency ONLY of the top level module or a transitive dependency of one. (Source: https://docs.npmjs.com/files/package-lock.json#dev)

@isaikevych isaikevych merged commit 3f72f14 into census-instrumentation:master Dec 4, 2018
This was referenced Dec 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants