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": {