From f782f6fe52ed2d4fcbaccce763472cc2dfd6f1a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 23:24:24 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.3 in /vscode-client Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- vscode-client/yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode-client/yarn.lock b/vscode-client/yarn.lock index 0c20f28e..3d42fa44 100644 --- a/vscode-client/yarn.lock +++ b/vscode-client/yarn.lock @@ -1704,8 +1704,8 @@ unique-stream@^2.0.2: through2-filter "^2.0.0" url-parse@^1.1.9: - version "1.4.7" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" + version "1.5.3" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862" dependencies: querystringify "^2.1.1" requires-port "^1.0.0"