From f6ffa57f5fba35c31d45b1ad652abbe64821d253 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Mar 2021 06:36:49 +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-PUG-1071616 --- 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 614c4ee92a..6384ad3aa7 100644 --- a/cloud-sql/postgres/knex/package.json +++ b/cloud-sql/postgres/knex/package.json @@ -25,7 +25,7 @@ "express": "^4.16.2", "knex": "^0.16.3", "prompt": "^1.0.0", - "pug": "^2.0.3", + "pug": "^3.0.1", "@google-cloud/logging-winston": "^0.11.0", "winston": "^3.1.0" },