From 325755657ee8982a5271aee3edaee2f4ee94b054 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 May 2022 18:25:16 +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-PROTOBUFJS-2441248 --- 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 244bb77b5c..339724563e 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -12,7 +12,7 @@ "test": "mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "@google-cloud/pubsub": "^2.0.0", + "@google-cloud/pubsub": "^3.0.0", "@google-cloud/storage": "^5.0.0", "mocha": "^8.0.0" },