From 3f882b46c8ebb4b43930da8a8a44372e5dc1c4ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 22:24:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea7d626..9ca5d2c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/aicial/ghost-storage-google-cloud#readme", "dependencies": { - "@google-cloud/storage": "^0.7.0", + "@google-cloud/storage": "^1.2.0", "bluebird": "^3.4.7", "util": "^0.10.3" },