From f1885e4ba5bb5c066dcf68a36e6a6b276843d358 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:57:05 -0400 Subject: [PATCH] fix(deps): update dependency spatie/laravel-ciphersweet to v1.6.3 (#2437) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index a885141b0..6e0d7a238 100644 --- a/composer.lock +++ b/composer.lock @@ -7538,16 +7538,16 @@ }, { "name": "spatie/laravel-ciphersweet", - "version": "1.6.2", + "version": "1.6.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ciphersweet.git", - "reference": "77b5cd8066858529ca611edf99288366efa62b61" + "reference": "481b95a035bd918995a113c3ad573dfd2cffc615" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ciphersweet/zipball/77b5cd8066858529ca611edf99288366efa62b61", - "reference": "77b5cd8066858529ca611edf99288366efa62b61", + "url": "https://api.github.com/repos/spatie/laravel-ciphersweet/zipball/481b95a035bd918995a113c3ad573dfd2cffc615", + "reference": "481b95a035bd918995a113c3ad573dfd2cffc615", "shasum": "" }, "require": { @@ -7572,12 +7572,12 @@ "type": "library", "extra": { "laravel": { - "providers": [ - "Spatie\\LaravelCipherSweet\\LaravelCipherSweetServiceProvider" - ], "aliases": { "LaravelCipherSweet": "Spatie\\LaravelCipherSweet\\Facades\\LaravelCipherSweet" - } + }, + "providers": [ + "Spatie\\LaravelCipherSweet\\LaravelCipherSweetServiceProvider" + ] } }, "autoload": { @@ -7604,9 +7604,9 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-ciphersweet/tree/1.6.2" + "source": "https://github.com/spatie/laravel-ciphersweet/tree/1.6.3" }, - "time": "2024-07-18T13:03:10+00:00" + "time": "2024-12-11T15:20:44+00:00" }, { "name": "spatie/laravel-collection-macros",