1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Merge pull request #8918 from WWBN/dependabot/npm_and_yarn/tinymce-7.0.0

Bump tinymce from 6.8.3 to 7.0.0
This commit is contained in:
Daniel Neto 2024-03-25 06:21:25 -03:00 committed by GitHub
commit b05c0cffcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -36,7 +36,7 @@
"p2p-media-loader-hlsjs": "^0.6.2", "p2p-media-loader-hlsjs": "^0.6.2",
"pouchdb": "^8.0.0", "pouchdb": "^8.0.0",
"sweetalert": "^2.1.2", "sweetalert": "^2.1.2",
"tinymce": "^6.8.3", "tinymce": "^7.0.0",
"tinymce-langs": "^1.0.0", "tinymce-langs": "^1.0.0",
"video.js": "^8.11.8", "video.js": "^8.11.8",
"videojs-contrib-ads": "^7.5.0", "videojs-contrib-ads": "^7.5.0",
@ -1802,9 +1802,9 @@
} }
}, },
"node_modules/tinymce": { "node_modules/tinymce": {
"version": "6.8.3", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.8.3.tgz", "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-7.0.0.tgz",
"integrity": "sha512-3fCHKAeqT+xNwBVESf6iDbDV0VNwZNmfrkx9c/6Gz5iB8piMfaO6s7FvoiTrj1hf1gVbfyLTnz1DooI6DhgINQ==" "integrity": "sha512-ggXLfTRrUALAcjeJSRrZcJDOl6MgC2tPXe/zNOEkQXvTDgcKqFypPRoPpfpK5wejexjyaI/7dwETOntJ5MPBFg=="
}, },
"node_modules/tinymce-langs": { "node_modules/tinymce-langs": {
"version": "1.0.0", "version": "1.0.0",
@ -3708,9 +3708,9 @@
} }
}, },
"tinymce": { "tinymce": {
"version": "6.8.3", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.8.3.tgz", "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-7.0.0.tgz",
"integrity": "sha512-3fCHKAeqT+xNwBVESf6iDbDV0VNwZNmfrkx9c/6Gz5iB8piMfaO6s7FvoiTrj1hf1gVbfyLTnz1DooI6DhgINQ==" "integrity": "sha512-ggXLfTRrUALAcjeJSRrZcJDOl6MgC2tPXe/zNOEkQXvTDgcKqFypPRoPpfpK5wejexjyaI/7dwETOntJ5MPBFg=="
}, },
"tinymce-langs": { "tinymce-langs": {
"version": "1.0.0", "version": "1.0.0",

View file

@ -31,7 +31,7 @@
"p2p-media-loader-hlsjs": "^0.6.2", "p2p-media-loader-hlsjs": "^0.6.2",
"pouchdb": "^8.0.0", "pouchdb": "^8.0.0",
"sweetalert": "^2.1.2", "sweetalert": "^2.1.2",
"tinymce": "^6.8.3", "tinymce": "^7.0.0",
"tinymce-langs": "^1.0.0", "tinymce-langs": "^1.0.0",
"video.js": "^8.11.8", "video.js": "^8.11.8",
"videojs-contrib-ads": "^7.5.0", "videojs-contrib-ads": "^7.5.0",