diff options
| author | Rico Sonntag <mail@ricosonntag.de> | 2026-04-06 16:22:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-06 15:22:46 +0100 |
| commit | c338276a5a7c4a754857e3c406cde67e852be621 (patch) | |
| tree | 9e6a83d473f83b3eeb9c92545365057377d0a4f6 /composer.lock | |
| parent | eaa9f4a7a96b458ad95776fbac9232de21ca5fe7 (diff) | |
| download | webtrees-c338276a5a7c4a754857e3c406cde67e852be621.tar.gz webtrees-c338276a5a7c4a754857e3c406cde67e852be621.tar.bz2 webtrees-c338276a5a7c4a754857e3c406cde67e852be621.zip | |
Update league/commonmark from 2.8.0 to 2.8.2 (#5358)
Version 2.8.0 is affected by security advisories (PKSA-21fb-n1x5-5nf7,
PKSA-2cx9-ynrq-qdk3) which causes Composer to block installation when
the default `block-insecure` audit setting is enabled (Composer >= 2.7).
Version 2.8.2 resolves these advisories and is a compatible patch release.
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock index 097be7ea12..44833dc46d 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": "b32a4d43ca7fb9a712e6bf007f5dd47c", + "content-hash": "24328b3131ab174230c527df66587fb6", "packages": [ { "name": "aura/router", @@ -1792,16 +1792,16 @@ }, { "name": "league/commonmark", - "version": "2.8.0", + "version": "2.8.2", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb" + "reference": "59fb075d2101740c337c7216e3f32b36c204218b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/4efa10c1e56488e658d10adf7b7b7dcd19940bfb", - "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/59fb075d2101740c337c7216e3f32b36c204218b", + "reference": "59fb075d2101740c337c7216e3f32b36c204218b", "shasum": "" }, "require": { @@ -1826,9 +1826,9 @@ "phpstan/phpstan": "^1.8.2", "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", "scrutinizer/ocular": "^1.8.1", - "symfony/finder": "^5.3 | ^6.0 | ^7.0", - "symfony/process": "^5.4 | ^6.0 | ^7.0", - "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0", + "symfony/finder": "^5.3 | ^6.0 | ^7.0 || ^8.0", + "symfony/process": "^5.4 | ^6.0 | ^7.0 || ^8.0", + "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0 || ^8.0", "unleashedtech/php-coding-standard": "^3.1.1", "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0" }, @@ -1895,7 +1895,7 @@ "type": "tidelift" } ], - "time": "2025-11-26T21:48:24+00:00" + "time": "2026-03-19T13:16:38+00:00" }, { "name": "league/config", |
