From ea6f642b4e0c50a31ef0b24fb861d33ed55c1010 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jul 2021 00:56:46 +0000 Subject: [PATCH] fix: packages/storage/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677 --- packages/storage/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/storage/package.json b/packages/storage/package.json index 591f7dabced..d90b0431649 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -50,14 +50,14 @@ "storage" ], "dependencies": { - "@google-cloud/common": "^0.11.0", + "@google-cloud/common": "^0.16.0", "arrify": "^1.0.0", "async": "^2.0.1", "concat-stream": "^1.5.0", "create-error-class": "^3.0.2", "duplexify": "^3.2.0", "extend": "^3.0.0", - "gcs-resumable-upload": "^0.7.1", + "gcs-resumable-upload": "^0.9.0", "hash-stream-validation": "^0.2.1", "is": "^3.0.1", "mime-types": "^2.0.8",