From bf78372776d104e1bb26e75b14efeb144d869afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:37:16 +0000 Subject: [PATCH] Bump tinymce from 6.7.0 to 6.7.3 Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.7.0 to 6.7.3. - [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md) - [Commits](https://github.com/tinymce/tinymce/commits/6.7.3/modules/tinymce) --- updated-dependencies: - dependency-name: tinymce dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea01e36..8be1e24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@microsoft/eslint-formatter-sarif": "^3.0.0", "sass": "^1.66.1", "sortablejs": "^1.15.0", - "tinymce": "^6.7.0", + "tinymce": "^6.7.3", "vite": "^4.4.9" }, "devDependencies": { @@ -2627,9 +2627,9 @@ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" }, "node_modules/tinymce": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.7.0.tgz", - "integrity": "sha512-Wf2RSobIXQ7XNw3/v4z1lPGiH3Pjsmc/6/7fG28aIS6uVWj/7IhvOPuwfJJDeOx0o0D3nSnoLHgR2KU8JAdE+w==" + "version": "6.7.3", + "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.7.3.tgz", + "integrity": "sha512-J7WmYIi/gt1RvZ6Ap2oQiUjzAoiS9pfV+d4GnKuZuPu8agmlAEAInNmMvMjfCNBzHv4JnZXY7qlHUAI0IuYQVA==" }, "node_modules/to-regex-range": { "version": "5.0.1", diff --git a/package.json b/package.json index 4ce1893..c7aa667 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@microsoft/eslint-formatter-sarif": "^3.0.0", "sass": "^1.66.1", "sortablejs": "^1.15.0", - "tinymce": "^6.7.0", + "tinymce": "^6.7.3", "vite": "^4.4.9" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 37c68c9..59f8273 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1533,10 +1533,10 @@ text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== -tinymce@^6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-6.7.0.tgz#0ec245502cdefbfa0ff9042b423ac9a01e781423" - integrity sha512-Wf2RSobIXQ7XNw3/v4z1lPGiH3Pjsmc/6/7fG28aIS6uVWj/7IhvOPuwfJJDeOx0o0D3nSnoLHgR2KU8JAdE+w== +tinymce@^6.7.3: + version "6.7.3" + resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-6.7.3.tgz#6289c5c7ec7298a84a7890ab866d88a193fa549a" + integrity sha512-J7WmYIi/gt1RvZ6Ap2oQiUjzAoiS9pfV+d4GnKuZuPu8agmlAEAInNmMvMjfCNBzHv4JnZXY7qlHUAI0IuYQVA== to-regex-range@^5.0.1: version "5.0.1"