From 9e25af7e34302ba6b556877ddeb37d680ead4ad7 Mon Sep 17 00:00:00 2001 From: Kei Date: Wed, 17 Jan 2024 01:24:45 +0700 Subject: [PATCH] sync: Update Axios to latest version https://github.com/laravel/laravel/commit/1a4d1dc81f7924259885250d011ffad24728cd86 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c7500152..07c982955 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tailwindcss/forms": "^0.5.3", "autoprefixer": "^10.4.13", - "axios": "^1.6.1", + "axios": "^1.6.4", "browser-sync": "^2.27.11", "browser-sync-webpack-plugin": "^2.3.0", "clipboard": "^2.0.11",