Merge pull request #4224 from pnp/dependabot/npm_and_yarn/samples/react-tinymce/tinymce-5.10.8

Bump tinymce from 5.10.7 to 5.10.8 in /samples/react-tinymce
This commit is contained in:
Hugo Bernier 2023-10-25 18:13:26 -04:00 committed by GitHub
commit c50aa81d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -24724,9 +24724,9 @@
}
},
"tinymce": {
"version": "5.10.7",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.10.7.tgz",
"integrity": "sha512-9UUjaO0R7FxcFo0oxnd1lMs7H+D0Eh+dDVo5hKbVe1a+VB0nit97vOqlinj+YwgoBDt6/DSCUoWqAYlLI8BLYA=="
"version": "5.10.8",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.10.8.tgz",
"integrity": "sha512-iyoo3VGMAJhLMDdblAefKvYgBRk9kQi58GTwAmoieqsyggGsKZWlQl/YY6nTILFHUCA1FhYu0HdmM5YYjs17UQ=="
},
"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.7"
"tinymce": "^5.10.8"
},
"devDependencies": {
"@microsoft/sp-build-web": "~1.16.1",