From cbabf92b551e118355755a0688caf52ceffbd230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:14:40 +0000 Subject: [PATCH] Bump url-parse from 1.5.1 to 1.5.2 in /shared 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 ... Signed-off-by: dependabot[bot] --- shared/package.json | 2 +- shared/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shared/package.json b/shared/package.json index fa43a339e9da..55b73fb4c724 100644 --- a/shared/package.json +++ b/shared/package.json @@ -136,7 +136,7 @@ "simple-markdown": "0.7.2", "typedarray-to-buffer": "3.1.5", "unidecode": "0.1.8", - "url-parse": "1.5.1", + "url-parse": "1.5.2", "use-memo-one": "1.1.1", "whatwg-url": "7.0.0" }, diff --git a/shared/yarn.lock b/shared/yarn.lock index ece3753d4627..d543fbfdd975 100644 --- a/shared/yarn.lock +++ b/shared/yarn.lock @@ -13481,10 +13481,10 @@ url-parse-lax@^3.0.0: dependencies: prepend-http "^2.0.0" -url-parse@1.5.1, url-parse@^1.4.3, url-parse@^1.4.4: - 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.5.2, url-parse@^1.4.3, url-parse@^1.4.4: + 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"