From 82d47254db8b0d30f5092fa23edaefe51458f3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:53:49 +0000 Subject: [PATCH] Bump pug from 2.0.0-beta11 to 3.0.2 in /bell_web Bumps [pug](https://github.com/pugjs/pug) from 2.0.0-beta11 to 3.0.2. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@2.0.0-beta11...pug@3.0.2) --- updated-dependencies: - dependency-name: pug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bell_web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bell_web/package.json b/bell_web/package.json index 7a1bbc0..2c049f7 100644 --- a/bell_web/package.json +++ b/bell_web/package.json @@ -14,7 +14,7 @@ "morgan": "~1.9.1", "mysql": "^2.18.1", "nodemon": "^2.0.4", - "pug": "2.0.0-beta11", + "pug": "3.0.2", "request": "^2.88.2" } }