From de9e2b29e9ad1698b0cf1060c0dc8b29d07532c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:22:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 12132168..b252c528 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@google-cloud/monitoring": "^3.0.3", "@google-cloud/pubsub": "^2.19.4", "@google-cloud/storage": "^5.3.0", - "@hubspot/api-client": "^4.1.0", + "@hubspot/api-client": "^6.0.1", "@sendgrid/mail": "^7.1.0", "ajv": "^8.1.0", "ajv-formats": "^2.0.2", @@ -59,7 +59,7 @@ "passport-google-oauth": "^2.0.0", "passport-jwt": "^4.0.0", "passport-linkedin-oauth2": "^2.0.0", - "passport-openidconnect": "0.0.2", + "passport-openidconnect": "0.1.0", "passport-orcid": "0.0.4", "pizzip": "^3.1.1", "prettier": "^2.2.1",