From eaa1e7bb58c4b19d9085af64c19041defe905462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 19:17:32 +0000 Subject: [PATCH] Bump azure-pipelines-task-lib in /automagicallyexecute Bumps [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib) from 5.0.0 to 5.1.0. - [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits) --- updated-dependencies: - dependency-name: azure-pipelines-task-lib dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- automagicallyexecute/package-lock.json | 14 +++++++------- automagicallyexecute/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automagicallyexecute/package-lock.json b/automagicallyexecute/package-lock.json index 843e154..111c35d 100644 --- a/automagicallyexecute/package-lock.json +++ b/automagicallyexecute/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "azure-pipelines-task-lib": "^5.0.0", + "azure-pipelines-task-lib": "^5.1.0", "node-fetch": "^3.3.2" }, "devDependencies": { @@ -2199,9 +2199,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.0.0.tgz", - "integrity": "sha512-GqW5aeZJomdmdP/an5QcEcBTExJHEHUKu6ICAOnOBQko8zTpfqO0zZvuUxSW/AKTUNw4RpBnDnuxQfC6h1umcQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.1.0.tgz", + "integrity": "sha512-uoIIAlN9piFEB6XD26iZecYdND1rhr1r05UpyesXvRzFJiuVUCwJfyD2wdfLIlGuVT9MYBLQ+8Xiou6WSrEFwA==", "license": "MIT", "dependencies": { "adm-zip": "^0.5.10", @@ -7789,9 +7789,9 @@ "dev": true }, "azure-pipelines-task-lib": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.0.0.tgz", - "integrity": "sha512-GqW5aeZJomdmdP/an5QcEcBTExJHEHUKu6ICAOnOBQko8zTpfqO0zZvuUxSW/AKTUNw4RpBnDnuxQfC6h1umcQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.1.0.tgz", + "integrity": "sha512-uoIIAlN9piFEB6XD26iZecYdND1rhr1r05UpyesXvRzFJiuVUCwJfyD2wdfLIlGuVT9MYBLQ+8Xiou6WSrEFwA==", "requires": { "adm-zip": "^0.5.10", "minimatch": "3.0.5", diff --git a/automagicallyexecute/package.json b/automagicallyexecute/package.json index 7ceb90d..09c1ee6 100644 --- a/automagicallyexecute/package.json +++ b/automagicallyexecute/package.json @@ -21,7 +21,7 @@ "author": "OctoMind-dev", "license": "MIT", "dependencies": { - "azure-pipelines-task-lib": "^5.0.0", + "azure-pipelines-task-lib": "^5.1.0", "node-fetch": "^3.3.2" }, "devDependencies": {