From 1665b2ed129620bc5f31a8b8760ed15a0304af01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 15:44:06 +0000 Subject: [PATCH] Bump tinymce from 5.9.0 to 5.10.0 in /samples/react-tinymce Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/tinymce/tinymce/releases) - [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md) - [Commits](https://github.com/tinymce/tinymce/commits/5.10.0/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 f4216e977..168b088f7 100644 --- a/samples/react-tinymce/package-lock.json +++ b/samples/react-tinymce/package-lock.json @@ -15830,9 +15830,9 @@ } }, "tinymce": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.9.0.tgz", - "integrity": "sha512-kaCTgR2NtJe9mgU46WPgUZFy5e2x9IgC9/kxqHg8ikFePi8bYE3bf3qmiWR+hXH/pr8PDFRsRCpqOuLEtdhG8Q==" + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.10.0.tgz", + "integrity": "sha512-SaqBK8GtTKYSsTfhKdN0+NrZRgmVWO+j3fvgzLjt0t/g0osNzRH5os8icm2Rv5HvaeTd4TpxetUuLE+R9yg/yg==" }, "tmp": { "version": "0.0.33", diff --git a/samples/react-tinymce/package.json b/samples/react-tinymce/package.json index 6a8f94023..836eef3ae 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.9.0" + "tinymce": "^5.10.0" }, "devDependencies": { "@microsoft/sp-build-web": "~1.4.1",