From 00d2e51ee71593abd1b38d7355eab92334c9d5a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:40:53 +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 9099a507..428e4a66 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",