From 68343d6f6afd3b151ca0ae4900e4af529cf940db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:20:05 +0000 Subject: [PATCH] :arrow_up: Bump azure-pipelines-tasks-utility-common Bumps [azure-pipelines-tasks-utility-common](https://github.com/Microsoft/azure-pipelines-tasks) from 3.219.1 to 3.225.1. - [Release notes](https://github.com/Microsoft/azure-pipelines-tasks/releases) - [Changelog](https://github.com/microsoft/azure-pipelines-tasks/blob/master/docs/CI-changes.md) - [Commits](https://github.com/Microsoft/azure-pipelines-tasks/commits) --- updated-dependencies: - dependency-name: azure-pipelines-tasks-utility-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 88 +++++++++++++++++++++++++---------------------- vsts/package.json | 2 +- 2 files changed, 47 insertions(+), 43 deletions(-) diff --git a/package-lock.json b/package-lock.json index 232c0e92..98e00849 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2817,6 +2817,51 @@ "uuid": "bin/uuid" } }, + "node_modules/azure-pipelines-tasks-utility-common": { + "version": "3.225.1", + "resolved": "https://registry.npmjs.org/azure-pipelines-tasks-utility-common/-/azure-pipelines-tasks-utility-common-3.225.1.tgz", + "integrity": "sha512-4wtVKuvx2PcQI0W8xkMdS/S+tf9Qu7wMJl4HSTLE1gjQ2x9o/6QbhMogz6O1+8ofxvTqmI4scA7GHKccDAwQpQ==", + "dependencies": { + "@types/node": "^16.11.39", + "azure-pipelines-task-lib": "^4.4.0", + "azure-pipelines-tool-lib": "^2.0.0-preview", + "js-yaml": "3.13.1", + "semver": "^5.4.1" + } + }, + "node_modules/azure-pipelines-tasks-utility-common/node_modules/@types/node": { + "version": "16.18.40", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.40.tgz", + "integrity": "sha512-+yno3ItTEwGxXiS/75Q/aHaa5srkpnJaH+kdkTVJ3DtJEwv92itpKbxU+FjPoh2m/5G9zmUQfrL4A4C13c+iGA==" + }, + "node_modules/azure-pipelines-tasks-utility-common/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/azure-pipelines-tasks-utility-common/node_modules/js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/azure-pipelines-tasks-utility-common/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "bin": { + "semver": "bin/semver" + } + }, "node_modules/azure-pipelines-tool-lib": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/azure-pipelines-tool-lib/-/azure-pipelines-tool-lib-2.0.4.tgz", @@ -9006,7 +9051,7 @@ "license": "Apache-2.0", "dependencies": { "azure-pipelines-task-lib": "^4.4.0", - "azure-pipelines-tasks-utility-common": "^3.198.1", + "azure-pipelines-tasks-utility-common": "^3.225.1", "azure-pipelines-tool-lib": "^2.0.4" }, "devDependencies": { @@ -9023,47 +9068,6 @@ "ts-jest": "^29.1.1", "typescript": "^5.1.6" } - }, - "vsts/node_modules/azure-pipelines-tasks-utility-common": { - "version": "3.219.1", - "license": "MIT", - "dependencies": { - "@types/node": "^16.11.39", - "azure-pipelines-task-lib": "^4.0.0-preview", - "azure-pipelines-tool-lib": "^2.0.0-preview", - "js-yaml": "3.13.1", - "semver": "^5.4.1" - } - }, - "vsts/node_modules/azure-pipelines-tasks-utility-common/node_modules/@types/node": { - "version": "16.18.36", - "license": "MIT" - }, - "vsts/node_modules/azure-pipelines-tasks-utility-common/node_modules/argparse": { - "version": "1.0.10", - "license": "MIT", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "vsts/node_modules/azure-pipelines-tasks-utility-common/node_modules/js-yaml": { - "version": "3.13.1", - "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "vsts/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "bin": { - "semver": "bin/semver" - } } } } diff --git a/vsts/package.json b/vsts/package.json index 49e750a0..772a6c02 100644 --- a/vsts/package.json +++ b/vsts/package.json @@ -24,7 +24,7 @@ "license": "Apache-2.0", "dependencies": { "azure-pipelines-task-lib": "^4.4.0", - "azure-pipelines-tasks-utility-common": "^3.198.1", + "azure-pipelines-tasks-utility-common": "^3.225.1", "azure-pipelines-tool-lib": "^2.0.4" }, "devDependencies": {