From b9f20a2f58ce9d339187d3915a6f1df8350ad042 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 17:30:40 +0000 Subject: [PATCH] fix: healthcare/dicom/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- healthcare/dicom/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 3e8b357ab8..0526df13da 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -16,10 +16,10 @@ "ava": "^0.25.0" }, "dependencies": { - "googleapis": "^36.0.0", + "googleapis": "^49.0.0", "uuid": "^3.3.2", "yargs": "^12.0.1", - "gtoken": "^2.3.0", + "gtoken": "^5.0.1", "request": "^2.87.0", "request-promise": "^4.2.2" },