diff --git a/package-lock.json b/package-lock.json index fc452a64..ce376f7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@microsoft/refreshing-config": "^0.1.3", "applicationinsights": "^3.13.0", "ar-async": "^0.1.4", - "axios": "^1.13.3", + "axios": "^1.13.4", "axios-retry": "^4.5.0", "body-parser": "^2.2.2", "debug": "^4.3.4", @@ -3811,9 +3811,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.3.tgz", - "integrity": "sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz", + "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index cf047b57..ae5076df 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@microsoft/refreshing-config": "^0.1.3", "applicationinsights": "^3.13.0", "ar-async": "^0.1.4", - "axios": "^1.13.3", + "axios": "^1.13.4", "axios-retry": "^4.5.0", "body-parser": "^2.2.2", "debug": "^4.3.4",