From 0e3b13928ec0702099b5d8c43f9fdbe74ecf36e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 10:31:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14114940 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea7d626..1350f1f 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": "^5.17.0", "bluebird": "^3.4.7", "util": "^0.10.3" },