diff --git a/package-lock.json b/package-lock.json index e54daaee..d4ec0b75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13089,14 +13089,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",