Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore / update docusaurus and add prismjs resolution #137

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

ChristiaanScheermeijer
Copy link
Member

The ./docs project (separate lock file) has reported a vulnerability in the PrismJS package used by docusaurus. The fix is released yesterday, but this docusaurus isn't updated yet. So I added a resolution to prismjs@^1.3.0 to fix this issue in our codebase.

$ yarn audit
yarn audit v1.22.21
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ moderate      │ PrismJS DOM Clobbering vulnerability                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ prismjs                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=1.30.0                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ @docusaurus/preset-classic                                   │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ @docusaurus/preset-classic > @docusaurus/theme-classic >     │
│               │ prismjs                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://www.npmjs.com/advisories/1102459                     │
└───────────────┴──────────────────────────────────────────────────────────────┘

Fixes MAINT-870

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants