Update Axios to latest version (#6313)

This commit is contained in:
Jonathan Goode 2024-01-04 16:47:27 +00:00 committed by GitHub
parent 6f6cfb0204
commit 1a4d1dc81f
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"
},
"devDependencies": {
"axios": "^1.6.3",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"vite": "^5.0.0"
}