From 97f1f88aaed05d742371b6477ef827116c27dfac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jan 2022 17:13:38 +0000 Subject: [PATCH] fix: healthcare/hl7v2/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- healthcare/hl7v2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index fc1bfb44ac..ecd8addaf2 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -16,7 +16,7 @@ "ava": "^0.25.0" }, "dependencies": { - "googleapis": "^36.0.0", + "googleapis": "^49.0.0", "uuid": "^3.3.2", "yargs": "^12.0.1" },