1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 13:18:21 +01:00

Update dependencies

This commit is contained in:
Kovah 2024-09-23 23:00:04 +02:00
parent a386532b2a
commit f0929ddba1
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
3 changed files with 1034 additions and 286 deletions

View File

@ -1,6 +0,0 @@
engines:
sonar-php:
enabled: true
checks:
php:S1192:
enabled: false

236
composer.lock generated
View File

@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.322.1", "version": "3.322.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "1426256e7a10da135dbac91a233983a73328f078" "reference": "9a94b9a123e0a14cacd72a34c24624ab728aa398"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1426256e7a10da135dbac91a233983a73328f078", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9a94b9a123e0a14cacd72a34c24624ab728aa398",
"reference": "1426256e7a10da135dbac91a233983a73328f078", "reference": "9a94b9a123e0a14cacd72a34c24624ab728aa398",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -154,9 +154,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.322.1" "source": "https://github.com/aws/aws-sdk-php/tree/3.322.3"
}, },
"time": "2024-09-19T18:07:30+00:00" "time": "2024-09-23T18:11:39+00:00"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -3143,16 +3143,16 @@
}, },
{ {
"name": "league/mime-type-detection", "name": "league/mime-type-detection",
"version": "1.15.0", "version": "1.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git", "url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301" "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
"reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3183,7 +3183,7 @@
"description": "Mime-type detection for Flysystem", "description": "Mime-type detection for Flysystem",
"support": { "support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues", "issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0" "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
}, },
"funding": [ "funding": [
{ {
@ -3195,7 +3195,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-28T23:22:08+00:00" "time": "2024-09-21T08:32:55+00:00"
}, },
{ {
"name": "league/oauth1-client", "name": "league/oauth1-client",
@ -4429,16 +4429,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.30.1", "version": "1.31.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "51b95ec8670af41009e2b2b56873bad96682413e" "reference": "249f15fb843bf240cf058372dad29e100cee6c17"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/51b95ec8670af41009e2b2b56873bad96682413e", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/249f15fb843bf240cf058372dad29e100cee6c17",
"reference": "51b95ec8670af41009e2b2b56873bad96682413e", "reference": "249f15fb843bf240cf058372dad29e100cee6c17",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4470,9 +4470,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.30.1" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.31.0"
}, },
"time": "2024-09-07T20:13:05+00:00" "time": "2024-09-22T11:32:18+00:00"
}, },
{ {
"name": "pragmarx/google2fa", "name": "pragmarx/google2fa",
@ -6048,16 +6048,16 @@
}, },
{ {
"name": "spatie/db-dumper", "name": "spatie/db-dumper",
"version": "3.6.0", "version": "3.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/db-dumper.git", "url": "https://github.com/spatie/db-dumper.git",
"reference": "faca5056830bccea04eadf07e8074669cb9e905e" "reference": "22553ab8c34a9bb70645cb9bc2d9f236f3135705"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/faca5056830bccea04eadf07e8074669cb9e905e", "url": "https://api.github.com/repos/spatie/db-dumper/zipball/22553ab8c34a9bb70645cb9bc2d9f236f3135705",
"reference": "faca5056830bccea04eadf07e8074669cb9e905e", "reference": "22553ab8c34a9bb70645cb9bc2d9f236f3135705",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6095,7 +6095,7 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/db-dumper/tree/3.6.0" "source": "https://github.com/spatie/db-dumper/tree/3.7.0"
}, },
"funding": [ "funding": [
{ {
@ -6107,7 +6107,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-04-24T14:54:13+00:00" "time": "2024-09-23T08:58:35+00:00"
}, },
{ {
"name": "spatie/laravel-activitylog", "name": "spatie/laravel-activitylog",
@ -6443,16 +6443,16 @@
}, },
{ {
"name": "spatie/laravel-settings", "name": "spatie/laravel-settings",
"version": "3.3.3", "version": "3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-settings.git", "url": "https://github.com/spatie/laravel-settings.git",
"reference": "9c6e6c0d2ce8d8e4685a4b842cbc9d2119272e8a" "reference": "2da8cb5b051678725476b299ef8e13b2e5015260"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-settings/zipball/9c6e6c0d2ce8d8e4685a4b842cbc9d2119272e8a", "url": "https://api.github.com/repos/spatie/laravel-settings/zipball/2da8cb5b051678725476b299ef8e13b2e5015260",
"reference": "9c6e6c0d2ce8d8e4685a4b842cbc9d2119272e8a", "reference": "2da8cb5b051678725476b299ef8e13b2e5015260",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6514,7 +6514,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/laravel-settings/issues", "issues": "https://github.com/spatie/laravel-settings/issues",
"source": "https://github.com/spatie/laravel-settings/tree/3.3.3" "source": "https://github.com/spatie/laravel-settings/tree/3.4.0"
}, },
"funding": [ "funding": [
{ {
@ -6526,7 +6526,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-08-13T13:21:16+00:00" "time": "2024-09-20T13:48:17+00:00"
}, },
{ {
"name": "spatie/laravel-signal-aware-command", "name": "spatie/laravel-signal-aware-command",
@ -6665,16 +6665,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v6.4.11", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "42686880adaacdad1835ee8fc2a9ec5b7bd63998" "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/42686880adaacdad1835ee8fc2a9ec5b7bd63998", "url": "https://api.github.com/repos/symfony/console/zipball/72d080eb9edf80e36c19be61f72c98ed8273b765",
"reference": "42686880adaacdad1835ee8fc2a9ec5b7bd63998", "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6739,7 +6739,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v6.4.11" "source": "https://github.com/symfony/console/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -6755,7 +6755,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-15T22:48:29+00:00" "time": "2024-09-20T08:15:52+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
@ -7186,16 +7186,16 @@
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v6.4.11", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "4c92046bb788648ff1098cc66da69aa7eac8cb65" "reference": "fbebfcce21084d3e91ea987ae5bdd8c71ff0fd56"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/4c92046bb788648ff1098cc66da69aa7eac8cb65", "url": "https://api.github.com/repos/symfony/http-client/zipball/fbebfcce21084d3e91ea987ae5bdd8c71ff0fd56",
"reference": "4c92046bb788648ff1098cc66da69aa7eac8cb65", "reference": "fbebfcce21084d3e91ea987ae5bdd8c71ff0fd56",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7259,7 +7259,7 @@
"http" "http"
], ],
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v6.4.11" "source": "https://github.com/symfony/http-client/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -7275,7 +7275,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-26T06:30:21+00:00" "time": "2024-09-20T08:21:33+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
@ -7357,16 +7357,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v6.4.10", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "117f1f20a7ade7bcea28b861fb79160a21a1e37b" "reference": "133ac043875f59c26c55e79cf074562127cce4d2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/117f1f20a7ade7bcea28b861fb79160a21a1e37b", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/133ac043875f59c26c55e79cf074562127cce4d2",
"reference": "117f1f20a7ade7bcea28b861fb79160a21a1e37b", "reference": "133ac043875f59c26c55e79cf074562127cce4d2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7414,7 +7414,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.4.10" "source": "https://github.com/symfony/http-foundation/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -7430,20 +7430,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-26T12:36:27+00:00" "time": "2024-09-20T08:18:25+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v6.4.11", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "1ba6b89d781cb47448155cc70dd2e0f1b0584c79" "reference": "96df83d51b5f78804f70c093b97310794fd6257b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/1ba6b89d781cb47448155cc70dd2e0f1b0584c79", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/96df83d51b5f78804f70c093b97310794fd6257b",
"reference": "1ba6b89d781cb47448155cc70dd2e0f1b0584c79", "reference": "96df83d51b5f78804f70c093b97310794fd6257b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7528,7 +7528,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.4.11" "source": "https://github.com/symfony/http-kernel/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -7544,20 +7544,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-30T16:57:20+00:00" "time": "2024-09-21T06:02:57+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v6.4.9", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "e2d56f180f5b8c5e7c0fbea872bb1f529b6d6d45" "reference": "b6a25408c569ae2366b3f663a4edad19420a9c26"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/e2d56f180f5b8c5e7c0fbea872bb1f529b6d6d45", "url": "https://api.github.com/repos/symfony/mailer/zipball/b6a25408c569ae2366b3f663a4edad19420a9c26",
"reference": "e2d56f180f5b8c5e7c0fbea872bb1f529b6d6d45", "reference": "b6a25408c569ae2366b3f663a4edad19420a9c26",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7608,7 +7608,7 @@
"description": "Helps sending emails", "description": "Helps sending emails",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/mailer/tree/v6.4.9" "source": "https://github.com/symfony/mailer/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -7624,7 +7624,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-06-28T07:59:05+00:00" "time": "2024-09-08T12:30:05+00:00"
}, },
{ {
"name": "symfony/mailgun-mailer", "name": "symfony/mailgun-mailer",
@ -7697,16 +7697,16 @@
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v6.4.11", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "dba5d5f6073baf7a3576b580cc4a208b4ca00553" "reference": "abe16ee7790b16aa525877419deb0f113953f0e1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/dba5d5f6073baf7a3576b580cc4a208b4ca00553", "url": "https://api.github.com/repos/symfony/mime/zipball/abe16ee7790b16aa525877419deb0f113953f0e1",
"reference": "dba5d5f6073baf7a3576b580cc4a208b4ca00553", "reference": "abe16ee7790b16aa525877419deb0f113953f0e1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7762,7 +7762,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v6.4.11" "source": "https://github.com/symfony/mime/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -7778,7 +7778,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-13T12:15:02+00:00" "time": "2024-09-20T08:18:25+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
@ -8485,16 +8485,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v6.4.8", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5" "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/8d92dd79149f29e89ee0f480254db595f6a6a2c5", "url": "https://api.github.com/repos/symfony/process/zipball/3f94e5f13ff58df371a7ead461b6e8068900fbb3",
"reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5", "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8526,7 +8526,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v6.4.8" "source": "https://github.com/symfony/process/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -8542,7 +8542,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-05-31T14:49:08+00:00" "time": "2024-09-17T12:47:12+00:00"
}, },
{ {
"name": "symfony/psr-http-message-bridge", "name": "symfony/psr-http-message-bridge",
@ -8629,16 +8629,16 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v6.4.11", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "8ee0c24c1bf61c263a26f1b9b6d19e83b1121f2a" "reference": "a7c8036bd159486228dc9be3e846a00a0dda9f9f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/8ee0c24c1bf61c263a26f1b9b6d19e83b1121f2a", "url": "https://api.github.com/repos/symfony/routing/zipball/a7c8036bd159486228dc9be3e846a00a0dda9f9f",
"reference": "8ee0c24c1bf61c263a26f1b9b6d19e83b1121f2a", "reference": "a7c8036bd159486228dc9be3e846a00a0dda9f9f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8692,7 +8692,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v6.4.11" "source": "https://github.com/symfony/routing/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -8708,7 +8708,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-29T08:15:38+00:00" "time": "2024-09-20T08:32:26+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@ -8795,16 +8795,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v6.4.11", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "5bc3eb632cf9c8dbfd6529d89be9950d1518883b" "reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/5bc3eb632cf9c8dbfd6529d89be9950d1518883b", "url": "https://api.github.com/repos/symfony/string/zipball/f8a1ccebd0997e16112dfecfd74220b78e5b284b",
"reference": "5bc3eb632cf9c8dbfd6529d89be9950d1518883b", "reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8861,7 +8861,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v6.4.11" "source": "https://github.com/symfony/string/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -8877,20 +8877,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-12T09:55:28+00:00" "time": "2024-09-20T08:15:52+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v6.4.10", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "94041203f8ac200ae9e7c6a18fa6137814ccecc9" "reference": "cf8360b8352b086be620fae8342c4d96e391a489"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/94041203f8ac200ae9e7c6a18fa6137814ccecc9", "url": "https://api.github.com/repos/symfony/translation/zipball/cf8360b8352b086be620fae8342c4d96e391a489",
"reference": "94041203f8ac200ae9e7c6a18fa6137814ccecc9", "reference": "cf8360b8352b086be620fae8342c4d96e391a489",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8956,7 +8956,7 @@
"description": "Provides tools to internationalize your application", "description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/translation/tree/v6.4.10" "source": "https://github.com/symfony/translation/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -8972,7 +8972,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-26T12:30:32+00:00" "time": "2024-09-16T06:02:54+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
@ -9054,16 +9054,16 @@
}, },
{ {
"name": "symfony/uid", "name": "symfony/uid",
"version": "v6.4.11", "version": "v6.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/uid.git", "url": "https://github.com/symfony/uid.git",
"reference": "6a0394ad707de386547223948fac1e0f2805bc0b" "reference": "2f16054e0a9b194b8ca581d4a64eee3f7d4a9d4d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/uid/zipball/6a0394ad707de386547223948fac1e0f2805bc0b", "url": "https://api.github.com/repos/symfony/uid/zipball/2f16054e0a9b194b8ca581d4a64eee3f7d4a9d4d",
"reference": "6a0394ad707de386547223948fac1e0f2805bc0b", "reference": "2f16054e0a9b194b8ca581d4a64eee3f7d4a9d4d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9108,7 +9108,7 @@
"uuid" "uuid"
], ],
"support": { "support": {
"source": "https://github.com/symfony/uid/tree/v6.4.11" "source": "https://github.com/symfony/uid/tree/v6.4.12"
}, },
"funding": [ "funding": [
{ {
@ -9124,7 +9124,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-12T09:55:28+00:00" "time": "2024-09-20T08:32:26+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
@ -9484,23 +9484,23 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.13.5", "version": "v3.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "92d86be45ee54edff735e46856f64f14b6a8bb07" "reference": "16a13cc5221aee90ae20aa59083ced2211e714eb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/92d86be45ee54edff735e46856f64f14b6a8bb07", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/16a13cc5221aee90ae20aa59083ced2211e714eb",
"reference": "92d86be45ee54edff735e46856f64f14b6a8bb07", "reference": "16a13cc5221aee90ae20aa59083ced2211e714eb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/routing": "^9|^10|^11", "illuminate/routing": "^9|^10|^11",
"illuminate/session": "^9|^10|^11", "illuminate/session": "^9|^10|^11",
"illuminate/support": "^9|^10|^11", "illuminate/support": "^9|^10|^11",
"maximebf/debugbar": "~1.22.0", "maximebf/debugbar": "~1.23.0",
"php": "^8.0", "php": "^8.0",
"symfony/finder": "^6|^7" "symfony/finder": "^6|^7"
}, },
@ -9513,7 +9513,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.13-dev" "dev-master": "3.14-dev"
}, },
"laravel": { "laravel": {
"providers": [ "providers": [
@ -9552,7 +9552,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues", "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.13.5" "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.14.0"
}, },
"funding": [ "funding": [
{ {
@ -9564,7 +9564,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-04-12T11:20:37+00:00" "time": "2024-09-20T12:16:37+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
@ -10117,16 +10117,16 @@
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
"version": "v1.22.6", "version": "v1.23.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maximebf/php-debugbar.git", "url": "https://github.com/maximebf/php-debugbar.git",
"reference": "d7881b498f9e649610bf6ae91cdd6353859f75d2" "reference": "689720d724c771ac4add859056744b7b3f2406da"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/d7881b498f9e649610bf6ae91cdd6353859f75d2", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/689720d724c771ac4add859056744b7b3f2406da",
"reference": "d7881b498f9e649610bf6ae91cdd6353859f75d2", "reference": "689720d724c771ac4add859056744b7b3f2406da",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10148,7 +10148,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.22-dev" "dev-master": "1.23-dev"
} }
}, },
"autoload": { "autoload": {
@ -10179,9 +10179,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/maximebf/php-debugbar/issues", "issues": "https://github.com/maximebf/php-debugbar/issues",
"source": "https://github.com/maximebf/php-debugbar/tree/v1.22.6" "source": "https://github.com/maximebf/php-debugbar/tree/v1.23.2"
}, },
"time": "2024-09-16T11:47:59+00:00" "time": "2024-09-16T11:23:09+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
@ -11105,12 +11105,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "4b6b927472278272e2411f4341dba95d96c8c7d7" "reference": "4d2e39c44028ba729fe50efdf731d3d2ede4046b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4b6b927472278272e2411f4341dba95d96c8c7d7", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4d2e39c44028ba729fe50efdf731d3d2ede4046b",
"reference": "4b6b927472278272e2411f4341dba95d96c8c7d7", "reference": "4d2e39c44028ba729fe50efdf731d3d2ede4046b",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
@ -11248,9 +11248,9 @@
"dolibarr/dolibarr": "<19.0.2", "dolibarr/dolibarr": "<19.0.2",
"dompdf/dompdf": "<2.0.4", "dompdf/dompdf": "<2.0.4",
"doublethreedigital/guest-entries": "<3.1.2", "doublethreedigital/guest-entries": "<3.1.2",
"drupal/core": ">=6,<6.38|>=7,<7.96|>=8,<10.1.8|>=10.2,<10.2.2|==11.9999999.9999999.9999999-dev", "drupal/core": ">=6,<6.38|>=7,<7.96|>=8,<=11.0.4",
"drupal/core-recommended": "==11.9999999.9999999.9999999-dev", "drupal/core-recommended": ">=8,<=11.0.4",
"drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4|==11.9999999.9999999.9999999-dev", "drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.80|>=8,<=11.0.4",
"duncanmcclean/guest-entries": "<3.1.2", "duncanmcclean/guest-entries": "<3.1.2",
"dweeves/magmi": "<=0.7.24", "dweeves/magmi": "<=0.7.24",
"ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2", "ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
@ -11922,7 +11922,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-19T17:04:43+00:00" "time": "2024-09-23T20:04:53+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",

1078
package-lock.json generated

File diff suppressed because it is too large Load Diff