Commit graph

539 commits

Author SHA1 Message Date
dependabot[bot]
e28670085b
build(deps): Bump laravel/framework from 10.29.0 to 10.30.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.29.0 to 10.30.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.29.0...v10.30.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 09:44:59 +00:00
dependabot[bot]
f1a1dccfe6
build(deps): Bump lcobucci/jwt from 5.0.0 to 5.1.0
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/5.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 09:23:32 +00:00
dependabot[bot]
8debf9cfa7
build(deps): Bump symfony/html-sanitizer from 6.3.4 to 6.3.7
Bumps [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) from 6.3.4 to 6.3.7.
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Commits](https://github.com/symfony/html-sanitizer/compare/v6.3.4...v6.3.7)

---
updated-dependencies:
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 09:21:16 +00:00
4253764f39
Merge branch 'develop' into 985-add-passkey-support-for-admin-login 2023-10-27 20:29:14 +01:00
03c8f20a8c
feat: Add Passkey support
- Added a button for logging in with Passkeys in `login.blade.php`
- Refactored the `register` method and added the `login` method in `auth.js`
- Made various modifications and additions to the passkey functionality in `PasskeysController.php`
- Added event listener for login-passkey element in `app.js`
- Modified the passkeys table schema and made modifications to `Passkey.php`
- Changed the redirect route in the `login` method of `AuthController.php`
- Made modifications and additions to the routes in `web.php`
- Added `"web-auth/webauthn-lib": "^4.7"` to the list of required packages in `composer.json`
- Changed the redirect URL in `AdminTest.php`
2023-10-27 20:22:40 +01:00
dependabot[bot]
2d4cd801e2
build(deps-dev): Bump phpunit/phpunit from 10.4.1 to 10.4.2
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.4.1 to 10.4.2.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.2/ChangeLog-10.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.4.1...10.4.2)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 12:03:25 +00:00
dependabot[bot]
eda6241e98
build(deps-dev): Bump laravel/pint from 1.13.3 to 1.13.5
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.3 to 1.13.5.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.3...v1.13.5)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 12:00:18 +00:00
dependabot[bot]
2f5e759904
build(deps): Bump laravel/horizon from 5.21.1 to 5.21.2
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.21.1 to 5.21.2.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.21.1...v5.21.2)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 11:55:28 +00:00
dependabot[bot]
cd580b79cb
build(deps-dev): Bump laravel/sail from 1.25.0 to 1.26.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.25.0...v1.26.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 09:29:34 +00:00
dependabot[bot]
b1af74ad58
build(deps-dev): Bump laravel/dusk from 7.11.2 to 7.11.3
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.11.2 to 7.11.3.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.11.2...v7.11.3)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 10:51:34 +00:00
dependabot[bot]
1899a41edc
build(deps-dev): Bump openai-php/client from 0.7.3 to 0.7.4
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.3...v0.7.4)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 10:47:54 +00:00
dependabot[bot]
4c11cac2ec
build(deps-dev): Bump nunomaduro/collision from 7.9.0 to 7.10.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.9.0 to 7.10.0.
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.9.0...v7.10.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 09:12:03 +00:00
dependabot[bot]
c94787809f
build(deps): Bump laravel/scout from 10.4.0 to 10.5.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.4.0 to 10.5.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.4.0...v10.5.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 12:21:02 +00:00
dependabot[bot]
ba4d55da62
build(deps-dev): Bump laravel/dusk from 7.11.1 to 7.11.2
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.11.1 to 7.11.2.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.11.1...v7.11.2)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 11:03:54 +00:00
dependabot[bot]
09c36946bf
build(deps-dev): Bump laravel/pint from 1.13.2 to 1.13.3
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.2...v1.13.3)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 09:18:16 +00:00
dependabot[bot]
6a7845f83e
build(deps): Bump spatie/laravel-ignition from 2.3.0 to 2.3.1
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 17:10:58 +00:00
dependabot[bot]
605cc7b0fa
build(deps-dev): Bump phpunit/phpunit from 10.4.0 to 10.4.1
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.4.0 to 10.4.1.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.1/ChangeLog-10.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.4.0...10.4.1)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 09:04:18 +00:00
dependabot[bot]
79127fe4e7
build(deps-dev): Bump phpunit/phpunit from 10.3.5 to 10.4.0
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.3.5 to 10.4.0.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.0/ChangeLog-10.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.0)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 11:35:06 +00:00
dependabot[bot]
b7991ea7ab
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.6 to 10.1.7
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.6 to 10.1.7.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.6...10.1.7)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 09:23:24 +00:00
dependabot[bot]
e437481d08
build(deps-dev): Bump laravel/dusk from 7.11.0 to 7.11.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.11.0 to 7.11.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.11.0...v7.11.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 10:37:25 +00:00
dependabot[bot]
2970a09508
build(deps): Bump laravel/scout from 10.3.0 to 10.4.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.3.0...v10.4.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 09:58:37 +00:00
dependabot[bot]
202dc9b2c4
build(deps): Bump laravel/horizon from 5.21.0 to 5.21.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.21.0...v5.21.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 10:32:26 +00:00
dependabot[bot]
46e2d24096
build(deps-dev): Bump nunomaduro/collision from 7.8.1 to 7.9.0
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.8.1 to 7.9.0.
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/collision/compare/v7.8.1...v7.9.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 14:36:22 +00:00
dependabot[bot]
612a0c06ec
build(deps): Bump laravel/horizon from 5.20.1 to 5.21.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.20.1 to 5.21.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.20.1...v5.21.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 14:07:49 +00:00
dependabot[bot]
bec10ff609
build(deps-dev): Bump laravel/pint from 1.13.1 to 1.13.2
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 14:03:21 +00:00
dependabot[bot]
bb9fc0fd3f
build(deps-dev): Bump phpunit/phpunit from 10.3.4 to 10.3.5
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.3.4 to 10.3.5.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.5/ChangeLog-10.3.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.4...10.3.5)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 13:57:52 +00:00
dependabot[bot]
153aac458d
build(deps-dev): Bump laravel/dusk from 7.10.0 to 7.11.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.10.0...v7.11.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 09:55:10 +00:00
dependabot[bot]
bc5c9aec72
build(deps): Bump laravel/sanctum from 3.3.0 to 3.3.1
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 09:57:33 +00:00
dependabot[bot]
733fabcb0f
build(deps-dev): Bump laravel/sail from 1.24.1 to 1.25.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.24.1 to 1.25.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.24.1...v1.25.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 09:54:40 +00:00
dependabot[bot]
89f0756be4
build(deps): Bump laravel/horizon from 5.20.0 to 5.20.1
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.20.0 to 5.20.1.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.20.0...v5.20.1)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 09:42:46 +00:00
dependabot[bot]
3f637332ce
build(deps-dev): Bump phpunit/phpunit from 10.3.3 to 10.3.4
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.3.3 to 10.3.4.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.4/ChangeLog-10.3.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.3...10.3.4)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 09:29:29 +00:00
dependabot[bot]
576745f2bb
build(deps-dev): Bump openai-php/client from 0.7.2 to 0.7.3
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 15:16:13 +00:00
dependabot[bot]
e120a866a8
build(deps): Bump league/flysystem-aws-s3-v3 from 3.15.0 to 3.16.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.15.0 to 3.16.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.15.0...3.16.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 09:28:32 +00:00
dependabot[bot]
1870b58b0d
build(deps-dev): Bump laravel/pint from 1.12.0 to 1.13.1
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.12.0 to 1.13.1.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.12.0...v1.13.1)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 13:23:26 +00:00
dependabot[bot]
000529dfff
build(deps): Bump laravel/horizon from 5.19.2 to 5.20.0
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.19.2 to 5.20.0.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.19.2...v5.20.0)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 13:06:04 +00:00
dependabot[bot]
70b9d313b7
build(deps-dev): Bump laravel/dusk from 7.9.4 to 7.10.0
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.9.4 to 7.10.0.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.9.4...v7.10.0)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 13:01:53 +00:00
dependabot[bot]
867f0e0407
build(deps): Bump laravel/scout from 10.2.4 to 10.3.0
Bumps [laravel/scout](https://github.com/laravel/scout) from 10.2.4 to 10.3.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.2.4...v10.3.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 12:29:26 +00:00
dependabot[bot]
8b8e9f68ee
build(deps-dev): Bump laravel/sail from 1.24.0 to 1.24.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.24.0...v1.24.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 09:51:15 +00:00
dependabot[bot]
3d0c8d8562
build(deps-dev): Bump spatie/laravel-ray from 1.32.6 to 1.33.0
Bumps [spatie/laravel-ray](https://github.com/spatie/laravel-ray) from 1.32.6 to 1.33.0.
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ray/compare/1.32.6...1.33.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ray
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 17:30:10 +00:00
dependabot[bot]
cdaa6737fb
build(deps-dev): Bump phpunit/phpunit from 10.3.2 to 10.3.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.3.2 to 10.3.3.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.3/ChangeLog-10.3.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.2...10.3.3)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 17:26:41 +00:00
dependabot[bot]
fb3430469b
build(deps): Bump laravel/sanctum from 3.2.6 to 3.3.0
Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.2.6 to 3.3.0.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sanctum/compare/v3.2.6...v3.3.0)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 17:22:16 +00:00
dependabot[bot]
3a5e109f08
build(deps-dev): Bump phpunit/php-code-coverage from 10.1.3 to 10.1.4
Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 10.1.3 to 10.1.4.
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.3...10.1.4)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 09:55:30 +00:00
dependabot[bot]
a179c51488
build(deps-dev): Bump openai-php/client from 0.7.1 to 0.7.2
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.7.1...v0.7.2)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 09:41:44 +00:00
dependabot[bot]
81d4fb1ed3
build(deps): Bump laravel/horizon from 5.19.1 to 5.19.2
Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.19.1 to 5.19.2.
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/horizon/compare/v5.19.1...v5.19.2)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 09:36:40 +00:00
dependabot[bot]
90dae99fc0
build(deps): Bump laravel/tinker from 2.8.1 to 2.8.2
Bumps [laravel/tinker](https://github.com/laravel/tinker) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/tinker/compare/v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: laravel/tinker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 09:10:01 +00:00
dependabot[bot]
374fec9d7a
build(deps-dev): Bump laravel/sail from 1.23.4 to 1.24.0
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.23.4 to 1.24.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.23.4...v1.24.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 13:08:44 +00:00
dependabot[bot]
0f3f356470
build(deps-dev): Bump laravel/pint from 1.11.0 to 1.12.0
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 11:36:45 +00:00
dependabot[bot]
0376e35a19
build(deps-dev): Bump laravel/dusk from 7.9.3 to 7.9.4
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.9.3 to 7.9.4.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.9.3...v7.9.4)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 11:29:47 +00:00
dependabot[bot]
8824f78dc5
build(deps-dev): Bump openai-php/client from 0.6.4 to 0.7.1
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.6.4 to 0.7.1.
- [Release notes](https://github.com/openai-php/client/releases)
- [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai-php/client/compare/v0.6.4...v0.7.1)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 11:23:46 +00:00
dependabot[bot]
59d980c540
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.9.1 to 3.9.2
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.9.1...v3.9.2)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 17:24:28 +00:00