From 706dfaabf28f84f249cf4655525389670402beb0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 04:43:43 +0000 Subject: [PATCH] [Security] Bump pug from 2.0.4 to 3.0.2 Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.2. **This update includes a security fix.** - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@2.0.4...pug@3.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 532e057b..8e138d84 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "knex": "^0.12.3", "markdown": "^0.5.0", "node-sass": "^4.0.0", - "pug": "^2.0.0-beta6", + "pug": "^3.0.2", "sqlite3": "^3.1.6", "stylus": "^0.54.5" },