From 8a6814c485005d560b8a902a89627842b9ed837d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:12:28 +0000 Subject: [PATCH] Bump pug from 3.0.0 to 3.0.3 in /example/basic-pug Bumps [pug](https://github.com/pugjs/pug) from 3.0.0 to 3.0.3. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@3.0.0...pug@3.0.3) --- updated-dependencies: - dependency-name: pug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/basic-pug/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/basic-pug/package.json b/example/basic-pug/package.json index 9ec827d..8aa7691 100644 --- a/example/basic-pug/package.json +++ b/example/basic-pug/package.json @@ -12,6 +12,6 @@ "i18next": "19.8.1", "i18next-http-middleware": "3.1.4", "i18next-fs-backend": "1.0.7", - "pug": "3.0.0" + "pug": "3.0.3" } }