From fdaa3f42ea91cb958bb293335ac4b515c0bf8007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:16:33 +0000 Subject: [PATCH] deps(express4-test): bump pug in /test/support/express4 Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.3. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@2.0.4...pug@3.0.3) --- updated-dependencies: - dependency-name: pug dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/support/express4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/express4/package.json b/test/support/express4/package.json index f1db45c..5d75301 100644 --- a/test/support/express4/package.json +++ b/test/support/express4/package.json @@ -11,7 +11,7 @@ "debug": "~3.1.0", "express": "~4.16.3", "morgan": "~1.9.0", - "pug": "~2.0.3", + "pug": "~3.0.3", "serve-favicon": "~2.5.0" } }