From a20ac8fa504969bf56c76d6d877ae8a5aa24ca0b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Jul 2019 17:53:11 +0000 Subject: [PATCH] Update dependency gtoken to v4 --- healthcare/dicom/package.json | 2 +- healthcare/fhir/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index ed7a0dd8a4..3b1034054b 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -21,7 +21,7 @@ "googleapis": "^40.0.0", "uuid": "^3.3.2", "yargs": "^13.0.0", - "gtoken": "^3.0.0", + "gtoken": "^4.0.0", "request": "^2.87.0", "request-promise": "^4.2.2" }, diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index f753da14fa..cb498e1f1f 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -21,7 +21,7 @@ "googleapis": "^40.0.0", "uuid": "^3.3.2", "yargs": "^13.0.0", - "gtoken": "^3.0.0", + "gtoken": "^4.0.0", "request": "^2.87.0", "request-promise": "^4.2.2" },