From 27ff9d01b372cc76f0536ded7667fe91f7f6274f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 05:43:23 +0000 Subject: [PATCH] fix(deps): update dependency axios to ^1.13.2 - git-proxy-cli - packages/git-proxy-cli/package.json --- package-lock.json | 2 +- packages/git-proxy-cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42e58109c..4137b2994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13572,7 +13572,7 @@ "license": "Apache-2.0", "dependencies": { "@finos/git-proxy": "2.0.0-rc.3", - "axios": "^1.12.2", + "axios": "^1.13.2", "yargs": "^17.7.2" }, "bin": { diff --git a/packages/git-proxy-cli/package.json b/packages/git-proxy-cli/package.json index 3f75ed65e..2825f6a3c 100644 --- a/packages/git-proxy-cli/package.json +++ b/packages/git-proxy-cli/package.json @@ -6,7 +6,7 @@ "git-proxy-cli": "./dist/index.js" }, "dependencies": { - "axios": "^1.12.2", + "axios": "^1.13.2", "yargs": "^17.7.2", "@finos/git-proxy": "2.0.0-rc.3" },