From eb2b4c90d499da1e055f4afd1d0feb4dad401103 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 19:20:07 +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-SEMVER-3247795 --- 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..97e24b8b01 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -16,9 +16,9 @@ "ava": "^0.25.0" }, "dependencies": { - "googleapis": "^36.0.0", + "googleapis": "^40.0.0", "uuid": "^3.3.2", - "yargs": "^12.0.1", + "yargs": "^13.3.0", "gtoken": "^2.3.0", "request": "^2.87.0", "request-promise": "^4.2.2"