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
Alex depends on remark-parse with version requirements ^v8.0.0. remark-parse v8 depends on trim v0.0.1. trim v0.0.1 has a regexp-related security problem fixed in v0.0.3, but we can't upgrade it manually because of how semver works.
There are 2 ways to fix this:
upgrade remark-parse to v9, which doesn't depend on trim anymore. We can't upgrade manually either because this is a major upgrade (and they changed the underlying markdown parser, which may lead to bugs in alex, so care is needed when upgrading).
make remark-parse release a dependency upgrade on the v8 branch.
Subject of the issue
Alex depends on
remark-parse
with version requirements^v8.0.0
.remark-parse
v8 depends ontrim v0.0.1
.trim v0.0.1
has a regexp-related security problem fixed inv0.0.3
, but we can't upgrade it manually because of how semver works.There are 2 ways to fix this:
remark-parse
tov9
, which doesn't depend ontrim
anymore. We can't upgrade manually either because this is a major upgrade (and they changed the underlying markdown parser, which may lead to bugs in alex, so care is needed when upgrading).remark-parse
release a dependency upgrade on thev8
branch.For more information, here is the advisory for
trim
: GHSA-w5p7-h5w8-2hfqSteps to reproduce
Run
yarn audit
ornpm audit
on a project that depends on alex.Thanks!
The text was updated successfully, but these errors were encountered: