From bd3c75c8fc1c863c76ef9ff1fef7d6f1ed00d655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 15:23:15 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.0 in /shared Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.0. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.0) 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 cd9ef444e065..9714bd5aebd5 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.4.7", + "url-parse": "1.5.0", "use-memo-one": "1.1.1", "whatwg-url": "7.0.0" }, diff --git a/shared/yarn.lock b/shared/yarn.lock index 171a945ddd69..fcd4e8b51f1e 100644 --- a/shared/yarn.lock +++ b/shared/yarn.lock @@ -13551,10 +13551,10 @@ url-parse-lax@^3.0.0: dependencies: prepend-http "^2.0.0" -url-parse@1.4.7, url-parse@^1.4.3, url-parse@^1.4.4: - version "1.4.7" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" - integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== +url-parse@1.5.0, url-parse@^1.4.3, url-parse@^1.4.4: + version "1.5.0" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.0.tgz#90aba6c902aeb2d80eac17b91131c27665d5d828" + integrity sha512-9iT6N4s93SMfzunOyDPe4vo4nLcSu1yq0IQK1gURmjm8tQNlM6loiuCRrKG1hHGXfB2EWd6H4cGi7tGdaygMFw== dependencies: querystringify "^2.1.1" requires-port "^1.0.0"