10000 [10.x] Bump minimum `league/commonmark` (#53829) · laravel/framework@9cc32b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cc32b5

Browse files
authored
[10.x] Bump minimum league/commonmark (#53829)
Security fixes: GHSA-c2pc-g5qf-rfrf Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 3b8ed63 commit 9cc32b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Mail/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"illuminate/contracts": "^10.0",
2121
"illuminate/macroable": "^10.0",
2222
"illuminate/support": "^10.0",
23-
"league/commonmark": "^2.2",
23+
"league/commonmark": "^2.6",
2424
"psr/log": "^1.0|^2.0|^3.0",
2525
"symfony/mailer": "^6.2",
2626
"tijsverkoyen/css-to-inline-styles": "^2.2.5"

src/Illuminate/Support/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"suggest": {
4646
"illuminate/filesystem": "Required to use the composer class (^10.0).",
47-
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
47+
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).",
4848
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
4949
"symfony/process": "Required to use the composer class (^6.2).",
5050
"symfony/uid": "Required to use Str::ulid() (^6.2).",

0 commit comments

Comments
 (0)
0