From 7254edc77ca7cf877b14a2427029ef2a76a988b6 Mon Sep 17 00:00:00 2001 From: ka Date: Fri, 10 Feb 2023 21:58:20 +0900 Subject: [PATCH] Fix pug version to `^3.0.2` --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 76edec2..71e166b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "ka", "license": "CC-BY-NC-SA-4.0", "dependencies": { - "pug": "^3.0.1", + "pug": "^3.0.2", "pug-cli": "^1.0.0-alpha6" } } diff --git a/yarn.lock b/yarn.lock index 9aee9c9..35d662c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -571,7 +571,7 @@ pug@^2.0.0-alpha7: pug-runtime "^2.0.5" pug-strip-comments "^1.0.4" -pug@^3.0.1: +pug@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.2.tgz#f35c7107343454e43bc27ae0ff76c731b78ea535" integrity sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==