diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index cde014af..584104c9 100644 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -11,6 +11,9 @@ use Illuminate\Support\Str; */ class UserFactory extends Factory { + /** + * The current password being used by the factory. + */ protected static ?string $password; /** diff --git a/package.json b/package.json index 0e6480f2..e9319dfe 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "vite build" }, "devDependencies": { - "axios": "^1.1.2", + "axios": "^1.6.1", "laravel-vite-plugin": "^0.8.0", "vite": "^4.0.0" }