From 0b812baf5ced87e13a5f27beeb76aa0df39f5710 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 23:05:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PUGCODEGEN-7086056 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 553d267..1fa4ecf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "debug": "^2.2.0", "express": "^4.14.0", "mongoose": "^4.11.9", - "pug": "^2.0.0-beta6", + "pug": "^3.0.0", "dotenv": "^4.0.0", "jsonwebtoken" : "^8.0.1", "body-parser" : "^1.0",