From 4c3cdb14a4e5364c7532f7c4dfd691b3c0e72c22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:03:50 +0000 Subject: [PATCH] fix: healthcare/fhir/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- healthcare/fhir/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 3e8b357ab8..97e24b8b01 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/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"