diff --git a/package-lock.json b/package-lock.json index bdc26be0..57142556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "async-mutex": "^0.5.0", - "azure-pipelines-tool-lib": "^2.0.8", + "azure-pipelines-tool-lib": "2.0.8", "https-proxy-agent": "^7.0.6", "log4js": "^6.9.1", "node-fetch": "^3.3.2", @@ -3169,18 +3169,6 @@ "uuid": "^3.0.1" } }, - "node_modules/azure-pipelines-task-lib/node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/azure-pipelines-task-lib/node_modules/semver": { "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", @@ -6443,9 +6431,10 @@ } }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, diff --git a/package.json b/package.json index a657eb2e..572ecff9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "dependencies": { "async-mutex": "^0.5.0", - "azure-pipelines-tool-lib": "^2.0.8", + "azure-pipelines-tool-lib": "2.0.8", "https-proxy-agent": "^7.0.6", "log4js": "^6.9.1", "node-fetch": "^3.3.2", @@ -55,7 +55,8 @@ "typescript": "^5.6.3" }, "overrides": { - "bluebird": "3.7.2" + "bluebird": "3.7.2", + "minimatch": "^3.1.4" }, "publishConfig": { "registry": "https://npm.pkg.github.com"