From af33ae4126094650e621a1d5c330e8ba8e9741a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:22:14 +0000 Subject: [PATCH] chore(deps): bump tinymce Bumps the npm_and_yarn group with 1 update in the /core/core-frontend directory: [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce). Updates `tinymce` from 5.10.9 to 7.6.1 - [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md) - [Commits](https://github.com/tinymce/tinymce/commits/7.6.1/modules/tinymce) --- updated-dependencies: - dependency-name: tinymce dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- core/core-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/package.json b/core/core-frontend/package.json index 1cbd6f5de09..05c87bf025f 100644 --- a/core/core-frontend/package.json +++ b/core/core-frontend/package.json @@ -50,7 +50,7 @@ "qs": "^6.11.0", "screenfull": "^6.0.2", "snowflake-id": "^1.1.0", - "tinymce": "^5.8.2", + "tinymce": "^7.6.1", "vant": "^4.8.3", "video.js": "^7.21.6", "vue": "^3.3.4",