From d2bb86f3416c7ab1d0a187fce76321c7b06c606b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 16:16:45 +0000 Subject: [PATCH] build(deps): update dependency git-url-parse to v11.6.0 (#11711) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 989b2a0dff12ce..8bb8b24c4e0bfc 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "fast-safe-stringify": "2.0.8", "find-up": "5.0.0", "fs-extra": "10.0.0", - "git-url-parse": "11.5.0", + "git-url-parse": "11.6.0", "github-url-from-git": "1.5.0", "global-agent": "2.2.0", "got": "11.8.2", diff --git a/yarn.lock b/yarn.lock index e4a594c59504ba..1b1292bfa00d65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4686,10 +4686,10 @@ git-up@^4.0.0: is-ssh "^1.3.0" parse-url "^6.0.0" -git-url-parse@11.5.0: - version "11.5.0" - resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.5.0.tgz#acaaf65239cb1536185b19165a24bbc754b3f764" - integrity sha512-TZYSMDeM37r71Lqg1mbnMlOqlHd7BSij9qN7XwTkRqSAYFMihGLGhfHwgqQob3GUhEneKnV4nskN9rbQw2KGxA== +git-url-parse@11.6.0: + version "11.6.0" + resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.6.0.tgz#c634b8de7faa66498a2b88932df31702c67df605" + integrity sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g== dependencies: git-up "^4.0.0"