1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2025-09-29 22:13:51 -03:00
commit 67f47df875
3 changed files with 23 additions and 15 deletions

28
composer.lock generated
View file

@ -5345,7 +5345,7 @@
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.32.0",
"version": "v1.33.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
@ -5404,7 +5404,7 @@
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
},
"funding": [
{
@ -5415,6 +5415,10 @@
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
@ -5823,7 +5827,7 @@
},
{
"name": "symfony/polyfill-php80",
"version": "v1.32.0",
"version": "v1.33.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
@ -5883,7 +5887,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
},
"funding": [
{
@ -5894,6 +5898,10 @@
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
@ -6590,16 +6598,16 @@
},
{
"name": "zircote/swagger-php",
"version": "5.3.1",
"version": "5.4.0",
"source": {
"type": "git",
"url": "https://github.com/zircote/swagger-php.git",
"reference": "e174ef759a934c337209dc41c7490919c2362df8"
"reference": "e25c377ec04db4d2b91186e2debaa1fb135f5cc5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/e174ef759a934c337209dc41c7490919c2362df8",
"reference": "e174ef759a934c337209dc41c7490919c2362df8",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/e25c377ec04db4d2b91186e2debaa1fb135f5cc5",
"reference": "e25c377ec04db4d2b91186e2debaa1fb135f5cc5",
"shasum": ""
},
"require": {
@ -6670,9 +6678,9 @@
],
"support": {
"issues": "https://github.com/zircote/swagger-php/issues",
"source": "https://github.com/zircote/swagger-php/tree/5.3.1"
"source": "https://github.com/zircote/swagger-php/tree/5.4.0"
},
"time": "2025-08-16T22:59:55+00:00"
"time": "2025-09-12T03:49:27+00:00"
}
],
"packages-dev": [

8
package-lock.json generated
View file

@ -33,7 +33,7 @@
"font-awesome": "^4.7.0",
"fontawesome-free": "^1.0.4",
"glightbox": "^3.3.1",
"hls.js": "^1.6.12",
"hls.js": "^1.6.13",
"infinite-scroll": "^5.0.0",
"inputmask": "^5.0.9",
"intro.js": "^8.3.2",
@ -824,9 +824,9 @@
}
},
"node_modules/hls.js": {
"version": "1.6.12",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.12.tgz",
"integrity": "sha512-Pz+7IzvkbAht/zXvwLzA/stUHNqztqKvlLbfpq6ZYU68+gZ+CZMlsbQBPUviRap+3IQ41E39ke7Ia+yvhsehEQ==",
"version": "1.6.13",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.13.tgz",
"integrity": "sha512-hNEzjZNHf5bFrUNvdS4/1RjIanuJ6szpWNfTaX5I6WfGynWXGT7K/YQLYtemSvFExzeMdgdE4SsyVLJbd5PcZA==",
"license": "Apache-2.0"
},
"node_modules/ieee754": {

View file

@ -28,7 +28,7 @@
"font-awesome": "^4.7.0",
"fontawesome-free": "^1.0.4",
"glightbox": "^3.3.1",
"hls.js": "^1.6.12",
"hls.js": "^1.6.13",
"infinite-scroll": "^5.0.0",
"inputmask": "^5.0.9",
"intro.js": "^8.3.2",