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
feat: Make @mdx-js/loader an optional peer dependency (#567)
BREAKING CHANGE: If importing `scoobie/webpack`, you'll need to add this optional peer dependency:
```sh
yarn add '@mdx-js/loader@^1.6.22'
```
This is to avoid including dependencies which have some security vulnerabilities
(CVE-2020-7753, CVE-2022-37601, CVE-2022-37599, CVE-2022-37603) if unnecessary.
This is a bridge until #566
0 commit comments