diff --git a/shared/package.json b/shared/package.json index ea24965edc7c..2a0c96cf53d3 100644 --- a/shared/package.json +++ b/shared/package.json @@ -191,7 +191,7 @@ "simple-markdown": "0.7.1", "typedarray-to-buffer": "3.1.5", "unidecode": "0.1.8", - "url-parse": "1.4.7", + "url-parse": "1.5.9", "whatwg-url": "7.0.0" }, "devDependencies": { diff --git a/shared/yarn.lock b/shared/yarn.lock index 35a9d3cb6833..49b249257bdb 100644 --- a/shared/yarn.lock +++ b/shared/yarn.lock @@ -13511,10 +13511,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.9, url-parse@^1.4.3, url-parse@^1.4.4: + 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"