Port url-parse update (#18537)

This commit is contained in:
Charles Gagnon
2022-02-23 08:29:21 -08:00
committed by GitHub
parent b0d3c95bec
commit c2d6a2f4ff
4 changed files with 5 additions and 24 deletions

View File

@@ -774,7 +774,7 @@
"@microsoft/vscodetestcover": "^1.2.0"
},
"resolutions": {
"url-parse": "^1.5.6"
"url-parse": "^1.5.8"
},
"enableProposedApi": true
}

View File

@@ -1798,10 +1798,10 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"
url-parse@^1.5.6, url-parse@~1.4.3:
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.8, url-parse@~1.4.3:
version "1.5.8"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.8.tgz#3f8090e4d6f80053eb861ec496049849f700337e"
integrity sha512-9JZ5zDrn9wJoOy/t+rH00HHejbU8dq9VsOYVu272TYDrCiyVAgHKUSpPh3ruZIpv8PMVR+NXLZvfRPJv8xAcQw==
dependencies:
querystringify "^2.1.1"
requires-port "^1.0.0"