Skip to content

Commit abb1119

Browse files
authored
[11.x] Bump minimum league/commonmark (#55660)
* Bump minimum league/commonmark * security: update league/commonmark to ^2.7 in Mail and Support components
1 parent f1fda73 commit abb1119

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"guzzlehttp/uri-template": "^1.0",
3434
"laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
3535
"laravel/serializable-closure": "^1.3|^2.0",
36-
"league/commonmark": "^2.6",
36+
"league/commonmark": "^2.7",
3737
"league/flysystem": "^3.25.1",
3838
"league/flysystem-local": "^3.25.1",
3939
"league/uri": "^7.5.1",

src/Illuminate/Mail/composer.json

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

src/Illuminate/Support/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"suggest": {
5050
"illuminate/filesystem": "Required to use the Composer class (^11.0).",
5151
"laravel/serializable-closure": "Required to use the once function (^1.3|^2.0).",
52-
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).",
52+
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.7).",
5353
"league/uri": "Required to use the Uri class (^7.5.1).",
5454
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
5555
"symfony/process": "Required to use the Composer class (^7.0).",

0 commit comments

Comments
 (0)