From e80ebaf2e5db4bd1049d285bc6ffb945d5bcff4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 12:24:52 +0000 Subject: [PATCH] Bump url-parse in /src/demos/building-a-geospatial-app/6-linking-it-all 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] --- .../6-linking-it-all/yarn.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/demos/building-a-geospatial-app/6-linking-it-all/yarn.lock b/src/demos/building-a-geospatial-app/6-linking-it-all/yarn.lock index d7acbaef..4b6d65af 100644 --- a/src/demos/building-a-geospatial-app/6-linking-it-all/yarn.lock +++ b/src/demos/building-a-geospatial-app/6-linking-it-all/yarn.lock @@ -3369,9 +3369,9 @@ querystring@0.2.0: version "0.2.0" resolved "https://unpm.uberinternal.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" -querystringify@^2.0.0: - version "2.1.0" - resolved "https://unpm.uberinternal.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" quickselect@^1.0.0: version "1.1.1" @@ -3619,7 +3619,7 @@ require-main-filename@^1.0.1: requires-port@^1.0.0: version "1.0.0" - resolved "https://unpm.uberinternal.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" resolve-cwd@^2.0.0: version "2.0.0" @@ -4248,10 +4248,10 @@ urix@^0.1.0: resolved "https://unpm.uberinternal.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" url-parse@^1.4.3: - version "1.4.4" - resolved "https://unpm.uberinternal.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: