diff --git a/buildAndReleaseTask/package-lock.json b/buildAndReleaseTask/package-lock.json index 2b80bb4..dcee3b4 100644 --- a/buildAndReleaseTask/package-lock.json +++ b/buildAndReleaseTask/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "azure-pipelines-task-lib": "4.1.0" + "azure-pipelines-task-lib": "4.2.0" }, "devDependencies": { "@microsoft/eslint-plugin-sdl": "0.2.0", @@ -966,9 +966,9 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "node_modules/azure-pipelines-task-lib": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.1.0.tgz", - "integrity": "sha512-8CNC9PcP+4eS76QcIDmPmBfrrao9xpy/M0Uts4TWk3chfr3uOXFGf0DYHVTJGF9180g51kyVXYTObicouq0KZQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.2.0.tgz", + "integrity": "sha512-WUj3XxTWVKxcphLaIHB8OULXC1GT18EAHkibvF5nQ86+dhOtn/KQW44axV8D+udDSM5HAMZxOLe93CPGBqcC5w==", "dependencies": { "minimatch": "3.0.5", "mockery": "^2.1.0", @@ -4089,9 +4089,9 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "azure-pipelines-task-lib": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.1.0.tgz", - "integrity": "sha512-8CNC9PcP+4eS76QcIDmPmBfrrao9xpy/M0Uts4TWk3chfr3uOXFGf0DYHVTJGF9180g51kyVXYTObicouq0KZQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.2.0.tgz", + "integrity": "sha512-WUj3XxTWVKxcphLaIHB8OULXC1GT18EAHkibvF5nQ86+dhOtn/KQW44axV8D+udDSM5HAMZxOLe93CPGBqcC5w==", "requires": { "minimatch": "3.0.5", "mockery": "^2.1.0", diff --git a/buildAndReleaseTask/package.json b/buildAndReleaseTask/package.json index 888c63f..6c2a72c 100644 --- a/buildAndReleaseTask/package.json +++ b/buildAndReleaseTask/package.json @@ -10,7 +10,7 @@ "lint": "eslint . --ext .ts" }, "dependencies": { - "azure-pipelines-task-lib": "4.1.0" + "azure-pipelines-task-lib": "4.2.0" }, "devDependencies": { "@microsoft/eslint-plugin-sdl": "0.2.0",