diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a6a19b..57f1f782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,6 @@ ## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.0...master) -## [v11.0.0 (2023-02-17)](https://github.com/laravel/laravel/compare/v10.0.2...v11.0.0) +## [v11.0.0 (2023-02-17)](https://github.com/laravel/laravel/compare/v10.3.2...v11.0.0) Laravel 11 includes a variety of changes to the application skeleton. Please consult the diff to see what's new. diff --git a/package.json b/package.json index ab527c86..4e934caa 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "vite build" }, "devDependencies": { - "axios": "^1.6.3", + "axios": "^1.6.4", "laravel-vite-plugin": "^1.0", "vite": "^5.0" }