From 3bea84ea4e9a5d8747c10adde3c582eeaf8bb9d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 22:03:37 +0000 Subject: [PATCH] Bump pug from 2.0.4 to 3.0.0 Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.0. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@2.0.4...pug@3.0.0) 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 21df9f1..8fdce35 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jest": "^23.6.0", "nodemon": "^1.18.9", "prettier": "^1.16.4", - "pug": "^2.0.3", + "pug": "^3.0.0", "reflect-metadata": "^0.1.12", "rimraf": "^3.0.0", "supertest": "^3.3.0",