From 81572633c8569754c86d7c8ac68aaaabc4ce6c9d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 26 Oct 2023 11:25:34 +0000
Subject: [PATCH] build(deps): update dependency git-url-parse to v13.1.1
 (#25447)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json   | 2 +-
 pnpm-lock.yaml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 87154def6f..9a60b1baa9 100644
--- a/package.json
+++ b/package.json
@@ -197,7 +197,7 @@
     "find-packages": "10.0.4",
     "find-up": "5.0.0",
     "fs-extra": "11.1.1",
-    "git-url-parse": "13.1.0",
+    "git-url-parse": "13.1.1",
     "github-url-from-git": "1.5.0",
     "glob": "10.3.10",
     "global-agent": "3.0.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 2fcd74a2a9..68565fc831 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -171,8 +171,8 @@ importers:
         specifier: 11.1.1
         version: 11.1.1
       git-url-parse:
-        specifier: 13.1.0
-        version: 13.1.0
+        specifier: 13.1.1
+        version: 13.1.1
       github-url-from-git:
         specifier: 1.5.0
         version: 1.5.0
@@ -6522,8 +6522,8 @@ packages:
       parse-url: 8.1.0
     dev: false
 
-  /git-url-parse@13.1.0:
-    resolution: {integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==}
+  /git-url-parse@13.1.1:
+    resolution: {integrity: sha512-PCFJyeSSdtnbfhSNRw9Wk96dDCNx+sogTe4YNXeXSJxt7xz5hvXekuRn9JX7m+Mf4OscCu8h+mtAl3+h5Fo8lQ==}
     dependencies:
       git-up: 7.0.0
     dev: false
-- 
GitLab