Skip to content

Commit 55a916c

Browse files
john-traasadrianschmidt
authored andcommitted
fix(text-editor): update prosemirror-model to 1.22.1 to fix XSS vulnerability
1 parent a57ae75 commit 55a916c

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"prosemirror-example-setup": "^1.2.3",
9090
"prosemirror-markdown": "^1.13.1",
9191
"prosemirror-schema-basic": "^1.2.3",
92+
"prosemirror-model": ">=1.22.1",
9293
"puppeteer": "^19.11.1",
9394
"react": "^18.3.1",
9495
"react-dom": "^18.3.1",
@@ -109,6 +110,9 @@
109110
"unified": "^11.0.5",
110111
"unist-util-visit": "^5.0.0"
111112
},
113+
"overrides": {
114+
"prosemirror-model": ">=1.22.1"
115+
},
112116
"keywords": [
113117
"lime elements",
114118
"lime crm",

0 commit comments

Comments
 (0)