Bump tinymce from 5.10.9 to 7.0.0 in /samples/react-tinymce

Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.10.9 to 7.0.0.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.0.0/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-26 21:58:45 +00:00 committed by GitHub
parent 67f7886421
commit 5d0a5f6d0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -24737,9 +24737,9 @@
}
},
"tinymce": {
"version": "5.10.9",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.10.9.tgz",
"integrity": "sha512-5bkrors87X9LhYX2xq8GgPHrIgJYHl87YNs+kBcjQ5I3CiUgzo/vFcGvT3MZQ9QHsEeYMhYO6a5CLGGffR8hMg=="
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-7.0.0.tgz",
"integrity": "sha512-ggXLfTRrUALAcjeJSRrZcJDOl6MgC2tPXe/zNOEkQXvTDgcKqFypPRoPpfpK5wejexjyaI/7dwETOntJ5MPBFg=="
},
"tmp": {
"version": "0.0.33",

View File

@ -22,7 +22,7 @@
"react": "15.6.2",
"react-dom": "15.6.2",
"react-html-parser": "^2.0.2",
"tinymce": "^5.10.9"
"tinymce": "^7.0.0"
},
"devDependencies": {
"@microsoft/sp-build-web": "~1.16.1",