-
Notifications
You must be signed in to change notification settings - Fork 16
chore(text editor): bump prosemirror-model to 1.22.1 #3300
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
Conversation
|
Documentation has been published to https://lundalogik.github.io/lime-elements/versions/PR-3300/ |
adrianschmidt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable.
I just did a very quick smoke test, making sure it was possible to write stuff in the basic example, and that we got the updated value output.
adrianschmidt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a fix, so it creates a new release, and it's good if the commit message says what the benefit to the consumer is. Something like:
fix(text-editor): update prosemirror-model to 1.22.1 to fix XSS vulnerability
7f57618 to
a1cccc2
Compare
⚡ Updated |
|
🎉 This PR is included in version 37.66.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
As per this post here we should update to prosemirror-model 1.22.1 as it contains a fix for a vulnerability to xss attacks in the DOMSerialiser.