From 57e968cdea74c29b1f7d8f2aed4870234cf5ae1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 13:56:09 -0500 Subject: [PATCH] Bump laravel/socialite from 5.17.1 to 5.18.0 (#2727) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [laravel/socialite](https://github.com/laravel/socialite) from 5.17.1 to 5.18.0.
Release notes

Sourced from laravel/socialite's releases.

v5.18.0

Changelog

Sourced from laravel/socialite's changelog.

v5.18.0 - 2025-02-11

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=laravel/socialite&package-manager=composer&previous-version=5.17.1&new-version=5.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 9c9ecd6b1..f86179d6b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "guzzlehttp/guzzle": "7.9.2", "knplabs/github-api": "3.16.0", "laravel/framework": "10.48.23", - "laravel/socialite": "5.17.1", + "laravel/socialite": "5.18.0", "laravel/ui": "4.6.1", "lcobucci/jwt": "5.5.0", "league/flysystem-aws-s3-v3": "^3.29", diff --git a/composer.lock b/composer.lock index 939e7ae38..3344f1558 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": "3054c3cfcb0dbbd9f7f4f49ce1baad94", + "content-hash": "89d07b593cea3718e7ddd40514cffecb", "packages": [ { "name": "24slides/laravel-saml2", @@ -2410,16 +2410,16 @@ }, { "name": "laravel/socialite", - "version": "v5.17.1", + "version": "v5.18.0", "source": { "type": "git", "url": "https://github.com/laravel/socialite.git", - "reference": "4b44c97c04da28e5aabb73df70b0999e9976382f" + "reference": "7809dc71250e074cd42970f0f803f2cddc04c5de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/socialite/zipball/4b44c97c04da28e5aabb73df70b0999e9976382f", - "reference": "4b44c97c04da28e5aabb73df70b0999e9976382f", + "url": "https://api.github.com/repos/laravel/socialite/zipball/7809dc71250e074cd42970f0f803f2cddc04c5de", + "reference": "7809dc71250e074cd42970f0f803f2cddc04c5de", "shasum": "" }, "require": { @@ -2478,7 +2478,7 @@ "issues": "https://github.com/laravel/socialite/issues", "source": "https://github.com/laravel/socialite" }, - "time": "2025-01-28T15:16:52+00:00" + "time": "2025-02-11T13:38:19+00:00" }, { "name": "laravel/ui",