From 818d17410b7cecd3a5ab271bfea2d3853ab856ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:51:28 +0000 Subject: [PATCH] Bump tinymce from 5.10.8 to 5.10.9 in /samples/react-tinymce Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.10.8 to 5.10.9. - [Changelog](https://github.com/tinymce/tinymce/blob/5.10.9/modules/tinymce/CHANGELOG.md) - [Commits](https://github.com/tinymce/tinymce/commits/5.10.9/modules/tinymce) --- updated-dependencies: - dependency-name: tinymce dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/react-tinymce/package-lock.json | 6 +++--- samples/react-tinymce/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/react-tinymce/package-lock.json b/samples/react-tinymce/package-lock.json index 912241ddb..f80487401 100644 --- a/samples/react-tinymce/package-lock.json +++ b/samples/react-tinymce/package-lock.json @@ -24737,9 +24737,9 @@ } }, "tinymce": { - "version": "5.10.8", - "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.10.8.tgz", - "integrity": "sha512-iyoo3VGMAJhLMDdblAefKvYgBRk9kQi58GTwAmoieqsyggGsKZWlQl/YY6nTILFHUCA1FhYu0HdmM5YYjs17UQ==" + "version": "5.10.9", + "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.10.9.tgz", + "integrity": "sha512-5bkrors87X9LhYX2xq8GgPHrIgJYHl87YNs+kBcjQ5I3CiUgzo/vFcGvT3MZQ9QHsEeYMhYO6a5CLGGffR8hMg==" }, "tmp": { "version": "0.0.33", diff --git a/samples/react-tinymce/package.json b/samples/react-tinymce/package.json index dbd68a262..8625e8745 100644 --- a/samples/react-tinymce/package.json +++ b/samples/react-tinymce/package.json @@ -22,7 +22,7 @@ "react": "15.6.2", "react-dom": "15.6.2", "react-html-parser": "^2.0.2", - "tinymce": "^5.10.8" + "tinymce": "^5.10.9" }, "devDependencies": { "@microsoft/sp-build-web": "~1.16.1",