diff --git a/package-lock.json b/package-lock.json index ea1432a..ef68d94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -222,11 +222,13 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.9.0", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", + "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" } },