From 34a0c7fc2c9a00e77fc13f99f573deaf1524391a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 17:11:16 +0000 Subject: [PATCH] Bump url-parse from 1.5.1 to 1.5.2 Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: url-parse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9da0f23cac..2be0f8af70 100644 --- a/package.json +++ b/package.json @@ -244,7 +244,7 @@ "tar": "^6.1.10", "tcp-port-used": "^1.0.1", "tempy": "^0.5.0", - "url-parse": "^1.5.1", + "url-parse": "^1.5.2", "uuid": "^8.3.2", "which": "^2.0.2", "win-ca": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index ce76e9ac72..b73a17e810 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14259,10 +14259,10 @@ url-parse-lax@^3.0.0: dependencies: prepend-http "^2.0.0" -url-parse@^1.4.3, url-parse@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b" - integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q== +url-parse@^1.4.3, url-parse@^1.5.1, url-parse@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.2.tgz#a4eff6fd5ff9fe6ab98ac1f79641819d13247cda" + integrity sha512-6bTUPERy1muxxYClbzoRo5qtQuyoGEbzbQvi0SW4/8U8UyVkAQhWFBlnigqJkRm4su4x1zDQfNbEzWkt+vchcg== dependencies: querystringify "^2.1.1" requires-port "^1.0.0"