From d4d35d59a5b0db7f54d2ded0beca16e98619aa97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 00:28:32 +0000 Subject: [PATCH] fix: cloud-sql/postgres/knex/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-5756498 --- cloud-sql/postgres/knex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-sql/postgres/knex/package.json b/cloud-sql/postgres/knex/package.json index c7632c5707..2b1c331951 100644 --- a/cloud-sql/postgres/knex/package.json +++ b/cloud-sql/postgres/knex/package.json @@ -17,7 +17,7 @@ "test": "mocha test/*.test.js --timeout=60000 --exit" }, "dependencies": { - "@google-cloud/logging-winston": "^4.0.0", + "@google-cloud/logging-winston": "^5.0.0", "express": "^4.16.2", "knex": "^0.95.0", "pg": "^8.0.0",