From 709b3d319543745af1e79fe7f5373834d9152909 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 10 Dec 2024 21:59:20 +0800 Subject: [PATCH] [10.x] Bump minimum `league/commonmark` Security fixes: https://github.com/advisories/GHSA-c2pc-g5qf-rfrf Signed-off-by: Mior Muhammad Zaki --- src/Illuminate/Mail/composer.json | 2 +- src/Illuminate/Support/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Illuminate/Mail/composer.json b/src/Illuminate/Mail/composer.json index a31bfc82feca..387c4f880e2a 100755 --- a/src/Illuminate/Mail/composer.json +++ b/src/Illuminate/Mail/composer.json @@ -20,7 +20,7 @@ "illuminate/contracts": "^10.0", "illuminate/macroable": "^10.0", "illuminate/support": "^10.0", - "league/commonmark": "^2.2", + "league/commonmark": "^2.6", "psr/log": "^1.0|^2.0|^3.0", "symfony/mailer": "^6.2", "tijsverkoyen/css-to-inline-styles": "^2.2.5" diff --git a/src/Illuminate/Support/composer.json b/src/Illuminate/Support/composer.json index 57c92e366238..9d04374b9f97 100644 --- a/src/Illuminate/Support/composer.json +++ b/src/Illuminate/Support/composer.json @@ -44,7 +44,7 @@ }, "suggest": { "illuminate/filesystem": "Required to use the composer class (^10.0).", - "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).", + "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).", "ramsey/uuid": "Required to use Str::uuid() (^4.7).", "symfony/process": "Required to use the composer class (^6.2).", "symfony/uid": "Required to use Str::ulid() (^6.2).",