Revert "Update dependencies for url-parse (#14423)" (#14456)

* Revert "Update dependencies for url-parse (#14423)"

This reverts commit 71cbe3fbf0.

* Fix merge break
This commit is contained in:
Karl Burtram
2021-02-25 16:00:47 -08:00
committed by GitHub
parent 8db8027b5a
commit e761eb12ef
22 changed files with 15240 additions and 3679 deletions

View File

@@ -657,8 +657,5 @@
"typemoq": "^2.1.0",
"vscodetestcover": "^1.1.0"
},
"resolutions": {
"url-parse": "^1.5.1"
},
"enableProposedApi": true
}

View File

@@ -1756,10 +1756,10 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"
url-parse@^1.5.1, url-parse@~1.4.3:
version "1.5.1"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b"
integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==
url-parse@~1.4.3:
version "1.4.7"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278"
integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==
dependencies:
querystringify "^2.1.1"
requires-port "^1.0.0"