From b90c1df9631fc9ac0200455ec9463267f42c753f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:41:14 +0000 Subject: [PATCH] chore(deps): update dependency spatie/phpunit-snapshot-assertions to v5.1.6 --- api/composer.json | 2 +- api/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/composer.json b/api/composer.json index 6973e21a91..65cc78ead3 100644 --- a/api/composer.json +++ b/api/composer.json @@ -55,7 +55,7 @@ "phpstan/phpstan": "1.10.67", "phpunit/phpunit": "10.5.20", "rector/rector": "1.0.4", - "spatie/phpunit-snapshot-assertions": "5.1.5", + "spatie/phpunit-snapshot-assertions": "5.1.6", "symfony/browser-kit": "7.0.7", "symfony/css-selector": "7.0.7", "symfony/debug-bundle": "7.0.7", diff --git a/api/composer.lock b/api/composer.lock index 9822c825ab..fed188539c 100644 --- a/api/composer.lock +++ b/api/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": "9415af71830cb39c5b8ae05f72bc701b", + "content-hash": "96dc74b1e0977028d1904315f2dd707b", "packages": [ { "name": "api-platform/core", @@ -13241,16 +13241,16 @@ }, { "name": "spatie/phpunit-snapshot-assertions", - "version": "5.1.5", + "version": "5.1.6", "source": { "type": "git", "url": "https://github.com/spatie/phpunit-snapshot-assertions.git", - "reference": "fe84650c4cfb8f51ecf5146f4089369fafea2c94" + "reference": "61e2eb567713c89987895b8f514a7a4d3bff89c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/phpunit-snapshot-assertions/zipball/fe84650c4cfb8f51ecf5146f4089369fafea2c94", - "reference": "fe84650c4cfb8f51ecf5146f4089369fafea2c94", + "url": "https://api.github.com/repos/spatie/phpunit-snapshot-assertions/zipball/61e2eb567713c89987895b8f514a7a4d3bff89c9", + "reference": "61e2eb567713c89987895b8f514a7a4d3bff89c9", "shasum": "" }, "require": { @@ -13306,7 +13306,7 @@ ], "support": { "issues": "https://github.com/spatie/phpunit-snapshot-assertions/issues", - "source": "https://github.com/spatie/phpunit-snapshot-assertions/tree/5.1.5" + "source": "https://github.com/spatie/phpunit-snapshot-assertions/tree/5.1.6" }, "funding": [ { @@ -13314,7 +13314,7 @@ "type": "custom" } ], - "time": "2024-02-20T10:04:25+00:00" + "time": "2024-05-03T07:53:03+00:00" }, { "name": "symfony/browser-kit",