From 3c42765a3038cd4dcbd0a98840b5f65ab8a338bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:54:11 +0000 Subject: [PATCH] Bump pug from 2.0.0-beta11 to 3.0.2 in /node 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] --- node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/package.json b/node/package.json index 49d5a85..704f5ff 100644 --- a/node/package.json +++ b/node/package.json @@ -11,6 +11,6 @@ "express": "~4.16.1", "http-errors": "~1.6.3", "morgan": "~1.9.1", - "pug": "2.0.0-beta11" + "pug": "3.0.2" } }