@limetech/lime-elements 37.66.0 → 37.66.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +5 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [37.66.1](https://github.com/Lundalogik/lime-elements/compare/v37.66.0...v37.66.1) (2024-11-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+
7
+ * **text-editor:** update prosemirror-model to 1.22.1 to fix XSS vulnerability ([55a916c](https://github.com/Lundalogik/lime-elements/commit/55a916c9e9bb9b1e2041ff76a08807dbbc48bba6))
8
+
1
9
  ## [37.66.0](https://github.com/Lundalogik/lime-elements/compare/v37.65.13...v37.66.0) (2024-11-14)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.66.0",
3
+ "version": "37.66.1",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -89,6 +89,7 @@
89
89
  "prosemirror-example-setup": "^1.2.3",
90
90
  "prosemirror-markdown": "^1.13.1",
91
91
  "prosemirror-schema-basic": "^1.2.3",
92
+ "prosemirror-model": ">=1.22.1",
92
93
  "puppeteer": "^19.11.1",
93
94
  "react": "^18.3.1",
94
95
  "react-dom": "^18.3.1",
@@ -109,6 +110,9 @@
109
110
  "unified": "^11.0.5",
110
111
  "unist-util-visit": "^5.0.0"
111
112
  },
113
+ "overrides": {
114
+ "prosemirror-model": ">=1.22.1"
115
+ },
112
116
  "keywords": [
113
117
  "lime elements",
114
118
  "lime crm",