From c208a07dd2a41a82855eb9c66c6e99a4bcc65c67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 23:57:39 +0000 Subject: [PATCH] fix(deps): update dependency git-url-parse to v16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b60e04..f07e1e1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "colors": "1.4.0", "debug": "^4.3.1", "dotenv": "^16.0.0", - "git-url-parse": "^11.1.2", + "git-url-parse": "^16.0.0", "joi": "^17.2.1", "yargs": "^17.0.0" },