From 5afafdd66280cb75a4ea45c2a5d2d508070d6b6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:03:46 +0000 Subject: [PATCH] Update dependency pug to ^2.0.4 | datasource | package | from | to | | ---------- | ------- | ------------- | ----- | | npm | pug | 2.0.0-beta.12 | 2.0.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/zoo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/zoo/package.json b/example/zoo/package.json index 015aaccf..7b10e845 100644 --- a/example/zoo/package.json +++ b/example/zoo/package.json @@ -12,7 +12,7 @@ "express-basic-auth": "^1.2.1", "lightstep-tracer": "^0.20.2", "opentracing": "0.14.7", - "pug": "^2.0.0-beta.12", + "pug": "^2.0.4", "request": "^2.81.0", "restler": "^3.4.0", "sharp": "^0.17.3",