From 56661fbf9e38b03562b3d04d09278f5585f5b67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 19:47:06 +0000 Subject: [PATCH] chore(deps): bump tinymce from 5.0.16 to 5.6.0 in /TinyMceWysiwyg Bumps [tinymce](https://github.com/tinymce/tinymce-dist) from 5.0.16 to 5.6.0. - [Release notes](https://github.com/tinymce/tinymce-dist/releases) - [Changelog](https://github.com/tinymce/tinymce-dist/blob/master/changelog.txt) - [Commits](https://github.com/tinymce/tinymce-dist/compare/5.0.16...5.6.0) Signed-off-by: dependabot[bot] --- TinyMceWysiwyg/package.json | 2 +- TinyMceWysiwyg/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TinyMceWysiwyg/package.json b/TinyMceWysiwyg/package.json index a345726..5f2d13e 100644 --- a/TinyMceWysiwyg/package.json +++ b/TinyMceWysiwyg/package.json @@ -9,7 +9,7 @@ "watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" }, "dependencies": { - "tinymce": "^5.0.11" + "tinymce": "^5.6.0" }, "devDependencies": { "laravel-mix": "^5.0.0", diff --git a/TinyMceWysiwyg/yarn.lock b/TinyMceWysiwyg/yarn.lock index b40b45d..7710204 100644 --- a/TinyMceWysiwyg/yarn.lock +++ b/TinyMceWysiwyg/yarn.lock @@ -5977,10 +5977,10 @@ timsort@^0.3.0: resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= -tinymce@^5.0.11: - version "5.0.16" - resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-5.0.16.tgz#7cd34f1016d86fa281652ba02ca5026621dd7590" - integrity sha512-qXymNZmAR5fSp5Lp3mVMtHxpiTMvba7TV6wGFcyJP5eUGIhsPw+XkezjvWCFs7lrW+ti0YBBblJNzxG5/8ZtFg== +tinymce@^5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-5.6.0.tgz#b5eda4888e1a607ddd545619cfaa137d59de14b4" + integrity sha512-f8LsyT80j8hD4wrL8Sac0DWDG5k10cDyykL/qkJ6kexn1KMt7w1ByrGlUm53XCYDqtavBA5snTU7odioMwSXSQ== to-arraybuffer@^1.0.0: version "1.0.1"