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
When installing via npm, a warning is issued:
┌──────────┬─────────────────────────────┐
│ High │ Regular Expression Denial of Service │
├──────────┼─────────────────────────────┤
│ Package │ url-regex │
├──────────┼─────────────────────────────┤
│ Patched in │ No patch available │
├──────────┼─────────────────────────────┤
│ Dependency of │ gulp-concat-css [dev] │
├──────────┼─────────────────────────────┤
│ Path │ gulp-concat-css > rework-import > url-regex │
├──────────┼─────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1550 │
└──────────┴─────────────────────────────┘
More info in kevva/url-regex#70
It seems the issue can be fixed by switching to https://github.com/niftylettuce/url-regex-safe
The text was updated successfully, but these errors were encountered:
When installing via npm, a warning is issued:
┌──────────┬─────────────────────────────┐
│ High │ Regular Expression Denial of Service │
├──────────┼─────────────────────────────┤
│ Package │ url-regex │
├──────────┼─────────────────────────────┤
│ Patched in │ No patch available │
├──────────┼─────────────────────────────┤
│ Dependency of │ gulp-concat-css [dev] │
├──────────┼─────────────────────────────┤
│ Path │ gulp-concat-css > rework-import > url-regex │
├──────────┼─────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1550 │
└──────────┴─────────────────────────────┘
More info in kevva/url-regex#70
It seems the issue can be fixed by switching to https://github.com/niftylettuce/url-regex-safe
The text was updated successfully, but these errors were encountered: