diff --git a/package-lock.json b/package-lock.json index 37a5480..696f3f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "azure-devops-bicep-task", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "azure-devops-bicep-task", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "axios": "^0.27.2", "azure-pipelines-task-lib": "^4.2.0", - "azure-pipelines-tool-lib": "2.0.3", + "azure-pipelines-tool-lib": "2.0.2", "glob": "^8.1.0" }, "devDependencies": { @@ -1807,9 +1807,9 @@ } }, "node_modules/azure-pipelines-tool-lib": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-2.0.3.tgz", - "integrity": "sha512-HS3iGJrRph6lzweCKtexX0RfuwBBh9mPADxLKipG5ICGKHOGRu7nRXlfL0HUdvOTiTwbCVdsSE/LigE75+1Muw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-2.0.2.tgz", + "integrity": "sha512-kr+F7VYHqNgx+VwZ9MP54oTVMNrzv+AhpZTHu7EcgRuIQrW6ltoqQRG4doUaiN/XjNC0asDApbyIzGpjHh+1aQ==", "dependencies": { "@types/semver": "^5.3.0", "@types/uuid": "^3.4.5", diff --git a/package.json b/package.json index 5069870..7c41a8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azure-devops-bicep-task", - "version": "0.5.0", + "version": "0.5.1", "description": "Tasks for installing Bicep CLI and running Bicep CLI build commands", "main": "index.js", "scripts": { @@ -39,7 +39,7 @@ "dependencies": { "axios": "^0.27.2", "azure-pipelines-task-lib": "^4.2.0", - "azure-pipelines-tool-lib": "2.0.3", + "azure-pipelines-tool-lib": "2.0.2", "glob": "^8.1.0" }, "devDependencies": { diff --git a/src/decompile/task.json b/src/decompile/task.json index 39ccf67..05af5db 100644 --- a/src/decompile/task.json +++ b/src/decompile/task.json @@ -16,7 +16,7 @@ "version": { "Major": 0, "Minor": 5, - "Patch": 0 + "Patch": 1 }, "instanceNameFormat": "Run Bicep CLI decompile command", "inputs": [ diff --git a/src/install/task.json b/src/install/task.json index 91b2a63..1d6bb9d 100644 --- a/src/install/task.json +++ b/src/install/task.json @@ -16,7 +16,7 @@ "version": { "Major": 0, "Minor": 5, - "Patch": 0 + "Patch": 1 }, "instanceNameFormat": "Install Bicep CLI", "inputs": [ diff --git a/src/run/task.json b/src/run/task.json index b8e22a1..544d293 100644 --- a/src/run/task.json +++ b/src/run/task.json @@ -16,7 +16,7 @@ "version": { "Major": 0, "Minor": 5, - "Patch": 0 + "Patch": 1 }, "instanceNameFormat": "Run Bicep CLI build command", "inputs": [ diff --git a/vss-extension.json b/vss-extension.json index ef17170..a964c8c 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -1,7 +1,7 @@ { "manifestVersion": 1, "id": "bicep-tasks", - "version": "0.5.0", + "version": "0.5.1", "name": "Bicep Tasks", "publisher": "piraces", "description": "Provides Azure DevOps tasks to install and run Microsoft Bicep CLI commands (cross-platform)",