diff --git a/package-lock.json b/package-lock.json index 37fd8d3c..4b081d21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tfx-cli", - "version": "0.23.2", + "version": "0.23.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tfx-cli", - "version": "0.23.2", + "version": "0.23.3", "license": "MIT", "dependencies": { "app-root-path": "1.0.0", @@ -4865,7 +4865,7 @@ "requires": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", - "minimatch": "^10.2.3", + "minimatch": "^10.2.5", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" @@ -5705,7 +5705,7 @@ "requires": { "foreground-child": "^3.3.1", "jackspeak": "^4.1.1", - "minimatch": "^10.2.3", + "minimatch": "^10.2.5", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" @@ -6274,7 +6274,7 @@ "he": "^1.2.0", "js-yaml": "^4.1.0", "log-symbols": "^4.1.0", - "minimatch": "^10.2.3", + "minimatch": "^10.2.5", "ms": "^2.1.3", "serialize-javascript": "^6.0.2", "strip-json-comments": "^3.1.1", @@ -6294,7 +6294,7 @@ "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^10.2.3", + "minimatch": "^10.2.5", "once": "^1.3.0" } } @@ -6563,7 +6563,7 @@ "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz", "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==", "requires": { - "minimatch": "^10.2.3" + "minimatch": "^10.2.5" } }, "readdirp": { @@ -6637,7 +6637,7 @@ "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^10.2.3", + "minimatch": "^10.2.5", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } diff --git a/package.json b/package.json index 3e602cc6..438037ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tfx-cli", - "version": "0.23.2", + "version": "0.23.3", "description": "CLI for Azure DevOps Services and Team Foundation Server", "repository": { "type": "git", @@ -38,7 +38,7 @@ "archiver-utils": { "glob": "^10.5.0" }, - "minimatch": "^10.2.3" + "minimatch": "^10.2.5" }, "dependencies": { "app-root-path": "1.0.0",