From c3bc53a3c09f9b61155007ad5193c322938e8da5 Mon Sep 17 00:00:00 2001 From: Reshmi Date: Tue, 15 Apr 2025 16:28:34 +0530 Subject: [PATCH 1/2] promoted to 2.10.5 --- jfrog-tasks-utils/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog-tasks-utils/utils.js b/jfrog-tasks-utils/utils.js index 67176783..60a4bf6d 100644 --- a/jfrog-tasks-utils/utils.js +++ b/jfrog-tasks-utils/utils.js @@ -14,7 +14,7 @@ const defaultJfrogCliVersion = '2.73.3'; const minCustomCliVersion = '2.10.0'; const minSupportedStdinSecretCliVersion = '2.36.0'; const minSupportedServerIdEnvCliVersion = '2.37.0'; -const pluginVersion = '2.10.4'; +const pluginVersion = '2.10.5'; const buildAgent = 'jfrog-azure-devops-extension'; const customFolderPath = encodePath(join(jfrogFolderPath, 'current')); const customCliPath = encodePath(join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path. From d7cf7014a8f1589b8691ae90a97f12a477f9e969 Mon Sep 17 00:00:00 2001 From: Reshmi Date: Wed, 16 Apr 2025 14:12:58 +0530 Subject: [PATCH 2/2] updated tfx-cli transitive dependencies --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 2c29849c..f68afff6 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,11 @@ "ts-node": "^10.9.1", "typescript": "^5.2.2" }, + "overrides": { + "clipboardy": "^3.0.0", + "execa": "^5.1.1", + "cross-spawn": "^7.0.0" + }, "scripts": { "format": "prettier --write \"**/{*.ts,*.js,package.json}\"", "preinstall": "cd buildScripts && npm i --no-fund",