diff --git a/server/package-lock.json b/server/package-lock.json index 89364c4..69959d5 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -17,7 +17,7 @@ "@feathersjs/feathers": "4.5.17", "@feathersjs/socketio": "4.5.18", "@feathersjs/transport-commons": "4.5.18", - "axios": "1.12.2", + "axios": "1.13.2", "bcryptjs": "2.4.3", "compression": "1.8.1", "cors": "2.8.5", @@ -4513,9 +4513,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==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/server/package.json b/server/package.json index 4faf503..80019e1 100644 --- a/server/package.json +++ b/server/package.json @@ -47,7 +47,7 @@ "@feathersjs/feathers": "4.5.17", "@feathersjs/socketio": "4.5.18", "@feathersjs/transport-commons": "4.5.18", - "axios": "1.12.2", + "axios": "1.13.2", "bcryptjs": "2.4.3", "compression": "1.8.1", "cors": "2.8.5",