From 1a4d1dc81f7924259885250d011ffad24728cd86 Mon Sep 17 00:00:00 2001 From: Jonathan Goode Date: Thu, 4 Jan 2024 16:47:27 +0000 Subject: [PATCH 1/2] Update Axios to latest version (#6313) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faced380..56f5ddcc 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.0", "vite": "^5.0.0" } From 2254e8e301cfcbf8983c2f7cfa8b7c63549b73c7 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 9 Jan 2024 18:22:37 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34e77f5..43d17400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v10.3.1...10.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v10.3.2...10.x) + +## [v10.3.2](https://github.com/laravel/laravel/compare/v10.3.1...v10.3.2) - 2024-01-04 + +* [10.x] Reverts `assertOk` change by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6303 +* Update Axios to latest version by [@u01jmg3](https://github.com/u01jmg3) in https://github.com/laravel/laravel/pull/6306 +* [10.x] Update Axios to latest version by [@u01jmg3](https://github.com/u01jmg3) in https://github.com/laravel/laravel/pull/6313 ## [v10.3.1](https://github.com/laravel/laravel/compare/v10.3.0...v10.3.1) - 2023-12-23