Skip to content

Commit

Permalink
Fix Browsershot security vulnerability (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored Jan 1, 2025
1 parent 68186a2 commit 14344b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.2",
"laravel/framework": "^10.0 || ^11.0",
"laravel/prompts": "^0.1.24",
"spatie/browsershot": "^4.0",
"spatie/browsershot": "^5.0.5",
"spatie/image": "^3.4",
"spatie/laravel-ray": "^1.32",
"spatie/schema-org": "^3.14",
Expand Down
2 changes: 1 addition & 1 deletion tests/Tags/AdvancedSeoTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AdvancedSeoTagsTest extends TestCase

protected $context = ['foo' => 'bar'];

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected function setUp(): void
}
}

public function tearDown(): void
protected function tearDown(): void
{
$uses = array_flip(class_uses_recursive(static::class));

Expand Down

0 comments on commit 14344b4

Please sign in to comment.