From 8d473613d50648bc4a7560b61fcf9bcbba6e1b7f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:21:50 +0000 Subject: [PATCH] fix: packages/gcf-utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324 --- packages/gcf-utils/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gcf-utils/package.json b/packages/gcf-utils/package.json index ba2883b823e..22a0f8bc0f3 100644 --- a/packages/gcf-utils/package.json +++ b/packages/gcf-utils/package.json @@ -23,7 +23,7 @@ "@google-cloud/run": "^0.3.0", "@google-cloud/secret-manager": "^4.1.2", "@google-cloud/storage": "^6.4.1", - "@google-cloud/tasks": "^3.0.2", + "@google-cloud/tasks": "^4.0.0", "@octokit/auth-app": "^4.0.5", "@octokit/plugin-enterprise-compatibility": "^2.0.3", "@octokit/rest": "^19.0.4", @@ -38,10 +38,10 @@ "@types/sonic-boom": "^2.1.0", "@types/uuid": "^9.0.0", "body-parser": "^1.20.0", - "express": "^4.18.1", + "express": "^4.19.2", "gaxios": "^5.0.1", "get-stream": "^6.0.1", - "google-gax": "^3.5.2", + "google-gax": "^4.0.0", "into-stream": "^6.0.0", "jsonwebtoken": "^9.0.0", "octokit-auth-probot": "^1.2.8",