From 4b65000c2f5c9f3b6ef059991d74cfc1ceffdd44 Mon Sep 17 00:00:00 2001 From: Marcos Soutullo Rodriguez Date: Thu, 12 Nov 2020 23:46:55 +0000 Subject: [PATCH 1/2] Bump https-proxy-agent dep. to 5.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf45273626e..6314b039bc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bitwarden/cli", "description": "A secure and free password manager for all of your devices.", - "version": "1.12.1", + "version": "1.12.2", "keywords": [ "bitwarden", "password", @@ -76,7 +76,7 @@ "chalk": "2.4.1", "commander": "2.18.0", "form-data": "2.3.2", - "https-proxy-agent": "4.0.0", + "https-proxy-agent": "5.0.0", "inquirer": "6.2.0", "jsdom": "13.2.0", "lowdb": "1.0.0", From e6e5f805e9087a1e46f81ee7af84eed26f97a8ac Mon Sep 17 00:00:00 2001 From: Marcos Soutullo Rodriguez Date: Fri, 13 Nov 2020 18:35:36 +0000 Subject: [PATCH 2/2] Roll back package.json patch version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6314b039bc2..04fd0ae85c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bitwarden/cli", "description": "A secure and free password manager for all of your devices.", - "version": "1.12.2", + "version": "1.12.1", "keywords": [ "bitwarden", "password", @@ -88,4 +88,4 @@ "tldjs": "2.3.1", "zxcvbn": "4.4.2" } -} +} \ No newline at end of file