From 8b6298d663db24015d7f6f043fded8e1f0bc2c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:26:49 +0000 Subject: [PATCH] Bump laravel/ui from 4.4.0 to 4.5.1 Bumps [laravel/ui](https://github.com/laravel/ui) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/laravel/ui/releases) - [Changelog](https://github.com/laravel/ui/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/laravel/ui/compare/v4.4.0...v4.5.1) --- updated-dependencies: - dependency-name: laravel/ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 700866f440..e20e523909 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "laravel/framework": "10.48.4", "laravel/legacy-factories": "1.4.0", "laravel/socialite": "5.12.1", - "laravel/ui": "4.4.0", + "laravel/ui": "4.5.1", "lcobucci/jwt": "5.2.0", "mll-lab/laravel-graphiql": "3.1.0", "nuwave/lighthouse": "6.34.1", diff --git a/composer.lock b/composer.lock index fa5347510d..fa3d090861 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": "f7f8ab66521603e6e4f3d1ac3de816f5", + "content-hash": "dd88e5b3165d6363a1d54bcb95196ed1", "packages": [ { "name": "24slides/laravel-saml2", @@ -2502,16 +2502,16 @@ }, { "name": "laravel/ui", - "version": "v4.4.0", + "version": "v4.5.1", "source": { "type": "git", "url": "https://github.com/laravel/ui.git", - "reference": "7335d7049b2cde345c029e9d2de839b80af62bc0" + "reference": "a3562953123946996a503159199d6742d5534e61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/ui/zipball/7335d7049b2cde345c029e9d2de839b80af62bc0", - "reference": "7335d7049b2cde345c029e9d2de839b80af62bc0", + "url": "https://api.github.com/repos/laravel/ui/zipball/a3562953123946996a503159199d6742d5534e61", + "reference": "a3562953123946996a503159199d6742d5534e61", "shasum": "" }, "require": { @@ -2519,11 +2519,12 @@ "illuminate/filesystem": "^9.21|^10.0|^11.0", "illuminate/support": "^9.21|^10.0|^11.0", "illuminate/validation": "^9.21|^10.0|^11.0", - "php": "^8.0" + "php": "^8.0", + "symfony/console": "^6.0|^7.0" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0|^9.0", - "phpunit/phpunit": "^9.3|^10.4" + "orchestra/testbench": "^7.35|^8.15|^9.0", + "phpunit/phpunit": "^9.3|^10.4|^11.0" }, "type": "library", "extra": { @@ -2558,9 +2559,9 @@ "ui" ], "support": { - "source": "https://github.com/laravel/ui/tree/v4.4.0" + "source": "https://github.com/laravel/ui/tree/v4.5.1" }, - "time": "2024-01-12T15:56:45+00:00" + "time": "2024-03-21T18:12:29+00:00" }, { "name": "lcobucci/jwt",