From b330e561e028a6900ffb180b04245a5c37aeb4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 05:02:36 +0000 Subject: [PATCH] Bump azure-pipelines-tool-lib from 1.3.1 to 1.3.2 Bumps [azure-pipelines-tool-lib](https://github.com/microsoft/azure-pipelines-tool-lib) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/microsoft/azure-pipelines-tool-lib/releases) - [Commits](https://github.com/microsoft/azure-pipelines-tool-lib/commits) --- updated-dependencies: - dependency-name: azure-pipelines-tool-lib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 120a5a2e..794ba459 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/io": "^1.1.2", "@actions/tool-cache": "^2.0.1", "azure-pipelines-task-lib": "^3.3.1", - "azure-pipelines-tool-lib": "^1.3.1", + "azure-pipelines-tool-lib": "^1.3.2", "inversify": "^6.0.1", "typed-rest-client": "^1.8.9", "uuid": "^8.3.2" @@ -621,9 +621,9 @@ } }, "node_modules/azure-pipelines-tool-lib": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-1.3.1.tgz", - "integrity": "sha512-6XrjayeYI7QeL2tGP3FPgHggWHAYe4opESnZ9a3UsbtWYdZu3dldBbOlJZpkAxfKCpjRDYMuq6SP1MUsOOm0kA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-1.3.2.tgz", + "integrity": "sha512-PtYcd3E2ouwZhLuaOpWA00FYoLjRuJs1V8mNu3u6lBnqeYd4jh/8VL/of6nchm8f2NM6Div+EEnbOcmWvcptPg==", "dependencies": { "@types/semver": "^5.3.0", "@types/uuid": "^3.4.5", @@ -4289,9 +4289,9 @@ } }, "azure-pipelines-tool-lib": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-1.3.1.tgz", - "integrity": "sha512-6XrjayeYI7QeL2tGP3FPgHggWHAYe4opESnZ9a3UsbtWYdZu3dldBbOlJZpkAxfKCpjRDYMuq6SP1MUsOOm0kA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-1.3.2.tgz", + "integrity": "sha512-PtYcd3E2ouwZhLuaOpWA00FYoLjRuJs1V8mNu3u6lBnqeYd4jh/8VL/of6nchm8f2NM6Div+EEnbOcmWvcptPg==", "requires": { "@types/semver": "^5.3.0", "@types/uuid": "^3.4.5", diff --git a/package.json b/package.json index 093b21e8..e407c046 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/io": "^1.1.2", "@actions/tool-cache": "^2.0.1", "azure-pipelines-task-lib": "^3.3.1", - "azure-pipelines-tool-lib": "^1.3.1", + "azure-pipelines-tool-lib": "^1.3.2", "inversify": "^6.0.1", "typed-rest-client": "^1.8.9", "uuid": "^8.3.2"