Merge pull request #4477 from pnp/dependabot/npm_and_yarn/samples/react-tinymce/tinymce-5.10.9

This commit is contained in:
Hugo Bernier 2023-11-18 20:24:42 -08:00 committed by GitHub
commit 96c2ba1a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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",