From 6cf4ddd4e595759a9e9aabcaad4c590219d1fec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 03:35:51 +0000 Subject: [PATCH] Bump the php-dependencies group with 4 updates Bumps the php-dependencies group with 4 updates: [algolia/scout-extended](https://github.com/algolia/scout-extended), [codeat3/blade-simple-icons](https://github.com/codeat3/blade-simple-icons), [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) and [laravel-notification-channels/twitter](https://github.com/laravel-notification-channels/twitter). Updates `algolia/scout-extended` from 3.1.3 to 3.2.0 - [Release notes](https://github.com/algolia/scout-extended/releases) - [Changelog](https://github.com/algolia/scout-extended/blob/master/CHANGELOG.md) - [Commits](https://github.com/algolia/scout-extended/compare/v3.1.3...v3.2.0) Updates `codeat3/blade-simple-icons` from 6.9.0 to 6.11.0 - [Release notes](https://github.com/codeat3/blade-simple-icons/releases) - [Changelog](https://github.com/codeat3/blade-simple-icons/blob/main/CHANGELOG.md) - [Commits](https://github.com/codeat3/blade-simple-icons/compare/6.9.0...6.11.0) Updates `guzzlehttp/guzzle` from 7.9.2 to 7.9.3 - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.2...7.9.3) Updates `laravel-notification-channels/twitter` from 8.1.2 to 8.2.0 - [Release notes](https://github.com/laravel-notification-channels/twitter/releases) - [Changelog](https://github.com/laravel-notification-channels/twitter/blob/master/CHANGELOG.md) - [Commits](https://github.com/laravel-notification-channels/twitter/compare/V8.1.2...v8.2.0) --- updated-dependencies: - dependency-name: algolia/scout-extended dependency-type: direct:production update-type: version-update:semver-minor dependency-group: php-dependencies - dependency-name: codeat3/blade-simple-icons dependency-type: direct:production update-type: version-update:semver-minor dependency-group: php-dependencies - dependency-name: guzzlehttp/guzzle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php-dependencies - dependency-name: laravel-notification-channels/twitter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: php-dependencies ... Signed-off-by: dependabot[bot] --- composer.lock | 168 +++++++++++++++++++++++++------------------------- 1 file changed, 84 insertions(+), 84 deletions(-) diff --git a/composer.lock b/composer.lock index 9d7c7f2f7..e823be345 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "abraham/twitteroauth", - "version": "6.2.0", + "version": "7.0.0", "source": { "type": "git", "url": "https://github.com/abraham/twitteroauth.git", - "reference": "e6fc2e0c30371ce68427d547bdeb19725868db30" + "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/e6fc2e0c30371ce68427d547bdeb19725868db30", - "reference": "e6fc2e0c30371ce68427d547bdeb19725868db30", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/a8622680f954d0c4f54fd80bedebe00c756ed7aa", + "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa", "shasum": "" }, "require": { @@ -66,7 +66,7 @@ "issues": "https://github.com/abraham/twitteroauth/issues", "source": "https://github.com/abraham/twitteroauth" }, - "time": "2023-10-28T20:17:00+00:00" + "time": "2024-02-11T18:58:08+00:00" }, { "name": "algolia/algoliasearch-client-php", @@ -144,38 +144,38 @@ }, { "name": "algolia/scout-extended", - "version": "v3.1.3", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/algolia/scout-extended.git", - "reference": "a8eb07d92b257bd077077bed60efb5d3f5046487" + "reference": "127f03c88ea68049483f2c379f00c365811b9799" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/algolia/scout-extended/zipball/a8eb07d92b257bd077077bed60efb5d3f5046487", - "reference": "a8eb07d92b257bd077077bed60efb5d3f5046487", + "url": "https://api.github.com/repos/algolia/scout-extended/zipball/127f03c88ea68049483f2c379f00c365811b9799", + "reference": "127f03c88ea68049483f2c379f00c365811b9799", "shasum": "" }, "require": { "algolia/algoliasearch-client-php": "^3.0.0", "ext-json": "*", - "illuminate/console": "^9.0|^10.0|^11.0", - "illuminate/contracts": "^9.0|^10.0|^11.0", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/filesystem": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/console": "^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", + "illuminate/filesystem": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", "laravel/scout": "^9.0|^10.0", "php": "^8.0", "riimu/kit-phpencoder": "^2.4" }, "require-dev": { "fakerphp/faker": "^1.13", + "larastan/larastan": "^1.0|^2.0|^3.0", "laravel/legacy-factories": "^1.1", "mockery/mockery": "^1.4", - "nunomaduro/larastan": "^1.0|^2.0", - "orchestra/testbench": "^4.9|^5.9|^6.6|^7.0|^8.0|^9.0", - "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^8.0|^9.0|^10.5" + "orchestra/testbench": "^4.9|^5.9|^6.6|^7.0|^8.0|^9.0|^10.0", + "phpstan/phpstan": "^1.3|^2.1", + "phpunit/phpunit": "^8.0|^9.0|^10.5|^11.5.3" }, "suggest": { "ext-dom": "Required to use the HTML Splitter." @@ -219,9 +219,9 @@ ], "support": { "issues": "https://github.com/algolia/scout-extended/issues", - "source": "https://github.com/algolia/scout-extended/tree/v3.1.3" + "source": "https://github.com/algolia/scout-extended/tree/v3.2.0" }, - "time": "2025-02-13T10:00:36+00:00" + "time": "2025-03-21T11:48:16+00:00" }, { "name": "aws/aws-crt-php", @@ -798,16 +798,16 @@ }, { "name": "codeat3/blade-simple-icons", - "version": "6.9.0", + "version": "6.11.0", "source": { "type": "git", "url": "https://github.com/codeat3/blade-simple-icons.git", - "reference": "f9b035668bec0644b9ffad5af64d8cba485a7534" + "reference": "be95ee63f77a5be010802fc2bcd4625132aa2a63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeat3/blade-simple-icons/zipball/f9b035668bec0644b9ffad5af64d8cba485a7534", - "reference": "f9b035668bec0644b9ffad5af64d8cba485a7534", + "url": "https://api.github.com/repos/codeat3/blade-simple-icons/zipball/be95ee63f77a5be010802fc2bcd4625132aa2a63", + "reference": "be95ee63f77a5be010802fc2bcd4625132aa2a63", "shasum": "" }, "require": { @@ -857,7 +857,7 @@ ], "support": { "issues": "https://github.com/codeat3/blade-simple-icons/issues", - "source": "https://github.com/codeat3/blade-simple-icons/tree/6.9.0" + "source": "https://github.com/codeat3/blade-simple-icons/tree/6.11.0" }, "funding": [ { @@ -865,20 +865,20 @@ "type": "github" } ], - "time": "2025-03-03T17:58:59+00:00" + "time": "2025-03-23T11:37:37+00:00" }, { "name": "composer/ca-bundle", - "version": "1.5.5", + "version": "1.5.6", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6" + "reference": "f65c239c970e7f072f067ab78646e9f0b2935175" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/08c50d5ec4c6ced7d0271d2862dec8c1033283e6", - "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/f65c239c970e7f072f067ab78646e9f0b2935175", + "reference": "f65c239c970e7f072f067ab78646e9f0b2935175", "shasum": "" }, "require": { @@ -925,7 +925,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.5.5" + "source": "https://github.com/composer/ca-bundle/tree/1.5.6" }, "funding": [ { @@ -941,7 +941,7 @@ "type": "tidelift" } ], - "time": "2025-01-08T16:17:16+00:00" + "time": "2025-03-06T14:30:56+00:00" }, { "name": "dflydev/dot-access-data", @@ -1253,16 +1253,16 @@ }, { "name": "egulias/email-validator", - "version": "4.0.3", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "b115554301161fa21467629f1e1391c1936de517" + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517", - "reference": "b115554301161fa21467629f1e1391c1936de517", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "shasum": "" }, "require": { @@ -1308,7 +1308,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/4.0.3" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" }, "funding": [ { @@ -1316,7 +1316,7 @@ "type": "github" } ], - "time": "2024-12-27T00:36:43+00:00" + "time": "2025-03-06T22:45:56+00:00" }, { "name": "firebase/php-jwt", @@ -1516,16 +1516,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.9.2", + "version": "7.9.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "d281ed313b989f213357e3be1a179f02196ac99b" + "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", - "reference": "d281ed313b989f213357e3be1a179f02196ac99b", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", + "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", "shasum": "" }, "require": { @@ -1622,7 +1622,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.9.2" + "source": "https://github.com/guzzle/guzzle/tree/7.9.3" }, "funding": [ { @@ -1638,20 +1638,20 @@ "type": "tidelift" } ], - "time": "2024-07-24T11:22:20+00:00" + "time": "2025-03-27T13:37:11+00:00" }, { "name": "guzzlehttp/promises", - "version": "2.0.4", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" + "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", - "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", + "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c", + "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c", "shasum": "" }, "require": { @@ -1705,7 +1705,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.4" + "source": "https://github.com/guzzle/promises/tree/2.2.0" }, "funding": [ { @@ -1721,20 +1721,20 @@ "type": "tidelift" } ], - "time": "2024-10-17T10:06:22+00:00" + "time": "2025-03-27T13:27:01+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" + "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16", + "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16", "shasum": "" }, "require": { @@ -1821,7 +1821,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.7.0" + "source": "https://github.com/guzzle/psr7/tree/2.7.1" }, "funding": [ { @@ -1837,7 +1837,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T11:15:46+00:00" + "time": "2025-03-27T12:30:47+00:00" }, { "name": "guzzlehttp/uri-template", @@ -2315,31 +2315,31 @@ }, { "name": "laravel-notification-channels/twitter", - "version": "v8.1.2", + "version": "v8.2.0", "source": { "type": "git", "url": "https://github.com/laravel-notification-channels/twitter.git", - "reference": "dd268693e233d097b9a6ab401c08e13f47109fcb" + "reference": "456904666df9615306960349f84b9207bbdf6d52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-notification-channels/twitter/zipball/dd268693e233d097b9a6ab401c08e13f47109fcb", - "reference": "dd268693e233d097b9a6ab401c08e13f47109fcb", + "url": "https://api.github.com/repos/laravel-notification-channels/twitter/zipball/456904666df9615306960349f84b9207bbdf6d52", + "reference": "456904666df9615306960349f84b9207bbdf6d52", "shasum": "" }, "require": { - "abraham/twitteroauth": "^5.0|^6.0", + "abraham/twitteroauth": "^5.0|^6.0|^7.0", "ext-fileinfo": "*", - "illuminate/notifications": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0", + "illuminate/notifications": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", "kylewm/brevity": "^0.2.9", "php": "^8.1" }, "require-dev": { "laravel/pint": "^1.10", "mockery/mockery": "^1.3.1", - "orchestra/testbench": "^8.0|^9.0", - "phpunit/phpunit": "^9.3|^10.5" + "orchestra/testbench": "^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.3|^10.5|^11.5.3" }, "type": "library", "extra": { @@ -2370,9 +2370,9 @@ "homepage": "https://github.com/laravel-notification-channels/twitter", "support": { "issues": "https://github.com/laravel-notification-channels/twitter/issues", - "source": "https://github.com/laravel-notification-channels/twitter/tree/v8.1.2" + "source": "https://github.com/laravel-notification-channels/twitter/tree/v8.2.0" }, - "time": "2024-10-02T18:06:08+00:00" + "time": "2025-03-24T08:11:59+00:00" }, { "name": "laravel/framework", @@ -2794,16 +2794,16 @@ }, { "name": "laravel/scout", - "version": "v10.13.1", + "version": "v10.14.0", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "577535cd93474e4c915e7469cbfa597c41aef8e2" + "reference": "840d18e3d68b17c59663fc687497c49c0ff0d295" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/577535cd93474e4c915e7469cbfa597c41aef8e2", - "reference": "577535cd93474e4c915e7469cbfa597c41aef8e2", + "url": "https://api.github.com/repos/laravel/scout/zipball/840d18e3d68b17c59663fc687497c49c0ff0d295", + "reference": "840d18e3d68b17c59663fc687497c49c0ff0d295", "shasum": "" }, "require": { @@ -2871,7 +2871,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2025-02-18T18:39:33+00:00" + "time": "2025-03-18T14:00:31+00:00" }, { "name": "laravel/serializable-closure", @@ -4018,16 +4018,16 @@ }, { "name": "monolog/monolog", - "version": "3.8.1", + "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4" + "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4", - "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6", + "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6", "shasum": "" }, "require": { @@ -4105,7 +4105,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.8.1" + "source": "https://github.com/Seldaek/monolog/tree/3.9.0" }, "funding": [ { @@ -4117,7 +4117,7 @@ "type": "tidelift" } ], - "time": "2024-12-05T17:15:07+00:00" + "time": "2025-03-24T10:02:05+00:00" }, { "name": "mtdowling/jmespath.php", @@ -5672,16 +5672,16 @@ }, { "name": "ramsey/collection", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", - "reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109" + "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109", - "reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109", + "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2", + "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2", "shasum": "" }, "require": { @@ -5742,9 +5742,9 @@ ], "support": { "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/2.1.0" + "source": "https://github.com/ramsey/collection/tree/2.1.1" }, - "time": "2025-03-02T04:48:29+00:00" + "time": "2025-03-22T05:38:12+00:00" }, { "name": "ramsey/uuid",