diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 178e8ae6..f37402ce 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/free-solid-svg-icons": "6.7.2", "@fortawesome/vue-fontawesome": "2.0.10", "@vue/composition-api": "1.7.2", - "axios": "1.12.2", + "axios": "1.13.2", "core-js": "3.45.1", "feathers-vuex": "3.16.0", "leaflet": "1.9.4", @@ -3677,9 +3677,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/frontend/package.json b/frontend/package.json index 4ac443a1..b00b96bc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@fortawesome/free-solid-svg-icons": "6.7.2", "@fortawesome/vue-fontawesome": "2.0.10", "@vue/composition-api": "1.7.2", - "axios": "1.12.2", + "axios": "1.13.2", "core-js": "3.45.1", "feathers-vuex": "3.16.0", "leaflet": "1.9.4", diff --git a/server/package-lock.json b/server/package-lock.json index 57024d50..15455667 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", @@ -2796,9 +2796,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 cac4ccfc..5c71ad4e 100644 --- a/server/package.json +++ b/server/package.json @@ -53,7 +53,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",