chore(deps): bump livewire/livewire from 3.4.9 to 3.5.2

Bumps [livewire/livewire](https://github.com/livewire/livewire) from 3.4.9 to 3.5.2.
- [Release notes](https://github.com/livewire/livewire/releases)
- [Commits](https://github.com/livewire/livewire/compare/v3.4.9...v3.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-08 22:43:51 +00:00
committed by GitHub
parent 1c6d47f2fc
commit 273922abd9
2 changed files with 111 additions and 109 deletions

View File

@@ -24,7 +24,7 @@
"lcobucci/jwt": "^5.0.0", "lcobucci/jwt": "^5.0.0",
"league/flysystem-aws-s3-v3": "^3.0", "league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-sftp-v3": "^3.0", "league/flysystem-sftp-v3": "^3.0",
"livewire/livewire": "3.4.9", "livewire/livewire": "3.5.2",
"log1x/laravel-webfonts": "^1.0", "log1x/laravel-webfonts": "^1.0",
"lorisleiva/laravel-actions": "^2.7", "lorisleiva/laravel-actions": "^2.7",
"nubs/random-name-generator": "^2.2", "nubs/random-name-generator": "^2.2",

218
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": "42c28ab141b70fcabf75b51afa96c670", "content-hash": "d2bdcf59ce8978734de88d9fd270e1d7",
"packages": [ "packages": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
@@ -2854,16 +2854,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.23.2", "version": "v11.27.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "d38bf0fd3a8936e1cb9ca8eb8d7304a564f790f3" "reference": "2634ad4a6a71da3288943f058a8abbfec6a65ebb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/d38bf0fd3a8936e1cb9ca8eb8d7304a564f790f3", "url": "https://api.github.com/repos/laravel/framework/zipball/2634ad4a6a71da3288943f058a8abbfec6a65ebb",
"reference": "d38bf0fd3a8936e1cb9ca8eb8d7304a564f790f3", "reference": "2634ad4a6a71da3288943f058a8abbfec6a65ebb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2882,7 +2882,7 @@
"fruitcake/php-cors": "^1.3", "fruitcake/php-cors": "^1.3",
"guzzlehttp/guzzle": "^7.8", "guzzlehttp/guzzle": "^7.8",
"guzzlehttp/uri-template": "^1.0", "guzzlehttp/uri-template": "^1.0",
"laravel/prompts": "^0.1.18", "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
"laravel/serializable-closure": "^1.3", "laravel/serializable-closure": "^1.3",
"league/commonmark": "^2.2.1", "league/commonmark": "^2.2.1",
"league/flysystem": "^3.8.0", "league/flysystem": "^3.8.0",
@@ -2968,7 +2968,7 @@
"league/flysystem-sftp-v3": "^3.0", "league/flysystem-sftp-v3": "^3.0",
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
"nyholm/psr7": "^1.2", "nyholm/psr7": "^1.2",
"orchestra/testbench-core": "^9.4.0", "orchestra/testbench-core": "^9.5",
"pda/pheanstalk": "^5.0", "pda/pheanstalk": "^5.0",
"phpstan/phpstan": "^1.11.5", "phpstan/phpstan": "^1.11.5",
"phpunit/phpunit": "^10.5|^11.0", "phpunit/phpunit": "^10.5|^11.0",
@@ -3027,6 +3027,7 @@
"src/Illuminate/Filesystem/functions.php", "src/Illuminate/Filesystem/functions.php",
"src/Illuminate/Foundation/helpers.php", "src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Log/functions.php", "src/Illuminate/Log/functions.php",
"src/Illuminate/Support/functions.php",
"src/Illuminate/Support/helpers.php" "src/Illuminate/Support/helpers.php"
], ],
"psr-4": { "psr-4": {
@@ -3058,7 +3059,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2024-09-11T21:59:23+00:00" "time": "2024-10-08T20:25:59+00:00"
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
@@ -3263,16 +3264,16 @@
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
"version": "v1.3.4", "version": "v1.3.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/serializable-closure.git", "url": "https://github.com/laravel/serializable-closure.git",
"reference": "61b87392d986dc49ad5ef64e75b1ff5fee24ef81" "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/61b87392d986dc49ad5ef64e75b1ff5fee24ef81", "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c",
"reference": "61b87392d986dc49ad5ef64e75b1ff5fee24ef81", "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3320,7 +3321,7 @@
"issues": "https://github.com/laravel/serializable-closure/issues", "issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure" "source": "https://github.com/laravel/serializable-closure"
}, },
"time": "2024-08-02T07:48:17+00:00" "time": "2024-09-23T13:33:08+00:00"
}, },
{ {
"name": "laravel/socialite", "name": "laravel/socialite",
@@ -3855,16 +3856,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "3.28.0", "version": "3.29.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c" "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319",
"reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c", "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3932,9 +3933,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem/issues", "issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.28.0" "source": "https://github.com/thephpleague/flysystem/tree/3.29.1"
}, },
"time": "2024-05-22T10:09:12+00:00" "time": "2024-10-08T08:58:34+00:00"
}, },
{ {
"name": "league/flysystem-aws-s3-v3", "name": "league/flysystem-aws-s3-v3",
@@ -3993,16 +3994,16 @@
}, },
{ {
"name": "league/flysystem-local", "name": "league/flysystem-local",
"version": "3.28.0", "version": "3.29.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git", "url": "https://github.com/thephpleague/flysystem-local.git",
"reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40" "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/13f22ea8be526ea58c2ddff9e158ef7c296e4f40", "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27",
"reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40", "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4036,9 +4037,9 @@
"local" "local"
], ],
"support": { "support": {
"source": "https://github.com/thephpleague/flysystem-local/tree/3.28.0" "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0"
}, },
"time": "2024-05-06T20:05:52+00:00" "time": "2024-08-09T21:24:39+00:00"
}, },
{ {
"name": "league/flysystem-sftp-v3", "name": "league/flysystem-sftp-v3",
@@ -4091,16 +4092,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": {
@@ -4131,7 +4132,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": [
{ {
@@ -4143,7 +4144,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",
@@ -4397,16 +4398,16 @@
}, },
{ {
"name": "livewire/livewire", "name": "livewire/livewire",
"version": "v3.4.9", "version": "v3.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/livewire/livewire.git", "url": "https://github.com/livewire/livewire.git",
"reference": "c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0" "reference": "636725c1f87bc7844dd80277488268db27eec1aa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0", "url": "https://api.github.com/repos/livewire/livewire/zipball/636725c1f87bc7844dd80277488268db27eec1aa",
"reference": "c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0", "reference": "636725c1f87bc7844dd80277488268db27eec1aa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4416,15 +4417,16 @@
"illuminate/validation": "^10.0|^11.0", "illuminate/validation": "^10.0|^11.0",
"league/mime-type-detection": "^1.9", "league/mime-type-detection": "^1.9",
"php": "^8.1", "php": "^8.1",
"symfony/console": "^6.0|^7.0",
"symfony/http-kernel": "^6.2|^7.0" "symfony/http-kernel": "^6.2|^7.0"
}, },
"require-dev": { "require-dev": {
"calebporzio/sushi": "^2.1", "calebporzio/sushi": "^2.1",
"laravel/framework": "^10.0|^11.0", "laravel/framework": "^10.15.0|^11.0",
"laravel/prompts": "^0.1.6", "laravel/prompts": "^0.1.6",
"mockery/mockery": "^1.3.1", "mockery/mockery": "^1.3.1",
"orchestra/testbench": "8.20.0|^9.0", "orchestra/testbench": "^8.21.0|^9.0",
"orchestra/testbench-dusk": "8.20.0|^9.0", "orchestra/testbench-dusk": "^8.24|^9.1",
"phpunit/phpunit": "^10.4", "phpunit/phpunit": "^10.4",
"psy/psysh": "^0.11.22|^0.12" "psy/psysh": "^0.11.22|^0.12"
}, },
@@ -4460,7 +4462,7 @@
"description": "A front-end framework for Laravel.", "description": "A front-end framework for Laravel.",
"support": { "support": {
"issues": "https://github.com/livewire/livewire/issues", "issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v3.4.9" "source": "https://github.com/livewire/livewire/tree/v3.5.2"
}, },
"funding": [ "funding": [
{ {
@@ -4468,7 +4470,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-03-14T14:03:32+00:00" "time": "2024-07-03T17:22:45+00:00"
}, },
{ {
"name": "log1x/laravel-webfonts", "name": "log1x/laravel-webfonts",
@@ -4955,24 +4957,24 @@
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
"version": "v1.3.0", "version": "v1.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nette/schema.git", "url": "https://github.com/nette/schema.git",
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188" "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nette/utils": "^4.0", "nette/utils": "^4.0",
"php": "8.1 - 8.3" "php": "8.1 - 8.4"
}, },
"require-dev": { "require-dev": {
"nette/tester": "^2.4", "nette/tester": "^2.5.2",
"phpstan/phpstan-nette": "^1.0", "phpstan/phpstan-nette": "^1.0",
"tracy/tracy": "^2.8" "tracy/tracy": "^2.8"
}, },
@@ -5011,9 +5013,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nette/schema/issues", "issues": "https://github.com/nette/schema/issues",
"source": "https://github.com/nette/schema/tree/v1.3.0" "source": "https://github.com/nette/schema/tree/v1.3.2"
}, },
"time": "2023-12-11T11:54:22+00:00" "time": "2024-10-06T23:10:23+00:00"
}, },
{ {
"name": "nette/utils", "name": "nette/utils",
@@ -8580,16 +8582,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v7.1.4", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "1eed7af6961d763e7832e874d7f9b21c3ea9c111" "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/1eed7af6961d763e7832e874d7f9b21c3ea9c111", "url": "https://api.github.com/repos/symfony/console/zipball/0fa539d12b3ccf068a722bbbffa07ca7079af9ee",
"reference": "1eed7af6961d763e7832e874d7f9b21c3ea9c111", "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -8653,7 +8655,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v7.1.4" "source": "https://github.com/symfony/console/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -8669,7 +8671,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-15T22:48:53+00:00" "time": "2024-09-20T08:28:38+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
@@ -9100,16 +9102,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v7.1.3", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "f602d5c17d1fa02f8019ace2687d9d136b7f4a1a" "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/f602d5c17d1fa02f8019ace2687d9d136b7f4a1a", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e30ef73b1e44eea7eb37ba69600a354e553f694b",
"reference": "f602d5c17d1fa02f8019ace2687d9d136b7f4a1a", "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9157,7 +9159,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/v7.1.3" "source": "https://github.com/symfony/http-foundation/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -9173,20 +9175,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-26T12:41:01+00:00" "time": "2024-09-20T08:28:38+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v7.1.4", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "6efcbd1b3f444f631c386504fc83eeca25963747" "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/6efcbd1b3f444f631c386504fc83eeca25963747", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/44204d96150a9df1fc57601ec933d23fefc2d65b",
"reference": "6efcbd1b3f444f631c386504fc83eeca25963747", "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9271,7 +9273,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/v7.1.4" "source": "https://github.com/symfony/http-kernel/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -9287,20 +9289,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-30T17:02:28+00:00" "time": "2024-09-21T06:09:21+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v7.1.2", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee" "reference": "bbf21460c56f29810da3df3e206e38dfbb01e80b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/8fcff0af9043c8f8a8e229437cea363e282f9aee", "url": "https://api.github.com/repos/symfony/mailer/zipball/bbf21460c56f29810da3df3e206e38dfbb01e80b",
"reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee", "reference": "bbf21460c56f29810da3df3e206e38dfbb01e80b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9351,7 +9353,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/v7.1.2" "source": "https://github.com/symfony/mailer/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -9367,20 +9369,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-06-28T08:00:31+00:00" "time": "2024-09-08T12:32:26+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v7.1.4", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "ccaa6c2503db867f472a587291e764d6a1e58758" "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/ccaa6c2503db867f472a587291e764d6a1e58758", "url": "https://api.github.com/repos/symfony/mime/zipball/711d2e167e8ce65b05aea6b258c449671cdd38ff",
"reference": "ccaa6c2503db867f472a587291e764d6a1e58758", "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9435,7 +9437,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v7.1.4" "source": "https://github.com/symfony/mime/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -9451,7 +9453,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-13T14:28:19+00:00" "time": "2024-09-20T08:28:38+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
@@ -10238,16 +10240,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v7.1.3", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "7f2f542c668ad6c313dc4a5e9c3321f733197eca" "reference": "5c03ee6369281177f07f7c68252a280beccba847"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/7f2f542c668ad6c313dc4a5e9c3321f733197eca", "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847",
"reference": "7f2f542c668ad6c313dc4a5e9c3321f733197eca", "reference": "5c03ee6369281177f07f7c68252a280beccba847",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10279,7 +10281,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/v7.1.3" "source": "https://github.com/symfony/process/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -10295,7 +10297,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-26T12:44:47+00:00" "time": "2024-09-19T21:48:23+00:00"
}, },
{ {
"name": "symfony/psr-http-message-bridge", "name": "symfony/psr-http-message-bridge",
@@ -10608,16 +10610,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v7.1.4", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "6cd670a6d968eaeb1c77c2e76091c45c56bc367b" "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/6cd670a6d968eaeb1c77c2e76091c45c56bc367b", "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306",
"reference": "6cd670a6d968eaeb1c77c2e76091c45c56bc367b", "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10675,7 +10677,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v7.1.4" "source": "https://github.com/symfony/string/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -10691,20 +10693,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-12T09:59:40+00:00" "time": "2024-09-20T08:28:38+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v7.1.3", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1" "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/8d5e50c813ba2859a6dfc99a0765c550507934a1", "url": "https://api.github.com/repos/symfony/translation/zipball/235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
"reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1", "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10769,7 +10771,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/v7.1.3" "source": "https://github.com/symfony/translation/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -10785,7 +10787,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-26T12:41:01+00:00" "time": "2024-09-16T06:30:38+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
@@ -10867,16 +10869,16 @@
}, },
{ {
"name": "symfony/uid", "name": "symfony/uid",
"version": "v7.1.4", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/uid.git", "url": "https://github.com/symfony/uid.git",
"reference": "82177535395109075cdb45a70533aa3d7a521cdf" "reference": "8c7bb8acb933964055215d89f9a9871df0239317"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/uid/zipball/82177535395109075cdb45a70533aa3d7a521cdf", "url": "https://api.github.com/repos/symfony/uid/zipball/8c7bb8acb933964055215d89f9a9871df0239317",
"reference": "82177535395109075cdb45a70533aa3d7a521cdf", "reference": "8c7bb8acb933964055215d89f9a9871df0239317",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10921,7 +10923,7 @@
"uuid" "uuid"
], ],
"support": { "support": {
"source": "https://github.com/symfony/uid/tree/v7.1.4" "source": "https://github.com/symfony/uid/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -10937,20 +10939,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-12T09:59:40+00:00" "time": "2024-09-17T09:16:35+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v7.1.4", "version": "v7.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "a5fa7481b199090964d6fd5dab6294d5a870c7aa" "reference": "e20e03889539fd4e4211e14d2179226c513c010d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/a5fa7481b199090964d6fd5dab6294d5a870c7aa", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d",
"reference": "a5fa7481b199090964d6fd5dab6294d5a870c7aa", "reference": "e20e03889539fd4e4211e14d2179226c513c010d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -11004,7 +11006,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v7.1.4" "source": "https://github.com/symfony/var-dumper/tree/v7.1.5"
}, },
"funding": [ "funding": [
{ {
@@ -11020,7 +11022,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-30T16:12:47+00:00" "time": "2024-09-16T10:07:02+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",