From d0bfc01b4c4080a0955e8b0a86299cf8293d4ac0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 02:48:39 +0000 Subject: [PATCH] fix: monitoring/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- monitoring/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/package.json b/monitoring/package.json index 7c121d7d3a..7f38d74a40 100644 --- a/monitoring/package.json +++ b/monitoring/package.json @@ -8,7 +8,7 @@ "test": "cd ..; npm run st -- --verbose monitoring/system-test/*.test.js" }, "dependencies": { - "@google-cloud/monitoring": "0.1.4", + "@google-cloud/monitoring": "1.0.0", "async": "2.1.4", "googleapis": "16.1.0", "yargs": "6.6.0"