diff --git a/package-lock.json b/package-lock.json index bc3e14b..9a565d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@clinjs/clargs": "^1.0.2", - "@pierred/node-git": "^1.1.1", + "@pierred/node-git": "^1.2.0", "@topcli/prompts": "^1.0.0", "ansi-styles": "^6.2.1", "kleur": "^4.1.5", @@ -786,9 +786,12 @@ } }, "node_modules/@pierred/node-git": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@pierred/node-git/-/node-git-1.1.1.tgz", - "integrity": "sha512-bvXKslqWRHczRrPmMrqovzEIHDwhJnZAvLjgXVufjyoK0l6G705Zdk6DvcCMFyhGlhxjAzOB8bO2GpL1PFiJvA==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@pierred/node-git/-/node-git-1.2.0.tgz", + "integrity": "sha512-UGl9vzUvsxuxGQ5ER7hZgImtN+BoTD808bwQsITTjwu1CObFD6iUQvqJ18kpKmPRVDlxpt7DhEI+wKyY6zBvDw==", + "dependencies": { + "@topcli/prompts": "^1.0.1" + } }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", @@ -801,11 +804,12 @@ } }, "node_modules/@topcli/prompts": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@topcli/prompts/-/prompts-1.0.0.tgz", - "integrity": "sha512-/6HhatI34Fgcj8TFIWQd6wOd0FpC750ufRZq9ljEIw39q1Cj0QYr0ijAn1eeOm4AKAffTl/l2efbQqTcpxO49w==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@topcli/prompts/-/prompts-1.1.0.tgz", + "integrity": "sha512-NE+hktzY5Nw/LNb1fyRnJ25sdT7A4+TQ6n6HAAI8zQYw1MevRjfp71U8sJ/XVfhagXtQAsHRyTcGNyj8VUDEpA==", "dependencies": { - "ansi-styles": "^6.2.1", + "is-unicode-supported": "^1.3.0", + "kleur": "^4.1.5", "strip-ansi": "^7.0.1" }, "engines": { @@ -2396,6 +2400,17 @@ "node": ">=8" } }, + "node_modules/is-unicode-supported": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz", + "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/isexe": { "version": "2.0.0", "dev": true, diff --git a/package.json b/package.json index 4313b00..4282841 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "ISC", "dependencies": { "@clinjs/clargs": "^1.0.2", - "@pierred/node-git": "^1.1.1", + "@pierred/node-git": "^1.2.0", "@topcli/prompts": "^1.0.0", "ansi-styles": "^6.2.1", "kleur": "^4.1.5",