diff --git a/composer.json b/composer.json index b42a0e1a4..d60ed33b6 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "maatwebsite/excel": "^3.1", "predis/predis": "^2.2", "pusher/pusher-php-server": "^7.0", - "spatie/browsershot": "^4.3", + "spatie/browsershot": "^5.0", "spatie/emoji": "^4.0", "spatie/laravel-backup": "^8.0", "spatie/laravel-permission": "^6.0", diff --git a/composer.lock b/composer.lock index 2a90bd782..270a1a9c2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2f7807d604943b0b3bf94498f8770d17", + "content-hash": "93ee3e47a335039f17a5b854a0ce879f", "packages": [ { "name": "abraham/twitteroauth", @@ -7554,16 +7554,16 @@ }, { "name": "spatie/browsershot", - "version": "4.3.0", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/spatie/browsershot.git", - "reference": "601f2758191d8c46b2ea587eea935a87da4f39e8" + "reference": "aae8a337f73f63fc41c4c759fc397ce725312367" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/browsershot/zipball/601f2758191d8c46b2ea587eea935a87da4f39e8", - "reference": "601f2758191d8c46b2ea587eea935a87da4f39e8", + "url": "https://api.github.com/repos/spatie/browsershot/zipball/aae8a337f73f63fc41c4c759fc397ce725312367", + "reference": "aae8a337f73f63fc41c4c759fc397ce725312367", "shasum": "" }, "require": { @@ -7574,10 +7574,10 @@ "symfony/process": "^6.0|^7.0" }, "require-dev": { - "pestphp/pest": "^1.20", + "pestphp/pest": "^3.0", "spatie/image": "^3.6", "spatie/pdf-to-text": "^1.52", - "spatie/phpunit-snapshot-assertions": "^4.2.3" + "spatie/phpunit-snapshot-assertions": "^4.2.3|^5.0" }, "type": "library", "autoload": { @@ -7610,7 +7610,7 @@ "webpage" ], "support": { - "source": "https://github.com/spatie/browsershot/tree/4.3.0" + "source": "https://github.com/spatie/browsershot/tree/5.0.3" }, "funding": [ { @@ -7618,7 +7618,7 @@ "type": "github" } ], - "time": "2024-08-22T09:14:07+00:00" + "time": "2024-12-16T09:46:16+00:00" }, { "name": "spatie/db-dumper", @@ -9780,8 +9780,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -9997,16 +9997,16 @@ }, { "name": "symfony/process", - "version": "v7.1.5", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "5c03ee6369281177f07f7c68252a280beccba847" + "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847", - "reference": "5c03ee6369281177f07f7c68252a280beccba847", + "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", + "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", "shasum": "" }, "require": { @@ -10038,7 +10038,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.1.5" + "source": "https://github.com/symfony/process/tree/v7.2.0" }, "funding": [ { @@ -10054,7 +10054,7 @@ "type": "tidelift" } ], - "time": "2024-09-19T21:48:23+00:00" + "time": "2024-11-06T14:24:19+00:00" }, { "name": "symfony/psr-http-message-bridge",