diff --git a/package-lock.json b/package-lock.json index 79ca0b3..51c9a00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.19", "autoprefixer": "^10.4.21", - "axios": "^1.12.2", + "axios": "^1.13.2", "concurrently": "^9.2.1", "laravel-vite-plugin": "^2.0.1", "postcss": "^8.5.6", @@ -1092,9 +1092,9 @@ } }, "node_modules/axios": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", - "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", + "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ee20c1a..c951e8a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.19", "autoprefixer": "^10.4.21", - "axios": "^1.12.2", + "axios": "^1.13.2", "concurrently": "^9.2.1", "laravel-vite-plugin": "^2.0.1", "postcss": "^8.5.6",