From 68b3a09c84777d2d3195065dd5e3b9e433d1c5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:37:35 +0000 Subject: [PATCH] build(deps-dev): bump laravel/pint from 1.10.6 to 1.13.0 Bumps [laravel/pint](https://github.com/laravel/pint) from 1.10.6 to 1.13.0. - [Release notes](https://github.com/laravel/pint/releases) - [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md) - [Commits](https://github.com/laravel/pint/compare/v1.10.6...v1.13.0) --- updated-dependencies: - dependency-name: laravel/pint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 37645e1..8596a28 100644 --- a/composer.lock +++ b/composer.lock @@ -1770,16 +1770,16 @@ }, { "name": "laravel/pint", - "version": "v1.10.6", + "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "d1915b6ecc6406c00472c6b9ae75b46aa153bbb2" + "reference": "a19bd99c91b158f33a4c5ffe9653d17a921424de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/d1915b6ecc6406c00472c6b9ae75b46aa153bbb2", - "reference": "d1915b6ecc6406c00472c6b9ae75b46aa153bbb2", + "url": "https://api.github.com/repos/laravel/pint/zipball/a19bd99c91b158f33a4c5ffe9653d17a921424de", + "reference": "a19bd99c91b158f33a4c5ffe9653d17a921424de", "shasum": "" }, "require": { @@ -1792,7 +1792,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.21.1", "illuminate/view": "^10.5.1", - "laravel-zero/framework": "^10.1.1", + "laravel-zero/framework": "^10.1.2", "mockery/mockery": "^1.5.1", "nunomaduro/larastan": "^2.5.1", "nunomaduro/termwind": "^1.15.1", @@ -1832,7 +1832,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2023-08-08T15:17:16+00:00" + "time": "2023-09-05T15:45:33+00:00" }, { "name": "league/flysystem",