diff --git a/package-lock.json b/package-lock.json index e9d34c9..e823703 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@tailwindcss/vite": "^4.0.7", "autoprefixer": "^10.4.20", - "axios": "^1.8.2", + "axios": "^1.12.0", "concurrently": "^9.0.1", "laravel-vite-plugin": "^1.0", "tailwindcss": "^4.0.7", @@ -977,13 +977,13 @@ } }, "node_modules/axios": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", - "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" } }, diff --git a/package.json b/package.json index 64584ff..c42146a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@tailwindcss/vite": "^4.0.7", "autoprefixer": "^10.4.20", - "axios": "^1.8.2", + "axios": "^1.12.0", "concurrently": "^9.0.1", "laravel-vite-plugin": "^1.0", "tailwindcss": "^4.0.7",