From 14d58c98344166d7fc4ef93bd0d24eee32b523c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 03:00:58 +0000 Subject: [PATCH] Bump spatie/data-transfer-object from 3.7.3 to 3.8.1 Bumps [spatie/data-transfer-object](https://github.com/spatie/data-transfer-object) from 3.7.3 to 3.8.1. - [Release notes](https://github.com/spatie/data-transfer-object/releases) - [Changelog](https://github.com/spatie/data-transfer-object/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/data-transfer-object/compare/3.7.3...3.8.1) --- updated-dependencies: - dependency-name: spatie/data-transfer-object dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index bbbd45cc63..59669a2c42 100644 --- a/composer.json +++ b/composer.json @@ -102,7 +102,7 @@ "psr/log": "<4", "ramsey/uuid": "^4.3", "rcrowe/twigbridge": "^0.14", - "spatie/data-transfer-object": "^3.7", + "spatie/data-transfer-object": "^3.8", "spatie/laravel-ignition": "^1.2", "symfony/http-client": "^6.0", "symfony/mailgun-mailer": "^6.0" diff --git a/composer.lock b/composer.lock index f4f434f7af..55382f46af 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": "48fa72f0e1f3b7e9ee36832e5bea685c", + "content-hash": "7fb464f85ea2d7ed53bf8cf7773fb531", "packages": [ { "name": "bacon/bacon-qr-code", @@ -5179,16 +5179,16 @@ }, { "name": "spatie/data-transfer-object", - "version": "3.7.3", + "version": "3.8.1", "source": { "type": "git", "url": "https://github.com/spatie/data-transfer-object.git", - "reference": "341f72c77e0fce40ea2e0dcb212cb54dc27bbe72" + "reference": "83c04ce0bbcb2f143782d45b5b285022fc2f8721" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/341f72c77e0fce40ea2e0dcb212cb54dc27bbe72", - "reference": "341f72c77e0fce40ea2e0dcb212cb54dc27bbe72", + "url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/83c04ce0bbcb2f143782d45b5b285022fc2f8721", + "reference": "83c04ce0bbcb2f143782d45b5b285022fc2f8721", "shasum": "" }, "require": { @@ -5198,7 +5198,7 @@ "illuminate/collections": "^8.36", "jetbrains/phpstorm-attributes": "^1.0", "larapack/dd": "^1.1", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.5.5" }, "type": "library", "autoload": { @@ -5226,7 +5226,7 @@ ], "support": { "issues": "https://github.com/spatie/data-transfer-object/issues", - "source": "https://github.com/spatie/data-transfer-object/tree/3.7.3" + "source": "https://github.com/spatie/data-transfer-object/tree/3.8.1" }, "funding": [ { @@ -5238,7 +5238,7 @@ "type": "github" } ], - "time": "2021-12-30T20:31:10+00:00" + "time": "2022-06-02T20:28:47+00:00" }, { "name": "spatie/flare-client-php",