mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Merge branch 'master' of https://github.com/WWBN/AVideo
This commit is contained in:
commit
80d51d93a5
3 changed files with 13 additions and 13 deletions
16
composer.lock
generated
16
composer.lock
generated
|
@ -664,16 +664,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "chillerlan/php-qrcode",
|
"name": "chillerlan/php-qrcode",
|
||||||
"version": "5.0.3",
|
"version": "5.0.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/chillerlan/php-qrcode.git",
|
"url": "https://github.com/chillerlan/php-qrcode.git",
|
||||||
"reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2"
|
"reference": "390393e97a6e42ccae0e0d6205b8d4200f7ddc43"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/42e215640e9ebdd857570c9e4e52245d1ee51de2",
|
"url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/390393e97a6e42ccae0e0d6205b8d4200f7ddc43",
|
||||||
"reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2",
|
"reference": "390393e97a6e42ccae0e0d6205b8d4200f7ddc43",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -684,13 +684,13 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
|
"chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
|
||||||
"ext-fileinfo": "*",
|
"ext-fileinfo": "*",
|
||||||
"phan/phan": "^5.4.5",
|
"phan/phan": "^5.5.1",
|
||||||
"phpcompatibility/php-compatibility": "10.x-dev",
|
"phpcompatibility/php-compatibility": "10.x-dev",
|
||||||
"phpmd/phpmd": "^2.15",
|
"phpmd/phpmd": "^2.15",
|
||||||
"phpunit/phpunit": "^9.6",
|
"phpunit/phpunit": "^9.6",
|
||||||
"setasign/fpdf": "^1.8.2",
|
"setasign/fpdf": "^1.8.2",
|
||||||
"slevomat/coding-standard": "^8.15",
|
"slevomat/coding-standard": "^8.23.0",
|
||||||
"squizlabs/php_codesniffer": "^3.11"
|
"squizlabs/php_codesniffer": "^4.0.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
|
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
|
||||||
|
@ -753,7 +753,7 @@
|
||||||
"type": "Ko-Fi"
|
"type": "Ko-Fi"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-11-21T16:12:34+00:00"
|
"time": "2025-09-19T17:30:27+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "chillerlan/php-settings-container",
|
"name": "chillerlan/php-settings-container",
|
||||||
|
|
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -51,7 +51,7 @@
|
||||||
"pouchdb": "^9.0.0",
|
"pouchdb": "^9.0.0",
|
||||||
"socket.io-client": "^4.8.1",
|
"socket.io-client": "^4.8.1",
|
||||||
"sweetalert": "^2.1.2",
|
"sweetalert": "^2.1.2",
|
||||||
"tinymce": "^8.0.2",
|
"tinymce": "^8.1.2",
|
||||||
"tinymce-langs": "^1.0.0",
|
"tinymce-langs": "^1.0.0",
|
||||||
"video.js": "^8.23.4",
|
"video.js": "^8.23.4",
|
||||||
"videojs-contrib-ads": "^7.5.2",
|
"videojs-contrib-ads": "^7.5.2",
|
||||||
|
@ -1592,9 +1592,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/tinymce": {
|
"node_modules/tinymce": {
|
||||||
"version": "8.0.2",
|
"version": "8.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-8.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-8.1.2.tgz",
|
||||||
"integrity": "sha512-Gkvn5mRcZCAK1EKP7hnk3VBzwqPbqpZU2AN0T08BMtvmY9Sg0C0ZqmMghJCQ3vgo+LWA38pDOPiaM8EW7BZEow==",
|
"integrity": "sha512-KITxHEEHRlxC5xOnxA123eAJ67NgsWxNphtItWt9TRu07DiTZrWIqJeIKRX9euE51/l3kJO4WQiqoBXKTJJGsA==",
|
||||||
"license": "GPL-2.0-or-later"
|
"license": "GPL-2.0-or-later"
|
||||||
},
|
},
|
||||||
"node_modules/tinymce-langs": {
|
"node_modules/tinymce-langs": {
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
"pouchdb": "^9.0.0",
|
"pouchdb": "^9.0.0",
|
||||||
"socket.io-client": "^4.8.1",
|
"socket.io-client": "^4.8.1",
|
||||||
"sweetalert": "^2.1.2",
|
"sweetalert": "^2.1.2",
|
||||||
"tinymce": "^8.0.2",
|
"tinymce": "^8.1.2",
|
||||||
"tinymce-langs": "^1.0.0",
|
"tinymce-langs": "^1.0.0",
|
||||||
"video.js": "^8.23.4",
|
"video.js": "^8.23.4",
|
||||||
"videojs-contrib-ads": "^7.5.2",
|
"videojs-contrib-ads": "^7.5.2",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue