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. 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",