From d7ef13a9884e00a6732b5cecf8a45c36baa05cb4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 26 Feb 2022 10:15:54 +0000
Subject: [PATCH] Bump url-parse in /69f619c2-040e-4607-a66d-6fc3b3badd1b

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.4...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .../package-lock.json                                |  8 ++++----
 69f619c2-040e-4607-a66d-6fc3b3badd1b/yarn.lock       | 12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/69f619c2-040e-4607-a66d-6fc3b3badd1b/package-lock.json b/69f619c2-040e-4607-a66d-6fc3b3badd1b/package-lock.json
index b742917..010b084 100644
--- a/69f619c2-040e-4607-a66d-6fc3b3badd1b/package-lock.json
+++ b/69f619c2-040e-4607-a66d-6fc3b3badd1b/package-lock.json
@@ -15699,11 +15699,11 @@
       }
     },
     "url-parse": {
-      "version": "1.4.4",
-      "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.4.tgz",
-      "integrity": "sha512-/92DTTorg4JjktLNLe6GPS2/RvAd/RGr6LuktmWSMLEOa6rjnlrFXNgSbSmkNvCoL2T028A0a1JaJLzRMlFoHg==",
+      "version": "1.5.10",
+      "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
+      "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
       "requires": {
-        "querystringify": "^2.0.0",
+        "querystringify": "^2.1.1",
         "requires-port": "^1.0.0"
       }
     },
diff --git a/69f619c2-040e-4607-a66d-6fc3b3badd1b/yarn.lock b/69f619c2-040e-4607-a66d-6fc3b3badd1b/yarn.lock
index bd54f01..1c76fee 100644
--- a/69f619c2-040e-4607-a66d-6fc3b3badd1b/yarn.lock
+++ b/69f619c2-040e-4607-a66d-6fc3b3badd1b/yarn.lock
@@ -6941,9 +6941,9 @@ querystring@0.2.0:
   version "0.2.0"
   resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
 
-querystringify@^2.0.0:
-  version "2.1.0"
-  resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.0.tgz#7ded8dfbf7879dcc60d0a644ac6754b283ad17ef"
+querystringify@^2.1.1:
+  version "2.2.0"
+  resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
 
 raf@3.4.1:
   version "3.4.1"
@@ -8405,10 +8405,10 @@ url-loader@1.1.2:
     schema-utils "^1.0.0"
 
 url-parse@^1.4.3:
-  version "1.4.4"
-  resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.4.tgz#cac1556e95faa0303691fec5cf9d5a1bc34648f8"
+  version "1.5.10"
+  resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
   dependencies:
-    querystringify "^2.0.0"
+    querystringify "^2.1.1"
     requires-port "^1.0.0"
 
 url@^0.11.0: