From 24bb5dd02ad323567fc9eefb830b659bd23a8494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:14:29 +0000 Subject: [PATCH 1/2] chore(deps): bump laravel/socialite from 5.8.1 to 5.9.0 Bumps [laravel/socialite](https://github.com/laravel/socialite) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/laravel/socialite/releases) - [Changelog](https://github.com/laravel/socialite/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/laravel/socialite/compare/v5.8.1...v5.9.0) --- updated-dependencies: - dependency-name: laravel/socialite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 98ad4d72dab..703854a3058 100644 --- a/composer.lock +++ b/composer.lock @@ -2984,16 +2984,16 @@ }, { "name": "laravel/socialite", - "version": "v5.8.1", + "version": "v5.9.0", "source": { "type": "git", "url": "https://github.com/laravel/socialite.git", - "reference": "9989b4530331597fae811bca240bf4e8f15e804b" + "reference": "14acfa3262875f180fba51efe3c7aaa089a9ef24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/socialite/zipball/9989b4530331597fae811bca240bf4e8f15e804b", - "reference": "9989b4530331597fae811bca240bf4e8f15e804b", + "url": "https://api.github.com/repos/laravel/socialite/zipball/14acfa3262875f180fba51efe3c7aaa089a9ef24", + "reference": "14acfa3262875f180fba51efe3c7aaa089a9ef24", "shasum": "" }, "require": { @@ -3050,7 +3050,7 @@ "issues": "https://github.com/laravel/socialite/issues", "source": "https://github.com/laravel/socialite" }, - "time": "2023-08-21T13:06:52+00:00" + "time": "2023-09-05T15:20:21+00:00" }, { "name": "laravel/telescope", @@ -3257,16 +3257,16 @@ }, { "name": "league/commonmark", - "version": "2.4.0", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048" + "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d44a24690f16b8c1808bf13b1bd54ae4c63ea048", - "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5", + "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5", "shasum": "" }, "require": { @@ -3359,7 +3359,7 @@ "type": "tidelift" } ], - "time": "2023-03-24T15:16:10+00:00" + "time": "2023-08-30T16:55:00+00:00" }, { "name": "league/config", From 71500dfd59eb6336ac32f24f2e4148e2d5b4b26c Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Wed, 6 Sep 2023 23:14:44 +0200 Subject: [PATCH 2/2] Update SocialiteCallbackControllerTest.php --- .../Feature/Controllers/Auth/SocialiteCallbackControllerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Feature/Controllers/Auth/SocialiteCallbackControllerTest.php b/tests/Feature/Controllers/Auth/SocialiteCallbackControllerTest.php index 6b89a200096..18a969867df 100644 --- a/tests/Feature/Controllers/Auth/SocialiteCallbackControllerTest.php +++ b/tests/Feature/Controllers/Auth/SocialiteCallbackControllerTest.php @@ -46,6 +46,7 @@ private function getMock(): GuzzleMock 'login' => 'customer', 'name' => 'Customer Legit', 'avatar_url' => '', + 'node_id' => '', ], 'https://api.github.com/user/emails' => [[ 'primary' => true,