Fix vulnerabilities

This commit is contained in:
2024-11-14 22:15:05 +01:00
parent cf64c2fedf
commit cd06fc0e54
4 changed files with 1974 additions and 639 deletions

View File

@ -10,8 +10,7 @@ public function __construct(
public string $url,
public string $target,
public string $name
) {
}
) {}
public static function named($name, $url, $target): Redirection
{

View File

@ -12,7 +12,7 @@
$path = public_path('builds/early-access/sponsors/changelog.md');
if (file_exists($path)) {
return view('changelog', [
'content' => (new CommonMarkConverter())
'content' => (new CommonMarkConverter)
->convert(file_get_contents($path)),
]);
} else {

1223
composer.lock generated

File diff suppressed because it is too large Load Diff

1385
package-lock.json generated

File diff suppressed because it is too large Load Diff