You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the following two security alerts opened by GitHub:
These security bugs are related to the just published vulnerabilities on the event-stream package in versions 3.3.6 and later. Here we can find more information about it:
We have the following two security alerts opened by GitHub:
These security bugs are related to the just published vulnerabilities on the
event-stream
package in versions 3.3.6 and later. Here we can find more information about it:Seeking for the usage of the
event-stream
package in the examples, I've found the following occurrences:13-ssr-nuxt
->yarn.lock
13-ssr-nuxt
->package-lock.json
It seems to be added as a transitive dependency by the
ps-tree@^1.1.0
package, which is added by thepstree.remy@^1.1.0
one, added by thenodemon@^1.11.0
one. Thisnodemon
package is the one we really ask for in ourpackage.json
.Searching for related issues, we can see the following ones in the
nodemon
repo:The commit referenced as a fix for the vulnerability doesn't contain the removal of the
pstree[.remy]
dependency, however, they explicitly claim it solves it.@juanmaguitar:
"nodemon": "^1.11.0"
to"nodemon": "^1.18.7"
in ourpackage.json
?The text was updated successfully, but these errors were encountered: