From 6a2a3d98b8317fca32ac9be7c8db212550e103f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:02:56 +0000 Subject: [PATCH] Bump pug from 3.0.2 to 3.0.3 in /example/fastify-pov Bumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3) --- updated-dependencies: - dependency-name: pug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/fastify-pov/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/fastify-pov/package.json b/example/fastify-pov/package.json index 1b8483f..96de83a 100644 --- a/example/fastify-pov/package.json +++ b/example/fastify-pov/package.json @@ -9,7 +9,7 @@ "dependencies": { "fastify": "3.18.0", "point-of-view": "4.15.0", - "pug": "3.0.2", + "pug": "3.0.3", "i18next": "20.3.2", "i18next-http-middleware": "3.1.4", "i18next-fs-backend": "1.1.1"