From d15adb5da5449bd1ae7103c59a02bb9ac72621ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 05:02:52 +0000 Subject: [PATCH] Bump azure-pipelines-tool-lib from 1.3.0 to 1.3.1 Bumps [azure-pipelines-tool-lib](https://github.com/microsoft/azure-pipelines-tool-lib) from 1.3.0 to 1.3.1. - [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 6617cdd6..d1a2491b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/io": "^1.1.2", "@actions/tool-cache": "^1.7.2", "azure-pipelines-task-lib": "^3.2.0", - "azure-pipelines-tool-lib": "^1.3.0", + "azure-pipelines-tool-lib": "^1.3.1", "inversify": "^6.0.1", "typed-rest-client": "^1.8.6", "uuid": "^8.3.2" @@ -587,9 +587,9 @@ } }, "node_modules/azure-pipelines-tool-lib": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-1.3.0.tgz", - "integrity": "sha512-MMcFUCIrnj7cA69ZkuqeN6uq+yvYFZ30nivGIoyN22c4XAG0ThR4npSMYPYYM9RiBMnkoGD7+SFRWE05ylwuhA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-1.3.1.tgz", + "integrity": "sha512-6XrjayeYI7QeL2tGP3FPgHggWHAYe4opESnZ9a3UsbtWYdZu3dldBbOlJZpkAxfKCpjRDYMuq6SP1MUsOOm0kA==", "dependencies": { "@types/semver": "^5.3.0", "@types/uuid": "^3.4.5", @@ -4246,9 +4246,9 @@ } }, "azure-pipelines-tool-lib": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-1.3.0.tgz", - "integrity": "sha512-MMcFUCIrnj7cA69ZkuqeN6uq+yvYFZ30nivGIoyN22c4XAG0ThR4npSMYPYYM9RiBMnkoGD7+SFRWE05ylwuhA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-1.3.1.tgz", + "integrity": "sha512-6XrjayeYI7QeL2tGP3FPgHggWHAYe4opESnZ9a3UsbtWYdZu3dldBbOlJZpkAxfKCpjRDYMuq6SP1MUsOOm0kA==", "requires": { "@types/semver": "^5.3.0", "@types/uuid": "^3.4.5", diff --git a/package.json b/package.json index cd3dc8cb..94505c02 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/io": "^1.1.2", "@actions/tool-cache": "^1.7.2", "azure-pipelines-task-lib": "^3.2.0", - "azure-pipelines-tool-lib": "^1.3.0", + "azure-pipelines-tool-lib": "^1.3.1", "inversify": "^6.0.1", "typed-rest-client": "^1.8.6", "uuid": "^8.3.2"