From e78c00c6c8192693f1db4f1e7c1aa46ca6cb3f32 Mon Sep 17 00:00:00 2001 From: Joe English Date: Tue, 11 May 2021 11:32:43 -0700 Subject: [PATCH] Upgrade pug to version 3. In response to github dependabot alert concerning pugjs/pug#3312. ssptool was not susceptible but it's a good idea to upgrade anyway. No incompatibilities found. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46f4237..940833d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "markdown-it": "^8.4.2", "markdown-it-wikilinks": "^1.0.1", "morgan": "^1.9.1", - "pug": "^2.0.3", + "pug": "^3.0.2", "semver": "^5.6.0", "serve-favicon": "^2.5.0", "stream-end": "^0.1.0",