From 7673d651e1746c0fd3011ff4ff3ab97ca94f405c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:34:27 +0000 Subject: [PATCH] fix: packages/owl-bot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324 --- packages/owl-bot/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/owl-bot/package.json b/packages/owl-bot/package.json index 6ff161dc70c..2388cdf7b12 100644 --- a/packages/owl-bot/package.json +++ b/packages/owl-bot/package.json @@ -68,14 +68,14 @@ "dependencies": { "@google-automations/datastore-lock": "^4.0.1", "@google-automations/label-utils": "^3.0.0", - "@google-cloud/cloudbuild": "^3.1.1", + "@google-cloud/cloudbuild": "^4.0.0", "@octokit/rest": "^19.0.4", "@octokit/types": "^8.0.0", "@octokit/webhooks-types": "^6.3.6", "adm-zip": "^0.5.9", "ajv": "^8.11.0", "code-suggester": "^4.1.0", - "firebase-admin": "^11.0.1", + "firebase-admin": "^12.0.0", "follow-redirects": "^1.15.2", "fs-extra": "^11.0.0", "gaxios": "^5.0.1",