diff --git a/package.json b/package.json index 0758531ea..ec736dfd3 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ "**/json-schema": "0.4.0", "**/node-fetch": "2.6.7", "**/follow-redirects": "1.14.8", - "**/url-parse": "1.5.6", + "**/url-parse": ">= 1.5.7", "**/ansi-regex": "5.0.1", "**/ansi-html": "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" } diff --git a/yarn.lock b/yarn.lock index 181e29840..fc05c17f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3840,7 +3840,6 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.0: ansi-html@0.0.7, "ansi-html@https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41": version "0.0.8" - uid "69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" ansi-regex@5.0.1, ansi-regex@^2.0.0, ansi-regex@^3.0.0, ansi-regex@^4.1.0, ansi-regex@^5.0.0, ansi-regex@^5.0.1: @@ -14844,10 +14843,10 @@ url-loader@^4.1.1: mime-types "^2.1.27" schema-utils "^3.0.0" -url-parse@1.5.6, url-parse@^1.4.3, url-parse@^1.4.7: - version "1.5.6" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.6.tgz#b2a41d5a233645f3c31204cc8be60e76a15230a2" - integrity sha512-xj3QdUJ1DttD1LeSfvJlU1eiF1RvBSBfUu8GplFGdUzSO28y5yUtEl7wb//PI4Af6qh0o/K8545vUmucRrfWsw== +"url-parse@>= 1.5.7", url-parse@^1.4.3, url-parse@^1.4.7: + version "1.5.10" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" + integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== dependencies: querystringify "^2.1.1" requires-port "^1.0.0"