From 40714c041395fd6ad49e0fff892c7d8367c42241 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Sep 2025 15:24:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1df7260d5..3d129ae32 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "uuid": "^3.1.0" }, "devDependencies": { - "@google-cloud/nodejs-repo-tools": "^2.1.3", + "@google-cloud/nodejs-repo-tools": "^3.0.0", "async": "^2.6.0", "codecov": "^3.0.0", "eslint": "^4.11.0",