Skip to content

Commit 283d793

Browse files
authored
Merge pull request #241 from conedevelopment/dependabot/npm_and_yarn/axios-1.8.2
Bump axios from 1.7.9 to 1.8.2
2 parents 950a0e9 + aa584b0 commit 283d793

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1805
-2915
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"php": "^8.3.0 || ^8.4.0",
1919
"ext-exif": "*",
2020
"ext-gd": "*",
21+
"conedevelopment/laravel-auth": "^0.1.0",
2122
"laravel/framework": "^11.31 || ^12.0"
2223
},
2324
"require-dev": {

composer.lock

Lines changed: 484 additions & 327 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/root.php

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

3-
use Cone\Root\Http\Middleware\Authenticate;
4-
use Cone\Root\Http\Middleware\TwoFactorAuthenticate;
3+
use Cone\Laravel\Auth\Http\Middleware\VerifiesAuthCodes;
54

65
return [
76

@@ -43,25 +42,12 @@
4342

4443
'middleware' => [
4544
'web',
46-
Authenticate::class,
45+
'auth',
4746
'verified',
48-
TwoFactorAuthenticate::class,
47+
VerifiesAuthCodes::class,
4948
'can:viewRoot',
5049
],
5150

52-
/*
53-
|--------------------------------------------------------------------------
54-
| Two Factor Verification
55-
|--------------------------------------------------------------------------
56-
|
57-
| You can configure the two factor authentication here.
58-
|
59-
*/
60-
61-
'two_factor' => [
62-
'expiration' => 600,
63-
],
64-
6551
/*
6652
|--------------------------------------------------------------------------
6753
| Branding

database/factories/AuthCodeFactory.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

database/migrations/2024_05_14_091321_create_root_auth_codes_table.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"acorn": "^8.10.0",
2323
"alpinejs": "^3.12.3",
2424
"apexcharts": "^3.42.0",
25-
"axios": "^1.4.0",
26-
"laravel-vite-plugin": "^1.1.1",
25+
"axios": "^1.8.2",
26+
"laravel-vite-plugin": "^2.0.0",
2727
"postcss": "^8.4.38",
2828
"prosemirror-commands": "^1.5.0",
2929
"prosemirror-dropcursor": "^1.6.1",
@@ -36,14 +36,14 @@
3636
"sass-loader": "^8.0.0",
3737
"sprucecss": "^2.3.3",
3838
"tiptap": "^1.32.2",
39-
"vite": "^6.0.0"
39+
"vite": "^7.0.0"
4040
},
4141
"devDependencies": {
4242
"stylelint": "^16.10.0",
4343
"stylelint-config-sass-guidelines": "^12.1.0",
4444
"stylelint-order": "^6.0.4"
4545
},
4646
"engines": {
47-
"node": "^18.0 || ^19.0 || ^20.0 || ^21.0 || ^22.0"
47+
"node": "^21.0 || ^22.0 || ^23.0"
4848
}
4949
}

public/build/assets/app-1rH5f_YG.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/app-BfMw-QR1.js

Lines changed: 954 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/app-BhI0qz-j.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/build/assets/app-C0jciRh8.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)