From 9007c9761eea8b3f33ca7b9d2560288ecc33f9e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Dec 2023 09:02:28 +0000 Subject: [PATCH] fix: prediction/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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-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 --- prediction/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prediction/package.json b/prediction/package.json index 5645e221de..a38cd6abea 100644 --- a/prediction/package.json +++ b/prediction/package.json @@ -8,6 +8,6 @@ "test": "cd ..; npm run st -- --verbose prediction/system-test/*.test.js" }, "dependencies": { - "googleapis": "16.1.0" + "googleapis": "25.0.0" } }