From 1c72810fe150ec935ff4894b2c5831bd33d710c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Dec 2023 06:40:19 +0000 Subject: [PATCH] fix: storage/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 - https://snyk.io/vuln/SNYK-JS-BL-608877 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-ISMYJSONVALID-597165 - https://snyk.io/vuln/SNYK-JS-ISMYJSONVALID-597167 - https://snyk.io/vuln/SNYK-JS-JSONPOINTER-1577288 - https://snyk.io/vuln/SNYK-JS-JSONPOINTER-598804 - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:is-my-json-valid:20180214 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 - https://snyk.io/vuln/npm:tough-cookie:20170905 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- storage/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/package.json b/storage/package.json index 58eb6326d9..077bec77b5 100644 --- a/storage/package.json +++ b/storage/package.json @@ -9,8 +9,8 @@ "system-test": "cd ..; npm run st -- --verbose storage/system-test/*.test.js" }, "dependencies": { - "@google-cloud/storage": "0.7.0", - "googleapis": "16.1.0", + "@google-cloud/storage": "5.17.0", + "googleapis": "25.0.0", "moment": "2.17.1", "yargs": "6.6.0" },