From 811b3adb51d1eed46a0a598dc6b8ec9a4acd083f Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Mon, 1 Feb 2021 16:31:04 +1000 Subject: [PATCH 1/3] Update jslib --- jslib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jslib b/jslib index 6ac6df75..06239aea 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 6ac6df75d7a9bd5ea58f5d8310f1b3e34abd2bde +Subproject commit 06239aea2d811852561711bd73e14729fba2071a From 75832fbed9c00d0168b0ff647a70ba2aa0c25277 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Mon, 1 Feb 2021 16:50:47 +1000 Subject: [PATCH 2/3] bump https-proxy-agent verison to 5.0 --- package-lock.json | 25 ++++++++++++++----------- package.json | 2 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0ba6190..2b0c73ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8231,25 +8231,28 @@ "dev": true }, "https-proxy-agent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz", - "integrity": "sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", "requires": { - "agent-base": "5", + "agent-base": "6", "debug": "4" }, "dependencies": { "agent-base": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-5.1.1.tgz", - "integrity": "sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==" + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "requires": { + "debug": "4" + } }, "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "ms": { diff --git a/package.json b/package.json index 1896f8af..ab69c15b 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "electron-updater": "4.2.0", "form-data": "2.3.2", "googleapis": "43.0.0", - "https-proxy-agent": "4.0.0", + "https-proxy-agent": "5.0.0", "inquirer": "6.2.0", "keytar": "4.13.0", "ldapjs": "git+https://git@github.com/kspearrin/node-ldapjs.git", From 72e6e74a428388408c62c70b0a589571ff448400 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Tue, 2 Feb 2021 10:32:18 +1000 Subject: [PATCH 3/3] add allowSyntheticDefaultImports in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 04a82c47..e793f05d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "target": "ES2016", "allowJs": true, "sourceMap": true, + "allowSyntheticDefaultImports": true, "types": [], "baseUrl": ".", "paths": {