Update dependencies

Also includes a security fix for Commonmark, which was not exploitable
on this website because only my own sanctioned Markdown was parsed.
This commit is contained in:
2025-06-10 13:39:39 +02:00
parent 1a862ece02
commit f97bccd250
4 changed files with 562 additions and 559 deletions

View File

@ -5,19 +5,19 @@
"license": "MIT",
"require": {
"php": "^8.3",
"guzzlehttp/guzzle": "^7.9.2",
"laravel/framework": "^11.44.2",
"guzzlehttp/guzzle": "^7.9.3",
"laravel/framework": "^11.45.1",
"laravel/tinker": "^2.10.1",
"league/commonmark": "^2.6.1"
"league/commonmark": "^2.7.0"
},
"require-dev": {
"driftingly/rector-laravel": "^1.2.6",
"fakerphp/faker": "^1.24.1",
"laravel/pint": "^1.21.2",
"laravel/sail": "^1.41.0",
"laravel/pint": "^1.22.1",
"laravel/sail": "^1.43.1",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.5",
"phpunit/phpunit": "^10.5.45",
"phpunit/phpunit": "^10.5.46",
"rector/rector": "^1.2.10",
"spatie/laravel-ignition": "^2.9.1"
},