From fd885dc106dcd2a5ea1b76522d8603602a96a240 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 16:47:45 +0000 Subject: [PATCH] Update dependency laravel/slack-notification-channel to v3.4.2 --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 5f85ebb..cc2dc44 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "laravel/horizon": "5.29.4", "laravel/pint": "1.18.3", "laravel/sanctum": "4.0.7", - "laravel/slack-notification-channel": "3.4.0", + "laravel/slack-notification-channel": "3.4.2", "laravel/tinker": "2.10.0", "mrclay/jsmin-php": "2.4.3", "sentry/sentry-laravel": "4.10.0", diff --git a/composer.lock b/composer.lock index 2417acc..f7eef5b 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": "b0e475ae7bee81b3fd793bdc81190393", + "content-hash": "157648cf37f9069171beb7f2da2ba716", "packages": [ { "name": "ans-group/laravel-health-check", @@ -2533,16 +2533,16 @@ }, { "name": "laravel/slack-notification-channel", - "version": "v3.4.0", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/laravel/slack-notification-channel.git", - "reference": "8ffbb9f0578956cc192bffc8d75f5b07beb35aa3" + "reference": "282d52d70195283eb1b92e59d7bdc2d525361f4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/8ffbb9f0578956cc192bffc8d75f5b07beb35aa3", - "reference": "8ffbb9f0578956cc192bffc8d75f5b07beb35aa3", + "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/282d52d70195283eb1b92e59d7bdc2d525361f4b", + "reference": "282d52d70195283eb1b92e59d7bdc2d525361f4b", "shasum": "" }, "require": { @@ -2560,13 +2560,13 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - }, "laravel": { "providers": [ "Illuminate\\Notifications\\SlackChannelServiceProvider" ] + }, + "branch-alias": { + "dev-master": "3.x-dev" } }, "autoload": { @@ -2592,9 +2592,9 @@ ], "support": { "issues": "https://github.com/laravel/slack-notification-channel/issues", - "source": "https://github.com/laravel/slack-notification-channel/tree/v3.4.0" + "source": "https://github.com/laravel/slack-notification-channel/tree/v3.4.2" }, - "time": "2024-10-24T15:06:08+00:00" + "time": "2024-11-29T14:59:32+00:00" }, { "name": "laravel/tinker",