From 4bd2c8d5ce30b7d45385b4d7ad4ce06140e2c8b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jun 2022 00:30:45 -0700 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PUGCODEGEN-1082232 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 - https://snyk.io/vuln/npm:clean-css:20180306 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bff7567..06e61d2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express": "~4.16.1", "http-errors": "~1.6.3", "morgan": "~1.9.1", - "pug": "2.0.0-beta11", + "pug": "3.0.0", "twilio": "^3.31.0", "ws": "^7.0.0" }