diff --git a/ui/package.json b/ui/package.json index d12c9e935a..4c22878ed2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,6 +19,9 @@ "license-checker": "^25.0.1", "npm-run-all": "^4.1.5" }, + "resolutions": { + "xmlhttprequest-ssl": "^1.6.3" + }, "engines": { "node": ">=10 <=14" } diff --git a/ui/yarn.lock b/ui/yarn.lock index 5e8fa12770..dfb89ec864 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -14387,10 +14387,10 @@ xmldom@^0.1.19: resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.31.tgz#b76c9a1bd9f0a9737e5a72dc37231cf38375e2ff" integrity sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ== -xmlhttprequest-ssl@~1.5.4: - version "1.5.5" - resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e" - integrity sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4= +xmlhttprequest-ssl@^1.6.3, xmlhttprequest-ssl@~1.5.4: + version "1.6.3" + resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz#03b713873b01659dfa2c1c5d056065b27ddc2de6" + integrity sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q== xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.2"