ckeditor5 41.3.0 → 41.3.2

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.

Potentially problematic release.


This version of ckeditor5 might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ckeditor5",
3
- "version": "41.3.0",
3
+ "version": "41.3.2",
4
4
  "keywords": [
5
5
  "ckeditor",
6
6
  "ckeditor5",
@@ -21,19 +21,19 @@
21
21
  "description": "A set of ready-to-use rich text editors created with a powerful framework. Made with real-time collaborative editing in mind.",
22
22
  "type": "module",
23
23
  "dependencies": {
24
- "@ckeditor/ckeditor5-clipboard": "41.3.0",
25
- "@ckeditor/ckeditor5-core": "41.3.0",
26
- "@ckeditor/ckeditor5-engine": "41.3.0",
27
- "@ckeditor/ckeditor5-enter": "41.3.0",
28
- "@ckeditor/ckeditor5-paragraph": "41.3.0",
29
- "@ckeditor/ckeditor5-select-all": "41.3.0",
30
- "@ckeditor/ckeditor5-typing": "41.3.0",
31
- "@ckeditor/ckeditor5-ui": "41.3.0",
32
- "@ckeditor/ckeditor5-undo": "41.3.0",
33
- "@ckeditor/ckeditor5-upload": "41.3.0",
34
- "@ckeditor/ckeditor5-utils": "41.3.0",
35
- "@ckeditor/ckeditor5-watchdog": "41.3.0",
36
- "@ckeditor/ckeditor5-widget": "41.3.0"
24
+ "@ckeditor/ckeditor5-clipboard": "41.3.2",
25
+ "@ckeditor/ckeditor5-core": "41.3.2",
26
+ "@ckeditor/ckeditor5-engine": "41.3.2",
27
+ "@ckeditor/ckeditor5-enter": "41.3.2",
28
+ "@ckeditor/ckeditor5-paragraph": "41.3.2",
29
+ "@ckeditor/ckeditor5-select-all": "41.3.2",
30
+ "@ckeditor/ckeditor5-typing": "41.3.2",
31
+ "@ckeditor/ckeditor5-ui": "41.3.2",
32
+ "@ckeditor/ckeditor5-undo": "41.3.2",
33
+ "@ckeditor/ckeditor5-upload": "41.3.2",
34
+ "@ckeditor/ckeditor5-utils": "41.3.2",
35
+ "@ckeditor/ckeditor5-watchdog": "41.3.2",
36
+ "@ckeditor/ckeditor5-widget": "41.3.2"
37
37
  },
38
38
  "author": "CKSource (http://cksource.com/)",
39
39
  "license": "GPL-2.0-or-later",