Browse Source

Bump tinymce from 5.10.3 to 6.0.3

Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.10.3 to 6.0.3.
- [Release notes](https://github.com/tinymce/tinymce/releases)
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/6.0.3/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 3 years ago
parent
commit
5dc14b033b
No account linked to committer's email address
2 changed files with 8 additions and 8 deletions
  1. 7
    7
      package-lock.json
  2. 1
    1
      package.json

+ 7
- 7
package-lock.json View File

@@ -29,7 +29,7 @@
29 29
         "select2": "4.0.13",
30 30
         "select2-bootstrap-theme": "0.1.0-beta.10",
31 31
         "tempusdominus-bootstrap-4": "^5.39.0",
32
-        "tinymce": "^5.10.3"
32
+        "tinymce": "^6.0.3"
33 33
       }
34 34
     },
35 35
     "node_modules/@babel/code-frame": {
@@ -6998,9 +6998,9 @@
6998 6998
       }
6999 6999
     },
7000 7000
     "node_modules/tinymce": {
7001
-      "version": "5.10.3",
7002
-      "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.10.3.tgz",
7003
-      "integrity": "sha512-O59ssHNnujWvSk5Gt8hIGrdNCMKVWVQv9F8siAgLTRgTh0t3NDHrP1UlLtCxArUi9DPWZvlBeUz8D5fJTu7vnA==",
7001
+      "version": "6.0.3",
7002
+      "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.0.3.tgz",
7003
+      "integrity": "sha512-4cu80kWF7nRGhviE10poZtjTkl3jNL+lycilCMfdm3KU5V7FtiQQrKbEo6GInXT05RY78Ha/NFP0gOBELcSpfg==",
7004 7004
       "dev": true
7005 7005
     },
7006 7006
     "node_modules/to-absolute-glob": {
@@ -13231,9 +13231,9 @@
13231 13231
       }
13232 13232
     },
13233 13233
     "tinymce": {
13234
-      "version": "5.10.3",
13235
-      "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.10.3.tgz",
13236
-      "integrity": "sha512-O59ssHNnujWvSk5Gt8hIGrdNCMKVWVQv9F8siAgLTRgTh0t3NDHrP1UlLtCxArUi9DPWZvlBeUz8D5fJTu7vnA==",
13234
+      "version": "6.0.3",
13235
+      "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.0.3.tgz",
13236
+      "integrity": "sha512-4cu80kWF7nRGhviE10poZtjTkl3jNL+lycilCMfdm3KU5V7FtiQQrKbEo6GInXT05RY78Ha/NFP0gOBELcSpfg==",
13237 13237
       "dev": true
13238 13238
     },
13239 13239
     "to-absolute-glob": {

+ 1
- 1
package.json View File

@@ -25,7 +25,7 @@
25 25
     "select2": "4.0.13",
26 26
     "select2-bootstrap-theme": "0.1.0-beta.10",
27 27
     "tempusdominus-bootstrap-4": "^5.39.0",
28
-    "tinymce": "^5.10.3"
28
+    "tinymce": "^6.0.3"
29 29
   },
30 30
   "scripts": {
31 31
     "build": "gulp copy && gulp scss",

Loading…
Cancel
Save