Bump tinymce/tinymce from 5.10.9 to 7.0.0

Bumps [tinymce/tinymce](https://github.com/tinymce/tinymce-dist) from 5.10.9 to 7.0.0.
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce-dist/compare/5.10.9...7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-26 21:31:15 +00:00 committed by GitHub
parent 8b64e80f07
commit ae1d1aa13c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 10 deletions

View File

@ -136,7 +136,7 @@
"robrichards/xmlseclibs": "^3.1.1", "robrichards/xmlseclibs": "^3.1.1",
"simplesamlphp/simplesamlphp": "^1.19.0", "simplesamlphp/simplesamlphp": "^1.19.0",
"simplesamlphp/twig-configurable-i18n": "~2.3.3", "simplesamlphp/twig-configurable-i18n": "~2.3.3",
"tinymce/tinymce": "^5.10.8" "tinymce/tinymce": "^7.0.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9" "phpunit/phpunit": "^9"

20
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "875dc883e9257e692cadb02e6faa82bc", "content-hash": "99c437d30acd219b02e8cbbc28c1bb0e",
"packages": [ "packages": [
{ {
"name": "adldap2/adldap2", "name": "adldap2/adldap2",
@ -10331,16 +10331,16 @@
}, },
{ {
"name": "tinymce/tinymce", "name": "tinymce/tinymce",
"version": "5.10.9", "version": "7.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tinymce/tinymce-dist.git", "url": "https://github.com/tinymce/tinymce-dist.git",
"reference": "e5650a256f8941a0593ec0b9d3c435f20f1d4245" "reference": "c011b5164178ac5224e658bf2aed713479fc78ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/e5650a256f8941a0593ec0b9d3c435f20f1d4245", "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/c011b5164178ac5224e658bf2aed713479fc78ae",
"reference": "e5650a256f8941a0593ec0b9d3c435f20f1d4245", "reference": "c011b5164178ac5224e658bf2aed713479fc78ae",
"shasum": "" "shasum": ""
}, },
"type": "component", "type": "component",
@ -10350,12 +10350,14 @@
"tinymce.js", "tinymce.js",
"plugins/*/plugin.js", "plugins/*/plugin.js",
"themes/*/theme.js", "themes/*/theme.js",
"themes/*/icons.js" "models/*/model.js",
"icons/*/icons.js"
], ],
"files": [ "files": [
"tinymce.min.js", "tinymce.min.js",
"plugins/*/plugin.min.js", "plugins/*/plugin.min.js",
"themes/*/theme.min.js", "themes/*/theme.min.js",
"models/*/model.min.js",
"skins/**", "skins/**",
"icons/*/icons.min.js" "icons/*/icons.min.js"
] ]
@ -10363,7 +10365,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"LGPL-2.1-only" "GPL-2.0-or-later"
], ],
"description": "Web based JavaScript HTML WYSIWYG editor control.", "description": "Web based JavaScript HTML WYSIWYG editor control.",
"homepage": "https://www.tiny.cloud/", "homepage": "https://www.tiny.cloud/",
@ -10382,9 +10384,9 @@
"wysiwyg" "wysiwyg"
], ],
"support": { "support": {
"source": "https://github.com/tinymce/tinymce-dist/tree/5.10.9" "source": "https://github.com/tinymce/tinymce-dist/tree/7.0.0"
}, },
"time": "2023-11-15T00:42:08+00:00" "time": "2024-03-20T05:46:56+00:00"
}, },
{ {
"name": "twig/extensions", "name": "twig/extensions",