From 0ea256c1fb6051c5d1b3208cd27ca033a419930b Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Thu, 30 Nov 2023 17:07:45 +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-INFLIGHT-6095116 --- 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 4206ba1ac4..f4b03ea0f1 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": "^3.0.0", + "@google-cloud/pubsub": "^4.0.0", "@google-cloud/storage": "^6.0.0", "mocha": "^10.1.0" },