From eee22cc31ca167d9452fdd7ea6d5484251d5e7e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 03:36:59 +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-AXIOS-6032459 --- healthcare/dicom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 3e8b357ab8..b93021c7c6 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -16,7 +16,7 @@ "ava": "^0.25.0" }, "dependencies": { - "googleapis": "^36.0.0", + "googleapis": "^37.0.0", "uuid": "^3.3.2", "yargs": "^12.0.1", "gtoken": "^2.3.0",