Update Axios to latest version (#6306)

This commit is contained in:
Jonathan Goode 2023-12-28 16:37:47 +00:00 committed by GitHub
parent 0c8372a2e6
commit 6f6cfb0204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"axios": "^1.6.1", "axios": "^1.6.3",
"laravel-vite-plugin": "^1.0.0", "laravel-vite-plugin": "^1.0.0",
"vite": "^5.0.0" "vite": "^5.0.0"
} }