From b598391e90223476d080d51be4accceea6717f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:25:53 +0000 Subject: [PATCH] Bump azure-pipelines-task-lib in /vsts-variable-transform/v3 Bumps [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib) from 4.17.0 to 4.17.2. - [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits) --- updated-dependencies: - dependency-name: azure-pipelines-task-lib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vsts-variable-transform/v3/package-lock.json | 14 +++++++------- vsts-variable-transform/v3/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/vsts-variable-transform/v3/package-lock.json b/vsts-variable-transform/v3/package-lock.json index fda5951..f6913b1 100644 --- a/vsts-variable-transform/v3/package-lock.json +++ b/vsts-variable-transform/v3/package-lock.json @@ -8,7 +8,7 @@ "name": "vsts-variable-transform", "version": "0.0.0", "dependencies": { - "azure-pipelines-task-lib": "^4.17.0" + "azure-pipelines-task-lib": "^4.17.2" } }, "node_modules/adm-zip": { @@ -31,9 +31,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.0.tgz", - "integrity": "sha512-WSopDnRAQAnxqKf7SEVHQS88NjCUNDQAc3qE6xqQWEwo8UeaK3UISxHXrVlaW0frjrgMhs3m+RhZPDlyIGYmhA==", + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.2.tgz", + "integrity": "sha512-kKG1I2cpHM0kqn/YlnZiA2J59/x4OraEZZ1/Cp6A7XOu0e+E1PfrfldVVOU/tdeW/xOFoexqA4EEV27LfH0YqQ==", "dependencies": { "adm-zip": "^0.5.10", "minimatch": "3.0.5", @@ -372,9 +372,9 @@ } }, "azure-pipelines-task-lib": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.0.tgz", - "integrity": "sha512-WSopDnRAQAnxqKf7SEVHQS88NjCUNDQAc3qE6xqQWEwo8UeaK3UISxHXrVlaW0frjrgMhs3m+RhZPDlyIGYmhA==", + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.2.tgz", + "integrity": "sha512-kKG1I2cpHM0kqn/YlnZiA2J59/x4OraEZZ1/Cp6A7XOu0e+E1PfrfldVVOU/tdeW/xOFoexqA4EEV27LfH0YqQ==", "requires": { "adm-zip": "^0.5.10", "minimatch": "3.0.5", diff --git a/vsts-variable-transform/v3/package.json b/vsts-variable-transform/v3/package.json index 59ba126..8e379e2 100644 --- a/vsts-variable-transform/v3/package.json +++ b/vsts-variable-transform/v3/package.json @@ -7,7 +7,7 @@ "email": "jesse.houwing@gmail.com" }, "dependencies": { - "azure-pipelines-task-lib": "^4.17.0" + "azure-pipelines-task-lib": "^4.17.2" }, "scripts": { "initdev:npm": "npm install",