From 1fd8a8bad1961a72c6f297c53f091f1d500c789e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 22:56:17 +0000 Subject: [PATCH] fix(deps): update npm - git-proxy-cli - packages/git-proxy-cli/package.json --- package-lock.json | 4 ++-- packages/git-proxy-cli/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e4027e0..be8b0520 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13090,14 +13090,14 @@ "license": "Apache-2.0", "dependencies": { "@finos/git-proxy": "file:../..", - "axios": "^1.6.0", + "axios": "^1.7.9", "yargs": "^17.7.2" }, "bin": { "git-proxy-cli": "index.js" }, "devDependencies": { - "chai": "^4.2.0" + "chai": "^4.5.0" } } } diff --git a/packages/git-proxy-cli/package.json b/packages/git-proxy-cli/package.json index 213a617f..9ce1c2c8 100644 --- a/packages/git-proxy-cli/package.json +++ b/packages/git-proxy-cli/package.json @@ -4,12 +4,12 @@ "description": "Command line interface tool for FINOS GitProxy.", "bin": "./index.js", "dependencies": { - "axios": "^1.6.0", + "axios": "^1.7.9", "yargs": "^17.7.2", "@finos/git-proxy": "file:../.." }, "devDependencies": { - "chai": "^4.2.0" + "chai": "^4.5.0" }, "scripts": { "lint": "eslint --fix . --ext .js,.jsx",