From 0a81c8d528cf93954da37f9bf6fd6b1135e0db4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:21:16 +0000 Subject: [PATCH] Bump adm-zip and azure-pipelines-task-lib in /tb-main Bumps [adm-zip](https://github.com/cthackers/adm-zip) to 0.6.0 and updates ancestor dependency [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib). These dependencies need to be updated together. Updates `adm-zip` from 0.5.18 to 0.6.0 - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](https://github.com/cthackers/adm-zip/compare/v0.5.18...v0.6.0) Updates `azure-pipelines-task-lib` from 5.277.0 to 5.278.0 - [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: indirect - dependency-name: azure-pipelines-task-lib dependency-version: 5.278.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tb-main/package-lock.json | 22 +++++++++++----------- tb-main/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tb-main/package-lock.json b/tb-main/package-lock.json index 820e7d7..39a12be 100644 --- a/tb-main/package-lock.json +++ b/tb-main/package-lock.json @@ -1,15 +1,15 @@ { "name": "tb-main", - "version": "0.2.7", + "version": "0.3.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tb-main", - "version": "0.2.7", + "version": "0.3.7", "license": "MIT", "dependencies": { - "azure-pipelines-task-lib": "^5.277.0", + "azure-pipelines-task-lib": "^5.278.0", "testingbot-tunnel-launcher": "^1.1.18" }, "engines": { @@ -52,12 +52,12 @@ } }, "node_modules/adm-zip": { - "version": "0.5.18", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.18.tgz", - "integrity": "sha512-ufJnssQGbxzLNS1Ho9bCtX4rQKCCvoVuDLHoJyc3F9dOGDB4BkWs2Ci0kv53lqocAEQ/Cbi+I2XCsNYGqVYqng==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.0.tgz", + "integrity": "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg==", "license": "MIT", "engines": { - "node": ">=12.0" + "node": ">=14.0" } }, "node_modules/agent-base": { @@ -73,12 +73,12 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "5.277.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.277.0.tgz", - "integrity": "sha512-QS9mHHBgNyX/Vfcdsz8IPlTOudLnPCrundLjm4b9Kq5oRvuCsHxcdLGwNf8yLTAgX7nzf0P4c+P0+H05RLT1qw==", + "version": "5.278.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.278.0.tgz", + "integrity": "sha512-0Je3UvwSk3LmctLwqOduUDo1W1OyHO4/avRvQ4VPz5S4J52fE1qnR18UrBV9EyJACVEtFTCNaZHb3UZmrQMoiA==", "license": "MIT", "dependencies": { - "adm-zip": "^0.5.10", + "adm-zip": "^0.6.0", "minimatch": "^3.1.5", "nodejs-file-downloader": "^4.11.1", "q": "^1.5.1", diff --git a/tb-main/package.json b/tb-main/package.json index a67f930..648a8a4 100644 --- a/tb-main/package.json +++ b/tb-main/package.json @@ -9,7 +9,7 @@ "node": ">=20" }, "dependencies": { - "azure-pipelines-task-lib": "^5.277.0", + "azure-pipelines-task-lib": "^5.278.0", "testingbot-tunnel-launcher": "^1.1.18" } }