From d0020b0fe6d3e34a693777155293b6ffba40d8d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 21:18:10 +0000 Subject: [PATCH] fix: dlp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- dlp/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dlp/package.json b/dlp/package.json index 5e27385a2d..6474855ede 100644 --- a/dlp/package.json +++ b/dlp/package.json @@ -30,10 +30,10 @@ "node": ">=4.3.2" }, "dependencies": { - "google-auth-library": "^0.10.0", - "google-auto-auth": "^0.5.2", + "google-auth-library": "^1.0.0", + "google-auto-auth": "^0.9.2", "mime": "1.3.4", - "request": "2.79.0", + "request": "2.80.0", "request-promise": "4.1.1", "yargs": "6.6.0" }