From d85ed6c3e3fcd07790f6a7ad0c89243954c4eb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 19:56:01 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.9 in /src/shared Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.9. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.9) --- updated-dependencies: - dependency-name: url-parse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/shared/package.json | 2 +- src/shared/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/shared/package.json b/src/shared/package.json index ebcbb864..15c951ba 100644 --- a/src/shared/package.json +++ b/src/shared/package.json @@ -32,7 +32,7 @@ "redux-persist": "^5.10.0", "redux-thunk": "^2.3.0", "reselect": "^4.0.0", - "url-parse": "^1.4.7", + "url-parse": "^1.5.9", "valid-url": "^1.0.9", "zxcvbn": "^4.4.2" }, diff --git a/src/shared/yarn.lock b/src/shared/yarn.lock index 36e69dbb..0cd00c98 100644 --- a/src/shared/yarn.lock +++ b/src/shared/yarn.lock @@ -4076,10 +4076,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -url-parse@^1.2.0, url-parse@^1.4.7: - 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.2.0, url-parse@^1.5.9: + version "1.5.9" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.9.tgz#05ff26484a0b5e4040ac64dcee4177223d74675e" + integrity sha512-HpOvhKBvre8wYez+QhHcYiVvVmeF6DVnuSOOPhe3cTum3BnqHhvKaZm8FU5yTiOu/Jut2ZpB2rA/SbBA1JIGlQ== dependencies: querystringify "^2.1.1" requires-port "^1.0.0"