From 59d011aed776f75b65957c73c18a16f23e7c43f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 12:22:10 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.10 in /vscode-client Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.10) --- 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..4c680f06 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.10" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" dependencies: querystringify "^2.1.1" requires-port "^1.0.0"