diff --git a/customers/package-lock.json b/customers/package-lock.json index 97ffa68..7b3d7bf 100644 --- a/customers/package-lock.json +++ b/customers/package-lock.json @@ -9398,9 +9398,9 @@ "dev": true }, "tinymce": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.0.15.tgz", - "integrity": "sha512-00O5NcEGVP5aZ9wCN2JLnsVmSzdinvdd65O0IVPbxX0JCu83T4BQUX6Frowjn/Xe9ipLPrubNxY1RNmCI0ff7w==" + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.2.2.tgz", + "integrity": "sha512-G1KZOxHIrokeP/rhJuvwctmeAuHDAeH8AI1ubnVcdMZtmC6mUh3SfESqFJrFWoiF143OUMC61GkVhi920pIP0A==" }, "tmp": { "version": "0.0.33", diff --git a/customers/package.json b/customers/package.json index 646841e..ee4bf4f 100644 --- a/customers/package.json +++ b/customers/package.json @@ -13,7 +13,7 @@ "dependencies": { "@tinymce/tinymce-vue": "^3.0.1", "element-ui": "^2.12.0", - "tinymce": "^5.0.15", + "tinymce": "^5.2.2", "vue": "^2.5.2", "vue-quill-editor": "^3.0.6", "vue-router": "^3.1.3"