Bump tinymce in /Dumps/Source Code/8 - Development_website/master

Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.8.3 to 7.2.0.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.2.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-08-06 16:12:34 +00:00 committed by GitHub
parent a1d5bb70b2
commit f36abf4de1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"laravel-echo": "^1.15.3",
"lodash": "^4.17.21",
"socket.io-client": "^2.3.0",
"tinymce": "^6.8.3"
"tinymce": "^7.2.0"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
@ -856,9 +856,9 @@
"peer": true
},
"node_modules/tinymce": {
"version": "6.8.3",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.8.3.tgz",
"integrity": "sha512-3fCHKAeqT+xNwBVESf6iDbDV0VNwZNmfrkx9c/6Gz5iB8piMfaO6s7FvoiTrj1hf1gVbfyLTnz1DooI6DhgINQ=="
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-7.2.0.tgz",
"integrity": "sha512-R460NlE4REIFuLcZd9mpHK8zRsHdOueLV2m6Wsn0JHfGhDWMcfB1IqUX2QGrSbJga93ygJbJbNMwb2sakFlE/g=="
},
"node_modules/to-array": {
"version": "0.1.4",

View File

@ -21,6 +21,6 @@
"laravel-echo": "^1.15.3",
"lodash": "^4.17.21",
"socket.io-client": "^2.3.0",
"tinymce": "^6.8.3"
"tinymce": "^7.2.0"
}
}