From 4106bcf7717574e682a16ce58cad06cedb68fe37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 03:20:49 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.7 in /vscode-client Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.7) --- 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..15042cdb 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.7" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.7.tgz#00780f60dbdae90181f51ed85fb24109422c932a" dependencies: querystringify "^2.1.1" requires-port "^1.0.0"