1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Merge pull request #186 from bitwarden/fix-build-error

Revert https-proxy-agent version
This commit is contained in:
Chad Scharf
2020-11-13 15:00:58 -05:00
committed by GitHub

View File

@@ -76,7 +76,7 @@
"chalk": "2.4.1",
"commander": "2.18.0",
"form-data": "2.3.2",
"https-proxy-agent": "5.0.0",
"https-proxy-agent": "4.0.0",
"inquirer": "6.2.0",
"jsdom": "13.2.0",
"lowdb": "1.0.0",
@@ -88,4 +88,4 @@
"tldjs": "2.3.1",
"zxcvbn": "4.4.2"
}
}
}