diff --git a/package-lock.json b/package-lock.json index f390cfd..c1a4bc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,18 @@ { "name": "azure-devops-bicep-task", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "azure-devops-bicep-task", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "dependencies": { "axios": "^0.27.2", - "azure-pipelines-tool-lib": "^2.0.0-preview" + "azure-pipelines-task-lib": "^4.2.0", + "azure-pipelines-tool-lib": "^2.0.0-preview", + "glob": "^8.1.0" }, "devDependencies": { "@types/glob": "^8.0.1", @@ -19,11 +21,9 @@ "@types/q": "^1.5.5", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", - "azure-pipelines-task-lib": "^4.2.0", "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", - "glob": "^8.1.0", "husky": "^8.0.3", "jest": "^29.4.2", "lint-staged": "^13.1.1", @@ -3125,7 +3125,6 @@ "version": "8.1.0", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "dev": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -3156,7 +3155,6 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, "dependencies": { "balanced-match": "^1.0.0" } @@ -3165,7 +3163,6 @@ "version": "5.1.6", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -8459,7 +8456,6 @@ "version": "8.1.0", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "dev": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -8472,7 +8468,6 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, "requires": { "balanced-match": "^1.0.0" } @@ -8481,7 +8476,6 @@ "version": "5.1.6", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dev": true, "requires": { "brace-expansion": "^2.0.1" } diff --git a/package.json b/package.json index 5d496e1..1f7069a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azure-devops-bicep-task", - "version": "0.4.2", + "version": "0.4.3", "description": "Tasks for installing Bicep CLI and running Bicep CLI build commands", "main": "index.js", "scripts": { @@ -38,7 +38,9 @@ "homepage": "https://github.com/piraces/azure-devops-bicep-task#readme", "dependencies": { "axios": "^0.27.2", - "azure-pipelines-tool-lib": "^2.0.0-preview" + "azure-pipelines-task-lib": "^4.2.0", + "azure-pipelines-tool-lib": "^2.0.0-preview", + "glob": "^8.1.0" }, "devDependencies": { "@types/glob": "^8.0.1", @@ -47,11 +49,10 @@ "@types/q": "^1.5.5", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", - "azure-pipelines-task-lib": "^4.2.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", - "glob": "^8.1.0", "husky": "^8.0.3", "jest": "^29.4.2", "lint-staged": "^13.1.1", diff --git a/src/decompile/task.json b/src/decompile/task.json index 8140fb8..a2f79a8 100644 --- a/src/decompile/task.json +++ b/src/decompile/task.json @@ -16,7 +16,7 @@ "version": { "Major": 0, "Minor": 4, - "Patch": 2 + "Patch": 3 }, "instanceNameFormat": "Run Bicep CLI decompile command", "inputs": [ diff --git a/src/install/task.json b/src/install/task.json index d3f005d..2a128e7 100644 --- a/src/install/task.json +++ b/src/install/task.json @@ -16,7 +16,7 @@ "version": { "Major": 0, "Minor": 4, - "Patch": 2 + "Patch": 3 }, "instanceNameFormat": "Install Bicep CLI", "inputs": [ diff --git a/src/run/task.json b/src/run/task.json index be482d2..2b5ecae 100644 --- a/src/run/task.json +++ b/src/run/task.json @@ -16,7 +16,7 @@ "version": { "Major": 0, "Minor": 4, - "Patch": 2 + "Patch": 3 }, "instanceNameFormat": "Run Bicep CLI build command", "inputs": [ diff --git a/vss-extension.json b/vss-extension.json index 4fe6f7c..1779b2e 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -1,7 +1,7 @@ { "manifestVersion": 1, "id": "bicep-tasks", - "version": "0.4.2", + "version": "0.4.3", "name": "Bicep Tasks", "publisher": "piraces", "description": "Provides Azure DevOps tasks to install and run Microsoft Bicep CLI commands (cross-platform)",